Package org.objectweb.asm.xml
Class SAXAdapter
- java.lang.Object
-
- org.objectweb.asm.xml.SAXAdapter
-
public class SAXAdapter extends Object
SAXAdapter- Author:
- Eugene Kuleshov
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSAXAdapter(ContentHandler h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDocumentEnd()protected voidaddDocumentStart()protected voidaddElement(String name, Attributes attrs)protected voidaddEnd(String name)protected voidaddStart(String name, Attributes attrs)protected ContentHandlergetContentHandler()
-
-
-
Constructor Detail
-
SAXAdapter
protected SAXAdapter(ContentHandler h)
-
-
Method Detail
-
getContentHandler
protected ContentHandler getContentHandler()
-
addDocumentStart
protected void addDocumentStart()
-
addDocumentEnd
protected void addDocumentEnd()
-
addStart
protected final void addStart(String name, Attributes attrs)
-
addEnd
protected final void addEnd(String name)
-
addElement
protected final void addElement(String name, Attributes attrs)
-
-