Uses of Class
org.apache.uima.internal.util.XmlElementNameAndContents
-
Packages that use XmlElementNameAndContents Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of XmlElementNameAndContents in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type XmlElementNameAndContents Modifier and Type Field Description (package private) java.util.List<XmlElementNameAndContents>
XmiSerializationSharedData.OotsElementData. childElements
List of XmlElementNameAndContents objects each describing one of the child elements representing features of this out-of-typesystem element.Methods in org.apache.uima.cas.impl that return types with arguments of type XmlElementNameAndContents Modifier and Type Method Description private java.util.List<XmlElementNameAndContents>
XmiCasSerializer.XmiDocSerializer. encodeFeatures(TOP fs, org.xml.sax.helpers.AttributesImpl attrs, boolean insideListNode)
Encode features of a regular (non-array) FS.Method parameters in org.apache.uima.cas.impl with type arguments of type XmlElementNameAndContents Modifier and Type Method Description private void
XmiCasSerializer.XmiDocSerializer. sendElementEvents(java.util.List<? extends XmlElementNameAndContents> elements)
Generate startElement, characters, and endElement SAX events.private void
XmiCasSerializer.XmiDocSerializer. stringArrayToElementList(java.lang.String featName, StringArray stringArray, java.util.List<? super XmlElementNameAndContents> resultList)
-