|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GateSaxException | |
| gate.config | |
| gate.creole | |
| Uses of GateSaxException in gate.config |
| Methods in gate.config that throw GateSaxException | |
void |
ConfigXmlHandler.startDocument()
Called when the SAX parser encounts the beginning of the XML document |
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. |
protected void |
ConfigXmlHandler.createResource(String resourceTypeName,
List resourceList)
Utility method to create a resource and add to appropriate list. |
| Uses of GateSaxException in gate.creole |
| Methods in gate.creole that throw GateSaxException | |
void |
CreoleXmlHandler.startDocument()
Called when the SAX parser encounts the beginning of the XML document |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||