org.xerial.util.xml.pullparser
Interface SAXEventHandler

All Known Implementing Classes:
AbstractSAXEventHandler, DataGuide, IntervalIndexer, PrePostOrderIndexer

public interface SAXEventHandler

Pull Parserを使用してSAX Eventを生成する

Author:
leo

Method Summary
 void endDocument(org.xmlpull.v1.XmlPullParser parser)
           
 void endTag(org.xmlpull.v1.XmlPullParser parser)
           
 void startDocument(org.xmlpull.v1.XmlPullParser parser)
           
 void startTag(org.xmlpull.v1.XmlPullParser parser)
           
 void text(org.xmlpull.v1.XmlPullParser parser)
           
 

Method Detail

startTag

void startTag(org.xmlpull.v1.XmlPullParser parser)
              throws Exception
Throws:
Exception

endTag

void endTag(org.xmlpull.v1.XmlPullParser parser)
            throws Exception
Throws:
Exception

text

void text(org.xmlpull.v1.XmlPullParser parser)
          throws Exception
Throws:
Exception

startDocument

void startDocument(org.xmlpull.v1.XmlPullParser parser)
                   throws Exception
Throws:
Exception

endDocument

void endDocument(org.xmlpull.v1.XmlPullParser parser)
                 throws Exception
Throws:
Exception


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.