public class XMLPathPrinter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
XMLPathPrinter.ElementType |
Constructor and Description |
---|
XMLPathPrinter(java.io.PrintWriter out) |
XMLPathPrinter(java.io.PrintWriter out,
java.lang.String rootTag) |
Modifier and Type | Method and Description |
---|---|
void |
addChildSchemaNode(java.lang.String tagName,
XMLPathPrinter.ElementType type,
java.lang.String variableName) |
void |
popSchemaNode() |
void |
printAttributeValue(java.lang.String value) |
void |
printCDataValue(java.lang.String value) |
void |
printTags(java.lang.String currentPath) |
void |
setPrettyPrint(boolean value) |
java.lang.String |
toString() |
public XMLPathPrinter(java.io.PrintWriter out)
public XMLPathPrinter(java.io.PrintWriter out, java.lang.String rootTag)
public void setPrettyPrint(boolean value)
public void printAttributeValue(java.lang.String value)
public void printCDataValue(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
public void printTags(java.lang.String currentPath) throws ValidationException
ValidationException
public void addChildSchemaNode(java.lang.String tagName, XMLPathPrinter.ElementType type, java.lang.String variableName)
public void popSchemaNode()