public abstract class SAXAdapter extends Object
Constructor and Description |
---|
SAXAdapter(ContentHandler h) |
Modifier and Type | Method and Description |
---|---|
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() |
public SAXAdapter(ContentHandler h)
protected ContentHandler getContentHandler()
protected final void addEnd(String name)
protected final void addStart(String name, Attributes attrs)
protected final void addElement(String name, Attributes attrs)
protected void addDocumentStart()
protected void addDocumentEnd()