Package com.fourjs.report.facturx.util
Class XMLPathPrinter
- java.lang.Object
-
- com.fourjs.report.facturx.util.XMLPathPrinter
-
public class XMLPathPrinter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMLPathPrinter.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 voidaddChildSchemaNode(String tagName, XMLPathPrinter.ElementType type, String variableName)voidpopSchemaNode()voidprintAttributeValue(String value)voidprintCDataValue(String value)voidprintTags(String currentPath)voidsetPrettyPrint(boolean value)StringtoString()
-
-
-
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()
-
-