Class XMLTagFormatter
- java.lang.Object
-
- net.revelc.code.formatter.xml.lib.XMLTagFormatter
-
public class XMLTagFormatter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMLTagFormatter.AttributePairprotected static classXMLTagFormatter.ParseExceptionprotected static classXMLTagFormatter.Tagprotected classXMLTagFormatter.TagFormatterprotected static classXMLTagFormatter.TagParser
-
Constructor Summary
Constructors Constructor Description XMLTagFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(String tagText, String indent, String lineDelimiter, FormattingPreferences prefs)
-
-
-
Method Detail
-
format
public String format(String tagText, String indent, String lineDelimiter, FormattingPreferences prefs)
-
-