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
SAXExceptionpublic void emptyContentCheck(String element, String content, ExtensibleXmlParser xmlPackageReader) throws SAXException
SAXExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.