Class SAXAdapter


  • public class SAXAdapter
    extends java.lang.Object
    SAXAdapter
    Author:
    Eugene Kuleshov
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SAXAdapter​(org.xml.sax.ContentHandler h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addDocumentEnd()  
      protected void addDocumentStart()  
      protected void addElement​(java.lang.String name, org.xml.sax.Attributes attrs)  
      protected void addEnd​(java.lang.String name)  
      protected void addStart​(java.lang.String name, org.xml.sax.Attributes attrs)  
      protected org.xml.sax.ContentHandler getContentHandler()  
      • Methods inherited from class java.lang.Object

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

      • SAXAdapter

        protected SAXAdapter​(org.xml.sax.ContentHandler h)
    • Method Detail

      • getContentHandler

        protected org.xml.sax.ContentHandler getContentHandler()
      • addDocumentStart

        protected void addDocumentStart()
      • addDocumentEnd

        protected void addDocumentEnd()
      • addStart

        protected final void addStart​(java.lang.String name,
                                      org.xml.sax.Attributes attrs)
      • addEnd

        protected final void addEnd​(java.lang.String name)
      • addElement

        protected final void addElement​(java.lang.String name,
                                        org.xml.sax.Attributes attrs)