Package | Description |
---|---|
org.mdiutil.xml.tree |
This package contains a parser allowing to get a tree of Nodes from an XML file.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
AbstractNodeSerializer.computeBoundPrefixes(BoundPrefix boundPrefix,
XMLNode node)
Compute the bound prefixes for a XML node.
|
void |
DefaultNodeSerializer.printNode(BufferedWriter writer,
XMLNode node,
boolean isOrdered,
BoundPrefix boundPrefix,
String tabTotal,
String tabIndent,
boolean isFirst,
boolean isLast)
Prints a node.
|
void |
NodeSerializer.printNode(BufferedWriter writer,
XMLNode node,
boolean isOrdered,
BoundPrefix boundPrefix,
String tabTotal,
String tabIndent,
boolean isFirst,
boolean isLast)
Prints a node.
|
void |
DefaultNodeSerializer.printNode(StringBuilder buf,
XMLNode node,
boolean isOrdered,
BoundPrefix boundPrefix,
String tabTotal,
String tabIndent,
boolean isFirst,
boolean isLast)
Prints a node.
|
void |
NodeSerializer.printNode(StringBuilder buf,
XMLNode node,
boolean isOrdered,
BoundPrefix boundPrefix,
String tabTotal,
String tabIndent,
boolean isFirst,
boolean isLast)
Prints a node.
|
protected void |
AbstractNodeSerializer.writeBoundPrefixes(StringBuilder buf,
BoundPrefix boundPrefix,
XMLNode node)
Write the bound prefixes for a XML node.
|