Uses of Class
de.unistuttgart.ims.uima.io.xml.type.XMLElement
| Package | Description |
|---|---|
| de.unistuttgart.ims.uima.io.xml |
-
Uses of XMLElement in de.unistuttgart.ims.uima.io.xml
Fields in de.unistuttgart.ims.uima.io.xml with type parameters of type XMLElement Modifier and Type Field Description protected java.util.Map<java.lang.String,XMLElement>Visitor. annotationMapMaps CSS selectors to XMLelementsMethods in de.unistuttgart.ims.uima.io.xml that return types with arguments of type XMLElement Modifier and Type Method Description protected java.util.Map<java.lang.String,XMLElement>Visitor. getAnnotationMap()Methods in de.unistuttgart.ims.uima.io.xml with parameters of type XMLElement Modifier and Type Method Description protected java.lang.StringXmlTagFactory. getBeginTag(XMLElement h)protected java.lang.StringXmlTagFactory. getEmptyTag(XMLElement h)protected java.lang.StringXmlTagFactory. getEndTag(XMLElement h)protected <T extends org.apache.uima.jcas.cas.TOP>
TGenericXmlReader. getFeatureStructure(org.apache.uima.jcas.JCas jcas, XMLElement hAnno, org.jsoup.nodes.Element elm, GenericXmlReader.Rule<T> mapping)Method parameters in de.unistuttgart.ims.uima.io.xml with type arguments of type XMLElement Modifier and Type Method Description protected <T extends org.apache.uima.jcas.cas.TOP>
voidGenericXmlReader. applyRule(org.apache.uima.jcas.JCas jcas, org.jsoup.nodes.Element rootElement, java.util.Map<java.lang.String,XMLElement> annoMap, GenericXmlReader.Rule<T> mapping)