xml.indent
Class XmlBeautifier

java.lang.Object
  extended by beauty.beautifiers.Beautifier
      extended by xml.indent.XmlBeautifier

public class XmlBeautifier
extends beauty.beautifiers.Beautifier

danson, Added to integrate with Beauty plugin.


Field Summary
 
Fields inherited from class beauty.beautifiers.Beautifier
doubleIndent, editMode, indent, indentWidth, initialLevel, lineSeparator, SERVICE_NAME, softTabs, tabWidth, wrapMargin, wrapMode
 
Constructor Summary
XmlBeautifier()
           
 
Method Summary
 java.lang.String beautify(java.lang.String text)
           
 
Methods inherited from class beauty.beautifiers.Beautifier
getEditMode, getIndentWidth, getLineSeparator, getTabWidth, getUseSoftTabs, getWrapMargin, getWrapMode, init, setEditMode, setIndentWidth, setInitialIndentLevel, setLineSeparator, setTabWidth, setUseSoftTabs, setWrapMargin, setWrapMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeautifier

public XmlBeautifier()
Method Detail

beautify

public java.lang.String beautify(java.lang.String text)
                          throws beauty.parsers.ParserException
Specified by:
beautify in class beauty.beautifiers.Beautifier
Throws:
beauty.parsers.ParserException