Uses of Class
org.apache.uima.internal.util.XmlElementNameAndContents
Packages that use XmlElementNameAndContents
Package
Description
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 XmlElementNameAndContentsModifier and TypeFieldDescription(package private) 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 XmlElementNameAndContentsModifier and TypeMethodDescriptionprivate List
<XmlElementNameAndContents> XmiCasSerializer.XmiDocSerializer.encodeFeatures
(int addr, 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 XmlElementNameAndContentsModifier and TypeMethodDescriptionprivate void
XmiCasSerializer.XmiDocSerializer.sendElementEvents
(List<? extends XmlElementNameAndContents> elements) Generate startElement, characters, and endElement SAX events.private void
XmiCasSerializer.XmiDocSerializer.stringArrayToElementList
(String featName, int addr, List<? super XmlElementNameAndContents> resultList)