Uses of Class
net.revelc.code.formatter.xml.lib.XMLTagFormatter.Tag
-
-
Uses of XMLTagFormatter.Tag in net.revelc.code.formatter.xml.lib
Methods in net.revelc.code.formatter.xml.lib that return XMLTagFormatter.Tag Modifier and Type Method Description XMLTagFormatter.TagXMLTagFormatter.TagParser. parse(String tagText)Methods in net.revelc.code.formatter.xml.lib with parameters of type XMLTagFormatter.Tag Modifier and Type Method Description protected voidXMLTagFormatter.TagFormatter. closeTag(StringBuilder sb, XMLTagFormatter.Tag tag)StringXMLTagFormatter.TagFormatter. format(XMLTagFormatter.Tag tag, String indent, String lineDelimiter)protected voidXMLTagFormatter.TagFormatter. openTag(StringBuilder sb, XMLTagFormatter.Tag tag)protected StringXMLTagFormatter.TagFormatter. wrapTag(XMLTagFormatter.Tag tag, String indent, String lineDelimiter)
-