public abstract class BaseAbstractHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowNesting |
protected Set<Class<?>> |
validParents |
protected Set<Class<?>> |
validPeers |
Constructor and Description |
---|
BaseAbstractHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowNesting() |
void |
emptyAttributeCheck(String element,
String attributeName,
String attribute,
ExtensibleXmlParser xmlPackageReader) |
void |
emptyContentCheck(String element,
String content,
ExtensibleXmlParser xmlPackageReader) |
Set<Class<?>> |
getValidParents() |
Set<Class<?>> |
getValidPeers() |
public boolean allowNesting()
public void emptyAttributeCheck(String element, String attributeName, String attribute, ExtensibleXmlParser xmlPackageReader) throws SAXException
SAXException
public void emptyContentCheck(String element, String content, ExtensibleXmlParser xmlPackageReader) throws SAXException
SAXException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.