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) final List<XmlElementNameAndContents> XmiSerializationSharedData.OotsElementData.childElementsList 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(TOP fs, 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 voidXmiCasSerializer.XmiDocSerializer.sendElementEvents(List<? extends XmlElementNameAndContents> elements) Generate startElement, characters, and endElement SAX events.private voidXmiCasSerializer.XmiDocSerializer.stringArrayToElementList(String featName, StringArray stringArray, List<? super XmlElementNameAndContents> resultList)