org.objectweb.asm.xml

Class SAXAdapter

public abstract class SAXAdapter extends Object

SAXAdapter

Author: Eugene Kuleshov

Constructor Summary
SAXAdapter(ContentHandler h)
Method Summary
protected voidaddDocumentEnd()
protected voidaddDocumentStart()
protected voidaddElement(String name, Attributes attrs)
protected voidaddEnd(String name)
protected voidaddStart(String name, Attributes attrs)
protected ContentHandlergetContentHandler()

Constructor Detail

SAXAdapter

public SAXAdapter(ContentHandler h)

Method Detail

addDocumentEnd

protected void addDocumentEnd()

addDocumentStart

protected void addDocumentStart()

addElement

protected final void addElement(String name, Attributes attrs)

addEnd

protected final void addEnd(String name)

addStart

protected final void addStart(String name, Attributes attrs)

getContentHandler

protected ContentHandler getContentHandler()