Package | Description |
---|---|
gate.config | |
gate.creole |
Modifier and Type | Method and Description |
---|---|
void |
ConfigXmlHandler.endDocument()
Called when the SAX parser encounts the end of the XML document
|
void |
ConfigXmlHandler.endElement(String uri,
String qName,
String elementName)
Called when the SAX parser encounts the end of an XML element.
|
void |
ConfigXmlHandler.startDocument()
Called when the SAX parser encounts the beginning of the XML document
|
Modifier and Type | Method and Description |
---|---|
void |
CreoleXmlHandler.endDocument()
Called when the SAX parser encounts the end of the XML document
|
void |
CreoleXmlHandler.endElement(String uri,
String qName,
String elementName)
Called when the SAX parser encounts the end of an XML element.
|
void |
CreoleXmlHandler.startDocument()
Called when the SAX parser encounts the beginning of the XML document
|
Copyright © 2024 GATE. All rights reserved.