Class SAXAdapter


  • @Deprecated
    public class SAXAdapter
    extends java.lang.Object
    Deprecated.
    This class is no longer maintained, will not support new Java features, and will eventually be deleted. Use the asm or asm.tree API instead.
    SAXAdapter
    Author:
    Eugene Kuleshov
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void addDocumentEnd()
      Deprecated.
       
      protected void addDocumentStart()
      Deprecated.
       
      protected void addElement​(java.lang.String name, org.xml.sax.Attributes attrs)
      Deprecated.
       
      protected void addEnd​(java.lang.String name)
      Deprecated.
       
      protected void addStart​(java.lang.String name, org.xml.sax.Attributes attrs)
      Deprecated.
       
      protected org.xml.sax.ContentHandler getContentHandler()
      Deprecated.
       
      • 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)
        Deprecated.
    • Method Detail

      • getContentHandler

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

        protected void addDocumentStart()
        Deprecated.
      • addDocumentEnd

        protected void addDocumentEnd()
        Deprecated.
      • addStart

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

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

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