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 protected
SAXAdapter(ContentHandler h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
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)
-
-