Package org.objectweb.asm.xml
Class SAXAdapter
- java.lang.Object
-
- org.objectweb.asm.xml.SAXAdapter
-
@Deprecated public class SAXAdapter extends java.lang.ObjectDeprecated.This class is no longer maintained, will not support new Java features, and will eventually be deleted. Use the asm or asm.tree API instead.SAXAdapter- Author:
- Eugene Kuleshov
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSAXAdapter(org.xml.sax.ContentHandler h)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddDocumentEnd()Deprecated.protected voidaddDocumentStart()Deprecated.protected voidaddElement(java.lang.String name, org.xml.sax.Attributes attrs)Deprecated.protected voidaddEnd(java.lang.String name)Deprecated.protected voidaddStart(java.lang.String name, org.xml.sax.Attributes attrs)Deprecated.protected org.xml.sax.ContentHandlergetContentHandler()Deprecated.
-
-
-
Method Detail
-
getContentHandler
protected org.xml.sax.ContentHandler getContentHandler()
Deprecated.
-
addDocumentStart
protected void addDocumentStart()
Deprecated.
-
addDocumentEnd
protected void addDocumentEnd()
Deprecated.
-
addStart
protected final void addStart(java.lang.String name, org.xml.sax.Attributes attrs)Deprecated.
-
addEnd
protected final void addEnd(java.lang.String name)
Deprecated.
-
addElement
protected final void addElement(java.lang.String name, org.xml.sax.Attributes attrs)Deprecated.
-
-