Package com.fourjs.report.facturx
Class XMLPathPrinter
- java.lang.Object
-
- com.fourjs.report.facturx.XMLPathPrinter
-
public class XMLPathPrinter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XMLPathPrinter.ElementType
-
Constructor Summary
Constructors Constructor Description XMLPathPrinter(PrintWriter out)
XMLPathPrinter(PrintWriter out, String rootTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChildSchemaNode(String tagName, XMLPathPrinter.ElementType type, String variableName)
void
popSchemaNode()
void
printAttributeValue(String value)
void
printCDataValue(String value)
void
printTags(String currentPath)
void
setPrettyPrint(boolean value)
String
toString()
-
-
-
Constructor Detail
-
XMLPathPrinter
public XMLPathPrinter(PrintWriter out)
-
XMLPathPrinter
public XMLPathPrinter(PrintWriter out, String rootTag)
-
-
Method Detail
-
setPrettyPrint
public void setPrettyPrint(boolean value)
-
printAttributeValue
public void printAttributeValue(String value)
-
printCDataValue
public void printCDataValue(String value)
-
printTags
public void printTags(String currentPath) throws ValidationException
- Throws:
ValidationException
-
addChildSchemaNode
public void addChildSchemaNode(String tagName, XMLPathPrinter.ElementType type, String variableName)
-
popSchemaNode
public void popSchemaNode()
-
-