Class XMLReaderWithGrammar


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class XMLReaderWithGrammar
    extends java.lang.Object
    XML Reader + grammar cache
    Since:
    11.2
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLReaderWithGrammar​(org.xml.sax.XMLReader xmlReader, java.lang.Object grammarCache)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getGrammarCache()  
      org.xml.sax.XMLReader getXmlReader()  
      • Methods inherited from class java.lang.Object

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

      • XMLReaderWithGrammar

        public XMLReaderWithGrammar​(org.xml.sax.XMLReader xmlReader,
                                    java.lang.Object grammarCache)
        Constructor
        Parameters:
        xmlReader - The XML Reader
        grammarCache - The grammar cache token
    • Method Detail

      • getXmlReader

        public org.xml.sax.XMLReader getXmlReader()
        Returns:
        Returns the xmlReader.
      • getGrammarCache

        public java.lang.Object getGrammarCache()
        Returns:
        Returns the grammarCache.