Class NekoSAXParserFactory


  • public class NekoSAXParserFactory
    extends javax.xml.parsers.SAXParserFactory
    A SAXParserFactory for our SAXParser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getFeature​(java.lang.String name)  
      boolean isValidating()  
      boolean isXIncludeAware()  
      javax.xml.parsers.SAXParser newSAXParser()  
      void setFeature​(java.lang.String name, boolean value)  
      • Methods inherited from class javax.xml.parsers.SAXParserFactory

        getSchema, isNamespaceAware, newDefaultInstance, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
      • Methods inherited from class java.lang.Object

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

      • NekoSAXParserFactory

        public NekoSAXParserFactory()
    • Method Detail

      • newSAXParser

        public javax.xml.parsers.SAXParser newSAXParser()
                                                 throws javax.xml.parsers.ParserConfigurationException,
                                                        org.xml.sax.SAXException
        Specified by:
        newSAXParser in class javax.xml.parsers.SAXParserFactory
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
      • setFeature

        public void setFeature​(java.lang.String name,
                               boolean value)
                        throws javax.xml.parsers.ParserConfigurationException,
                               org.xml.sax.SAXNotRecognizedException,
                               org.xml.sax.SAXNotSupportedException
        Specified by:
        setFeature in class javax.xml.parsers.SAXParserFactory
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXNotRecognizedException
        org.xml.sax.SAXNotSupportedException
      • getFeature

        public boolean getFeature​(java.lang.String name)
                           throws javax.xml.parsers.ParserConfigurationException,
                                  org.xml.sax.SAXNotRecognizedException,
                                  org.xml.sax.SAXNotSupportedException
        Specified by:
        getFeature in class javax.xml.parsers.SAXParserFactory
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXNotRecognizedException
        org.xml.sax.SAXNotSupportedException
      • isValidating

        public boolean isValidating()
        Overrides:
        isValidating in class javax.xml.parsers.SAXParserFactory
      • isXIncludeAware

        public boolean isXIncludeAware()
        Overrides:
        isXIncludeAware in class javax.xml.parsers.SAXParserFactory