|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.xml.XmlFormat
XmlFormat formats an XML document String..
ComplexTag,
ObjectXml| Constructor Summary | |
XmlFormat()
Constructs a new XmlFormat object. |
|
| Method Summary | |
String |
format(String xml)
Formats an XML document String. |
static void |
main(String[] args)
Executes the unit tests for the XmlFormat class. |
XmlFormat |
setIndentationLevel(int indentationLevel)
|
XmlFormat |
setIndentationLevel(String indentationLevelSpacing)
|
XmlFormat |
setIndentationSpacing(String indentationSpacing)
|
XmlFormat |
setRemoveSpace()
|
String[] |
toArray(String xml)
Formats an XML document into a String array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlFormat()
XmlFormat object.
| Method Detail |
public String format(String xml)
String.
public XmlFormat setRemoveSpace()
public XmlFormat setIndentationLevel(int indentationLevel)
public XmlFormat setIndentationLevel(String indentationLevelSpacing)
public XmlFormat setIndentationSpacing(String indentationSpacing)
public String[] toArray(String xml)
String array
public static void main(String[] args)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||