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 XmlElementNameXmiSerializationSharedData.OotsElementData.elementNameName of the element, including XML namespace.CasSerializerSupport.CasDocSerializer.typeCode2namespaceNamesstatic final XmlElementNameXmiCasSerializer.XMI_TAGMethods in org.apache.uima.cas.impl that return XmlElementNameModifier and TypeMethodDescriptionprotected abstract XmlElementNameCasSerializerSupport.CasSerializerSupportSerialize.uimaTypeName2XmiElementName(String typeName) protected XmlElementNameXmiCasSerializer.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 voidCasSerializerSupport.CasSerializerSupportSerialize.addNameSpace(XmlElementName xmlElementName) protected voidXmiCasSerializer.XmiDocSerializer.addNameSpace(XmlElementName xmlElementName) private voidXmiCasDeserializer.XmiCasDeserializerHandler.addToOutOfTypeSystemData(XmlElementName xmlElementName, Attributes attrs) protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize.checkForNameCollision(XmlElementName xmlElementName) protected voidXmiCasSerializer.XmiDocSerializer.checkForNameCollision(XmlElementName xmlElementName) private voidXmiCasSerializer.XmiDocSerializer.endElement(XmlElementName name) CasSerializerSupport.CasDocSerializer.getTypeNameFromXmlElementName(XmlElementName xe) private voidXmiCasSerializer.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.usedTypeName2XmlElementNameMethods in org.apache.uima.json that return XmlElementNameModifier and TypeMethodDescriptionprotected XmlElementNameJsonCasSerializer.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 voidJsonCasSerializer.JsonDocSerializer.addNameSpace(XmlElementName xmlElementName) Called to generate a new namespace prefix and add it to this element - due to a collisionprotected voidJsonCasSerializer.JsonDocSerializer.checkForNameCollision(XmlElementName xmlElementName)