com.japisoft.fastparser.tools
Class FPSAXParserFactory.CustomSAXParser

java.lang.Object
  |
  +--javax.xml.parsers.SAXParser
        |
        +--com.japisoft.fastparser.tools.FPSAXParserFactory.CustomSAXParser
Enclosing class:
FPSAXParserFactory

public class FPSAXParserFactory.CustomSAXParser
extends javax.xml.parsers.SAXParser


Constructor Summary
FPSAXParserFactory.CustomSAXParser()
           
 
Method Summary
 org.xml.sax.Parser getParser()
           
 java.lang.Object getProperty(java.lang.String name)
           
 org.xml.sax.XMLReader getXMLReader()
           
 boolean isNamespaceAware()
           
 boolean isValidating()
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class javax.xml.parsers.SAXParser
parse, parse, parse, parse, parse, parse, parse, parse, parse, parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPSAXParserFactory.CustomSAXParser

public FPSAXParserFactory.CustomSAXParser()
Method Detail

getParser

public org.xml.sax.Parser getParser()
Specified by:
getParser in class javax.xml.parsers.SAXParser

getXMLReader

public org.xml.sax.XMLReader getXMLReader()
Specified by:
getXMLReader in class javax.xml.parsers.SAXParser

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws org.xml.sax.SAXNotRecognizedException,
                                    org.xml.sax.SAXNotSupportedException
Specified by:
getProperty in class javax.xml.parsers.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException

isNamespaceAware

public boolean isNamespaceAware()
Specified by:
isNamespaceAware in class javax.xml.parsers.SAXParser

isValidating

public boolean isValidating()
Specified by:
isValidating in class javax.xml.parsers.SAXParser

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws org.xml.sax.SAXNotRecognizedException,
                        org.xml.sax.SAXNotSupportedException
Specified by:
setProperty in class javax.xml.parsers.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException