org.objectweb.asm.xml
类 SAXAdapter

java.lang.Object
  继承者 org.objectweb.asm.xml.SAXAdapter
直接已知子类:
SAXAnnotationAdapter, SAXClassAdapter, SAXCodeAdapter, SAXFieldAdapter

public abstract class SAXAdapter
extends Object

SAXAdapter

作者:
Eugene Kuleshov

构造方法摘要
protected SAXAdapter(ContentHandler h)
           
 
方法摘要
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()
           
 void visitAttribute(Attribute attr)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SAXAdapter

protected SAXAdapter(ContentHandler h)
方法详细信息

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)

visitAttribute

public void visitAttribute(Attribute attr)


Copyright © 2013. All Rights Reserved.