public interface SaxEventHandler extends ContentHandler
SaxEventHandlerDelegate
and org.codice.ddf.transformer.xml.streaming.lib.XMLInputTransformer
. At the end of parsing, it will
have a list of Attribute
s that can be used to populate a metacard. A specific
implementation can be used to handle specific XML elements and metacards. @see
ddf.catalog.transformer.generic.xml.impl.XMLSaxEventHandlerImpl
This code is experimental. While this class is functional and tested, it may change or be removed in a future version of the library.
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
getAttributes() |
Set<AttributeDescriptor> |
getSupportedAttributeDescriptors()
Get all the possible attribute types that can be returned by this factory's handler
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
List<Attribute> getAttributes()
Set<AttributeDescriptor> getSupportedAttributeDescriptors()
This work is licensed under a Creative Commons Attribution 4.0 International License.