Documentation of 'tig.xml.SAXParsing' Java class
SAXParsing
tig.xml

Class SAXParsing



  • public class SAXParsing
    extends java.lang.Object
    General 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 void SAXParse(java.io.File xmlFile, org.xml.sax.helpers.DefaultHandler handler)
      Parses a XML file with a given handler.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAXParsing

        public SAXParsing()
    • 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

You see the box below because you did not login.