public interface Handler
Modifier and Type | Method and Description |
---|---|
boolean |
allowNesting() |
Object |
end(String uri,
String localName,
ExtensibleXmlParser xmlPackageReader) |
Class<?> |
generateNodeFor() |
Set<Class<?>> |
getValidParents() |
Set<Class<?>> |
getValidPeers() |
Object |
start(String uri,
String localName,
Attributes attrs,
ExtensibleXmlParser xmlPackageReader) |
Object start(String uri, String localName, Attributes attrs, ExtensibleXmlParser xmlPackageReader) throws SAXException
SAXException
Object end(String uri, String localName, ExtensibleXmlParser xmlPackageReader) throws SAXException
SAXException
boolean allowNesting()
Class<?> generateNodeFor()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.