public class GAMESeqHandler extends StAXFeatureHandler
Modifier and Type | Field and Description |
---|---|
static StAXHandlerFactory |
GAME_SEQ_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 staxHandler)
Element specific exit handler Subclass to do anything useful.
|
int |
getSequenceLength()
Gets the sequenceLength attribute of the GAMESeqHandler object
|
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_SEQ_HANDLER_FACTORY
public int getSequenceLength()
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 staxHandler) throws org.xml.sax.SAXException
StAXFeatureHandler
endElementHandler
in class StAXFeatureHandler
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the ParameterstaxHandler
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exception