org.objectweb.asm.xml
Class SAXAdapter

java.lang.Object
  extended by org.objectweb.asm.xml.SAXAdapter

public class SAXAdapter
extends Object

SAXAdapter

Author:
Eugene Kuleshov

Constructor Summary
protected SAXAdapter(ContentHandler h)
           
 
Method Summary
protected  void addDocumentEnd()
           
protected  void addDocumentStart()
           
protected  void addElement(String name, Attributes attrs)
           
protected  void addEnd(String name)
           
protected  void addStart(String name, Attributes attrs)
           
protected  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(ContentHandler h)
Method Detail

getContentHandler

protected ContentHandler getContentHandler()

addDocumentStart

protected void addDocumentStart()

addDocumentEnd

protected void addDocumentEnd()

addStart

protected final void addStart(String name,
                              Attributes attrs)

addEnd

protected final void addEnd(String name)

addElement

protected final void addElement(String name,
                                Attributes attrs)