Package de.unistuttgart.ims.uima.io.xml
Class XmlTagFactory
java.lang.Object
de.unistuttgart.ims.uima.io.xml.XmlTagFactory
- All Implemented Interfaces:
InlineTagFactory<XmlNodeAnnotation>
public class XmlTagFactory extends java.lang.Object implements InlineTagFactory<XmlNodeAnnotation>
-
Constructor Summary
Constructors Constructor Description XmlTagFactory() -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetBeginTag(XMLElement h)java.lang.StringgetBeginTag(XmlNodeAnnotation anno)protected java.lang.StringgetEmptyTag(XmlDeclarationAnnotation h)protected java.lang.StringgetEmptyTag(XMLElement h)java.lang.StringgetEmptyTag(XmlNodeAnnotation anno)protected java.lang.StringgetEndTag(XMLElement h)java.lang.StringgetEndTag(XmlNodeAnnotation anno)
-
Constructor Details
-
XmlTagFactory
public XmlTagFactory()
-
-
Method Details
-
getBeginTag
- Specified by:
getBeginTagin interfaceInlineTagFactory<XmlNodeAnnotation>
-
getBeginTag
-
getEmptyTag
- Specified by:
getEmptyTagin interfaceInlineTagFactory<XmlNodeAnnotation>
-
getEmptyTag
-
getEmptyTag
-
getEndTag
- Specified by:
getEndTagin interfaceInlineTagFactory<XmlNodeAnnotation>
-
getEndTag
-