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. 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)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 abstract voidCasSerializerSupport.CasSerializerSupportSerialize. checkForNameCollision(XmlElementName xmlElementName)java.lang.StringCasSerializerSupport.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 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)
-