public abstract class SAXAdapter
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
SAXAdapter(org.xml.sax.ContentHandler h) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDocumentEnd() |
protected void |
addDocumentStart() |
protected void |
addElement(java.lang.String name,
org.xml.sax.Attributes attrs) |
protected void |
addEnd(java.lang.String name) |
protected void |
addStart(java.lang.String name,
org.xml.sax.Attributes attrs) |
protected org.xml.sax.ContentHandler |
getContentHandler() |
void |
visitAttribute(Attribute attr) |
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)
public void visitAttribute(Attribute attr)
Copyright © 2013 Oracle Corporation. All Rights Reserved.