Package at.gv.egovernment.moaspss.util
Class OutputXML2File
java.lang.Object
at.gv.egovernment.moaspss.util.OutputXML2File
utility functions to write XML data to files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddebugOutputXML2File(String filename, String xmlString, String hierarchy) writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)static voiddebugOutputXML2File(String filename, Element rootElem, String hierarchy) writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)static voidoutputXML2File(String filename, String xmlString) writes an XML structure to file (Encoding: UTF-8)static voidoutputXML2File(String filename, Element rootElem) writes an XML structure to file (Encoding: UTF-8)
-
Constructor Details
-
OutputXML2File
public OutputXML2File()
-
-
Method Details
-
debugOutputXML2File
writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)- Parameters:
filename- file namerootElem- root element in DOM treehierarchy- of the Logger
-
debugOutputXML2File
writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)- Parameters:
filename- file namexmlString- XML stringhierarchy- of the Logger
-
outputXML2File
writes an XML structure to file (Encoding: UTF-8)- Parameters:
filename- file namerootElem- root element in DOM tree
-
outputXML2File
writes an XML structure to file (Encoding: UTF-8)- Parameters:
filename- file namexmlString- XML string
-