|
||||||||||
| 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 | |
|---|---|
private void |
ConfigXmlHandler.checkStack(String methodName,
String elementName)
Utility function to throw exceptions on stack errors. |
protected void |
ConfigXmlHandler.createResource(String resourceTypeName,
List resourceList)
Utility method to create a resource and add to appropriate list. |
(package private) void |
SystemData.createSystem()
Create a Controller; called when all the system data is present. |
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 |
| Uses of GateSaxException in gate.creole |
|---|
| Methods in gate.creole that throw GateSaxException | |
|---|---|
private void |
CreoleXmlHandler.checkStack(String methodName,
String elementName)
Utility function to throw exceptions on stack errors. |
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 |
| Uses of GateSaxException in gate.xml |
|---|
| Methods in gate.xml that throw GateSaxException | |
|---|---|
private void |
GateFormatXmlDocumentHandler.processTextOfNameElement(String text)
Deprecated. This method deals with a Text belonging to Name element. |
private void |
GateFormatXmlDocumentHandler.processTextOfValueElement(String text)
Deprecated. This method deals with a Text belonging to Value element. |
private void |
GateFormatXmlDocumentHandler.testAnnotationIdUnicity(Integer anAnnotId)
Deprecated. This method tests if the Annotation ID has been used previously (in which case will rase an exception) and also adds the ID being tested to the annotationIdSet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||