@Deprecated
public class SAXAdapter
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
SAXAdapter(org.xml.sax.ContentHandler h) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
addDocumentEnd() |
Deprecated.
|
protected void |
addDocumentStart() |
Deprecated.
|
protected void |
addElement(java.lang.String name,
org.xml.sax.Attributes attrs) |
Deprecated.
|
protected void |
addEnd(java.lang.String name) |
Deprecated.
|
protected void |
addStart(java.lang.String name,
org.xml.sax.Attributes attrs) |
Deprecated.
|
protected org.xml.sax.ContentHandler |
getContentHandler() |
Deprecated.
|
protected org.xml.sax.ContentHandler getContentHandler()
protected void addDocumentStart()
protected void addDocumentEnd()
protected final void addStart(java.lang.String name,
org.xml.sax.Attributes attrs)
protected final void addEnd(java.lang.String name)
protected final void addElement(java.lang.String name,
org.xml.sax.Attributes attrs)