Uses of Class
org.apache.uima.internal.util.XmlElementName
Packages that use XmlElementName
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmlElementName in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as XmlElementNameModifier and TypeFieldDescriptionCasSerializerSupport.CasDocSerializer.typeCode2namespaceNames
static final XmlElementName
XmiCasSerializer.XMI_TAG
Methods in org.apache.uima.cas.impl that return XmlElementNameModifier and TypeMethodDescriptionprotected abstract XmlElementName
CasSerializerSupport.CasSerializerSupportSerialize.uimaTypeName2XmiElementName
(String typeName) Methods in org.apache.uima.cas.impl with parameters of type XmlElementNameModifier and TypeMethodDescriptionprotected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.addNameSpace
(XmlElementName xmlElementName) protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize.checkForNameCollision
(XmlElementName xmlElementName) CasSerializerSupport.CasDocSerializer.getTypeNameFromXmlElementName
(XmlElementName xe) Constructors in org.apache.uima.cas.impl with parameters of type XmlElementNameModifierConstructorDescriptionOotsElementData
(String xmiId, XmlElementName elementName) OotsElementData
(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 XmlElementNameConstructors in org.apache.uima.internal.util with parameters of type XmlElementNameModifierConstructorDescriptionXmlElementNameAndContents
(XmlElementName name, String contents) XmlElementNameAndContents
(XmlElementName name, String contents, List<XmlAttribute> attributes)