org.objectweb.asm.xml
public abstract class SAXAdapter extends Object
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() |
void | visitAttribute(Attribute attr) |