Uses of Class
org.apache.uima.internal.util.XmlElementName
Packages that use XmlElementName
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmlElementName in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as XmlElementNameModifier and TypeFieldDescription(package private) final XmlElementName
XmiSerializationSharedData.OotsElementData.elementName
Name of the element, including XML namespace.CasSerializerSupport.CasDocSerializer.typeCode2namespaceNames
static final XmlElementName
XmiCasSerializer.XMI_TAG
Methods in org.apache.uima.cas.impl that return XmlElementNameModifier and TypeMethodDescriptionprotected abstract XmlElementName
CasSerializerSupport.CasSerializerSupportSerialize.uimaTypeName2XmiElementName
(String typeName) protected XmlElementName
XmiCasSerializer.XmiDocSerializer.uimaTypeName2XmiElementName
(String uimaTypeName) Converts a UIMA-style dotted type name to the element name that should be used in the XMI serialization.Methods in org.apache.uima.cas.impl with parameters of type XmlElementNameModifier and TypeMethodDescriptionprotected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.addNameSpace
(XmlElementName xmlElementName) protected void
XmiCasSerializer.XmiDocSerializer.addNameSpace
(XmlElementName xmlElementName) private void
XmiCasDeserializer.XmiCasDeserializerHandler.addToOutOfTypeSystemData
(XmlElementName xmlElementName, Attributes attrs) protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.checkForNameCollision
(XmlElementName xmlElementName) protected void
XmiCasSerializer.XmiDocSerializer.checkForNameCollision
(XmlElementName xmlElementName) private void
XmiCasSerializer.XmiDocSerializer.endElement
(XmlElementName name) CasSerializerSupport.CasDocSerializer.getTypeNameFromXmlElementName
(XmlElementName xe) private void
XmiCasSerializer.XmiDocSerializer.startElement
(XmlElementName name, Attributes attrs, int aNumChildren) Constructors in org.apache.uima.cas.impl with parameters of type XmlElementNameModifierConstructorDescriptionOotsElementData
(String xmiId, XmlElementName elementName) OotsElementData
(String xmiId, XmlElementName elementName, int lineNumber, int colNumber) -
Uses of XmlElementName in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as XmlElementNameConstructors in org.apache.uima.internal.util with parameters of type XmlElementNameModifierConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents) XmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes) -
Uses of XmlElementName in org.apache.uima.json
Fields in org.apache.uima.json with type parameters of type XmlElementNameModifier and TypeFieldDescriptionprivate final Map
<String, XmlElementName> JsonCasSerializer.JsonDocSerializer.usedTypeName2XmlElementName
Methods in org.apache.uima.json that return XmlElementNameModifier and TypeMethodDescriptionprotected XmlElementName
JsonCasSerializer.JsonDocSerializer.uimaTypeName2XmiElementName
(String uimaTypeName) Converts a UIMA-style dotted type name to the element name that should be used in the serialization.Methods in org.apache.uima.json with parameters of type XmlElementNameModifier and TypeMethodDescriptionprotected void
JsonCasSerializer.JsonDocSerializer.addNameSpace
(XmlElementName xmlElementName) Called to generate a new namespace prefix and add it to this element - due to a collisionprotected void
JsonCasSerializer.JsonDocSerializer.checkForNameCollision
(XmlElementName xmlElementName)