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.implFields in org.apache.uima.cas.impl declared as XmlElementNameModifier and TypeFieldDescriptionCasSerializerSupport.CasDocSerializer.typeCode2namespaceNamesstatic final XmlElementNameXmiCasSerializer.XMI_TAGMethods in org.apache.uima.cas.impl that return XmlElementNameModifier and TypeMethodDescriptionprotected abstract XmlElementNameCasSerializerSupport.CasSerializerSupportSerialize.uimaTypeName2XmiElementName(String typeName) Methods in org.apache.uima.cas.impl with parameters of type XmlElementNameModifier and TypeMethodDescriptionprotected abstract voidCasSerializerSupport.CasSerializerSupportSerialize.addNameSpace(XmlElementName xmlElementName) protected abstract voidCasSerializerSupport.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.utilFields 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)