public class GAMEFeatureSpanHandler extends StAXFeatureHandler
Modifier and Type | Class and Description |
---|---|
class |
GAMEFeatureSpanHandler.SeqRelHandler |
Modifier and Type | Field and Description |
---|---|
static StAXHandlerFactory |
GAME_FEATURE_SPAN_HANDLER_FACTORY
Description of the Field
|
staxenv
Modifier and Type | Method and Description |
---|---|
void |
endElementHandler(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
StAXContentHandler contentHandler)
Element specific exit handler Subclass to do anything useful.
|
void |
startElementHandler(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Element-specific handler.
|
addHandler, endElement, returnData, startElement
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
public static final StAXHandlerFactory GAME_FEATURE_SPAN_HANDLER_FACTORY
public void startElementHandler(java.lang.String nsURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
StAXFeatureHandler
startElementHandler
in class StAXFeatureHandler
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the Parameterattrs
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exceptionpublic void endElementHandler(java.lang.String nsURI, java.lang.String localName, java.lang.String qName, StAXContentHandler contentHandler) throws org.xml.sax.SAXException
StAXFeatureHandler
endElementHandler
in class StAXFeatureHandler
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the ParametercontentHandler
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exception