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