Package | Description |
---|---|
org.core4j.xml |
Modifier and Type | Field and Description |
---|---|
static XmlFormat |
XmlFormat.INDENTED |
static XmlFormat |
XmlFormat.NOT_INDENTED |
Modifier and Type | Method and Description |
---|---|
XmlFormat |
XmlFormat.incrementLevel() |
Modifier and Type | Method and Description |
---|---|
protected String |
XNode.getIndent(XmlFormat format) |
String |
XDocumentType.toString(XmlFormat format) |
String |
XDocument.toString(XmlFormat format) |
String |
XElement.toString(XmlFormat format) |
abstract String |
XNode.toString(XmlFormat format) |
String |
XText.toString(XmlFormat format) |
String |
XProcessingInstruction.toString(XmlFormat format) |
String |
XComment.toString(XmlFormat format) |
String |
XContainer.toString(XmlFormat format) |
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.