tig.xml
Class SAXParsing
- java.lang.Object
-
- tig.xml.SAXParsing
-
public class SAXParsing extends java.lang.ObjectGeneral utilities to parse an XML document, using SAX2. SAX implementation is used
-
-
Constructor Summary
Constructors Constructor and Description SAXParsing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidSAXParse(java.io.File xmlFile, org.xml.sax.helpers.DefaultHandler handler)Parses a XML file with a given handler.
-
-
-
Method Detail
-
SAXParse
public static void SAXParse(java.io.File xmlFile, org.xml.sax.helpers.DefaultHandler handler)Parses a XML file with a given handler. Developped to put the SAX factory code in a single place.- Parameters:
xmlFile- XML file to parse.handler- Handler used to analyze the XML file.
-
-
DMelt 3.0 © DataMelt by jWork.ORG