pt.tumba.parser.swf
Class Xerces

java.lang.Object
  extended by pt.tumba.parser.swf.Xerces

public class Xerces
extends java.lang.Object

Utilities for using the Apache Xerces XML Parser

Author:
unknown

Field Summary
private static Xerces _theInstance
           
 
Constructor Summary
private Xerces()
           
 
Method Summary
static Xerces getInstance()
           
static void parse(org.xml.sax.helpers.DefaultHandler handler, java.io.InputStream in)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_theInstance

private static final Xerces _theInstance
Constructor Detail

Xerces

private Xerces()
Method Detail

getInstance

public static Xerces getInstance()

parse

public static void parse(org.xml.sax.helpers.DefaultHandler handler,
                         java.io.InputStream in)
                  throws org.xml.sax.SAXException,
                         java.io.IOException,
                         javax.xml.parsers.ParserConfigurationException
Description of the Method

Parameters:
handler - Description of the Parameter
in - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception
java.io.IOException - Description of the Exception
javax.xml.parsers.ParserConfigurationException - Description of the Exception