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) XmlElementName
XmiSerializationSharedData.OotsElementData. elementName
Name of the element, including XML namespace.XmlElementName[]
CasSerializerSupport.CasDocSerializer. typeCode2namespaceNames
static XmlElementName
XmiCasSerializer. XMI_TAG
Methods in org.apache.uima.cas.impl that return XmlElementName Modifier and Type Method Description protected abstract XmlElementName
CasSerializerSupport.CasSerializerSupportSerialize. uimaTypeName2XmiElementName(java.lang.String typeName)
protected XmlElementName
XmiCasSerializer.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 void
CasSerializerSupport.CasSerializerSupportSerialize. addNameSpace(XmlElementName xmlElementName)
protected void
XmiCasSerializer.XmiDocSerializer. addNameSpace(XmlElementName xmlElementName)
private void
XmiCasDeserializer.XmiCasDeserializerHandler. addToOutOfTypeSystemData(XmlElementName xmlElementName, org.xml.sax.Attributes attrs)
protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize. checkForNameCollision(XmlElementName xmlElementName)
protected void
XmiCasSerializer.XmiDocSerializer. checkForNameCollision(XmlElementName xmlElementName)
private void
XmiCasSerializer.XmiDocSerializer. endElement(XmlElementName name)
java.lang.String
CasSerializerSupport.CasDocSerializer. getTypeNameFromXmlElementName(XmlElementName xe)
private void
XmiCasSerializer.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 XmlElementName
XmlElementNameAndContents. name
Constructors 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. usedTypeName2XmlElementName
Methods in org.apache.uima.json that return XmlElementName Modifier and Type Method Description protected XmlElementName
JsonCasSerializer.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 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)
-