Uses of Class
com.fourjs.report.facturx.util.XMLPathPrinter.ElementType
-
Packages that use XMLPathPrinter.ElementType Package Description com.fourjs.report.facturx.util -
-
Uses of XMLPathPrinter.ElementType in com.fourjs.report.facturx.util
Methods in com.fourjs.report.facturx.util that return XMLPathPrinter.ElementType Modifier and Type Method Description static XMLPathPrinter.ElementType
XMLPathPrinter.ElementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static XMLPathPrinter.ElementType[]
XMLPathPrinter.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fourjs.report.facturx.util with parameters of type XMLPathPrinter.ElementType Modifier and Type Method Description void
XMLPathPrinter. addChildSchemaNode(String tagName, XMLPathPrinter.ElementType type, String variableName)
-