InlineTagFactory<XmlNodeAnnotation>public class XmlTagFactory extends Object implements InlineTagFactory<XmlNodeAnnotation>
| Constructor | Description |
|---|---|
XmlTagFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getBeginTag(XMLElement h) |
|
String |
getBeginTag(XmlNodeAnnotation anno) |
|
protected String |
getEmptyTag(XmlDeclarationAnnotation h) |
|
protected String |
getEmptyTag(XMLElement h) |
|
String |
getEmptyTag(XmlNodeAnnotation anno) |
|
protected String |
getEndTag(XMLElement h) |
|
String |
getEndTag(XmlNodeAnnotation anno) |
public String getBeginTag(XmlNodeAnnotation anno)
getBeginTag in interface InlineTagFactory<XmlNodeAnnotation>protected String getBeginTag(XMLElement h)
public String getEmptyTag(XmlNodeAnnotation anno)
getEmptyTag in interface InlineTagFactory<XmlNodeAnnotation>protected String getEmptyTag(XMLElement h)
protected String getEmptyTag(XmlDeclarationAnnotation h)
public String getEndTag(XmlNodeAnnotation anno)
getEndTag in interface InlineTagFactory<XmlNodeAnnotation>protected String getEndTag(XMLElement h)
Copyright © 2018. All rights reserved.