|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLParser | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
Uses of XMLParser in org.apache.uima |
---|
Methods in org.apache.uima that return XMLParser | |
---|---|
protected abstract XMLParser |
UIMAFramework._getXMLParser()
To be implemented by subclasses; this should return a reference to the UIMA XMLParser
used by this implementation. |
static XMLParser |
UIMAFramework.getXMLParser()
Get a reference to the UIMA XMLParser , which is used to parse
ResourceSpecifier objects from their XML representations. |
Uses of XMLParser in org.apache.uima.util |
---|
Methods in org.apache.uima.util with parameters of type XMLParser | |
---|---|
void |
XMLizable.buildFromXMLElement(Element aElement,
XMLParser aParser)
Initializes this object from its XML DOM representation. |
void |
XMLizable.buildFromXMLElement(Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Initializes this object from its XML DOM representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |