org.objectweb.asm.xml

Class SAXAdapter

public abstract class SAXAdapter extends Object

SAXAdapter

Author: Eugene Kuleshov

Constructor Summary
protected 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()
voidvisitAttribute(Attribute attr)

Constructor Detail

SAXAdapter

protected 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()

visitAttribute

public void visitAttribute(Attribute attr)