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 -
-
Uses of XmlElementName in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as XmlElementName Modifier and Type Field Description 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)
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 abstract void
CasSerializerSupport.CasSerializerSupportSerialize. checkForNameCollision(XmlElementName xmlElementName)
java.lang.String
CasSerializerSupport.CasDocSerializer. getTypeNameFromXmlElementName(XmlElementName xe)
-
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)
-