|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GateSaxException | |
gate.config | |
gate.creole | |
gate.xml |
Uses of GateSaxException in gate.config |
Methods in gate.config that throw GateSaxException | |
(package private) void |
SystemData.createSystem()
Create a Controller; called when all the system data is present. |
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 |
private void |
ConfigXmlHandler.checkStack(String methodName,
String elementName)
Utility function to throw exceptions on stack errors. |
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 |
private void |
CreoleXmlHandler.checkStack(String methodName,
String elementName)
Utility function to throw exceptions on stack errors. |
void |
CreoleXmlHandler.endElement(String uri,
String qName,
String elementName)
Called when the SAX parser encounts the end of an XML element. |
Uses of GateSaxException in gate.xml |
Methods in gate.xml that throw GateSaxException | |
private void |
GateFormatXmlDocumentHandler.processTextOfNameElement(String text)
This method deals with a Text belonging to Name element. |
private void |
GateFormatXmlDocumentHandler.processTextOfValueElement(String text)
This method deals with a Text belonging to Value element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |