Uses of Class
org.apache.uima.internal.util.XmlElementName
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmlElementName in org.apache.uima.cas.impl
Modifier and TypeFieldDescriptionCasSerializerSupport.CasDocSerializer.typeCode2namespaceNames
static final XmlElementName
XmiCasSerializer.XMI_TAG
Modifier and TypeMethodDescriptionprotected abstract XmlElementName
CasSerializerSupport.CasSerializerSupportSerialize.uimaTypeName2XmiElementName
(String typeName) Modifier and TypeMethodDescriptionprotected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.addNameSpace
(XmlElementName xmlElementName) protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.checkForNameCollision
(XmlElementName xmlElementName) CasSerializerSupport.CasDocSerializer.getTypeNameFromXmlElementName
(XmlElementName xe) ModifierConstructorDescriptionOotsElementData
(String xmiId, XmlElementName elementName) OotsElementData
(String xmiId, XmlElementName elementName, int lineNumber, int colNumber) -
Uses of XmlElementName in org.apache.uima.internal.util
ModifierConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents) XmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes)