Uses of Class
org.apache.uima.internal.util.XmlElementName
-
Packages that use XmlElementName Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util org.apache.uima.json -
-
Uses of XmlElementName in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as XmlElementName Modifier and Type Field Description (package private) XmlElementNameXmiSerializationSharedData.OotsElementData. elementNameName of the element, including XML namespace.XmlElementName[]CasSerializerSupport.CasDocSerializer. typeCode2namespaceNamesstatic XmlElementNameXmiCasSerializer. XMI_TAGMethods in org.apache.uima.cas.impl that return XmlElementName Modifier and Type Method Description protected abstract XmlElementNameCasSerializerSupport.CasSerializerSupportSerialize. uimaTypeName2XmiElementName(java.lang.String typeName)protected XmlElementNameXmiCasSerializer.XmiDocSerializer. uimaTypeName2XmiElementName(java.lang.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 XmlElementName Modifier and Type Method Description protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize. addNameSpace(XmlElementName xmlElementName)protected voidXmiCasSerializer.XmiDocSerializer. addNameSpace(XmlElementName xmlElementName)private voidXmiCasDeserializer.XmiCasDeserializerHandler. addToOutOfTypeSystemData(XmlElementName xmlElementName, org.xml.sax.Attributes attrs)protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize. checkForNameCollision(XmlElementName xmlElementName)protected voidXmiCasSerializer.XmiDocSerializer. checkForNameCollision(XmlElementName xmlElementName)private voidXmiCasSerializer.XmiDocSerializer. endElement(XmlElementName name)java.lang.StringCasSerializerSupport.CasDocSerializer. getTypeNameFromXmlElementName(XmlElementName xe)private voidXmiCasSerializer.XmiDocSerializer. startElement(XmlElementName name, org.xml.sax.Attributes attrs, int aNumChildren)Constructors in org.apache.uima.cas.impl with parameters of type XmlElementName Constructor Description OotsElementData(java.lang.String xmiId, XmlElementName elementName)OotsElementData(java.lang.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 XmlElementName Modifier and Type Field Description XmlElementNameXmlElementNameAndContents. nameConstructors in org.apache.uima.internal.util with parameters of type XmlElementName Constructor Description XmlElementNameAndContents(XmlElementName name, java.lang.String contents)XmlElementNameAndContents(XmlElementName name, java.lang.String contents, java.util.List<XmlAttribute> attributes) -
Uses of XmlElementName in org.apache.uima.json
Fields in org.apache.uima.json with type parameters of type XmlElementName Modifier and Type Field Description private java.util.Map<java.lang.String,XmlElementName>JsonCasSerializer.JsonDocSerializer. usedTypeName2XmlElementNameMethods in org.apache.uima.json that return XmlElementName Modifier and Type Method Description protected XmlElementNameJsonCasSerializer.JsonDocSerializer. uimaTypeName2XmiElementName(java.lang.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 XmlElementName Modifier and Type Method Description protected 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)
-