org.xerial.util.xml.index
Class PrePostOrderIndexer

java.lang.Object
  extended by org.xerial.util.xml.pullparser.AbstractSAXEventHandler
      extended by org.xerial.util.xml.index.PrePostOrderIndexer
All Implemented Interfaces:
SAXEventHandler

public class PrePostOrderIndexer
extends AbstractSAXEventHandler

pre-post order labeling

Author:
leo

Constructor Summary
PrePostOrderIndexer()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrePostOrderIndexer

public PrePostOrderIndexer()
Method Detail

startDocument

public void startDocument(org.xmlpull.v1.XmlPullParser parser)
                   throws XMLException
Specified by:
startDocument in interface SAXEventHandler
Overrides:
startDocument in class AbstractSAXEventHandler
Throws:
XMLException

endDocument

public void endDocument(org.xmlpull.v1.XmlPullParser parser)
                 throws XMLException
Specified by:
endDocument in interface SAXEventHandler
Overrides:
endDocument in class AbstractSAXEventHandler
Throws:
XMLException

startTag

public void startTag(org.xmlpull.v1.XmlPullParser parser)
              throws XMLException
Specified by:
startTag in interface SAXEventHandler
Overrides:
startTag in class AbstractSAXEventHandler
Throws:
XMLException

endTag

public void endTag(org.xmlpull.v1.XmlPullParser parser)
            throws XMLException
Specified by:
endTag in interface SAXEventHandler
Overrides:
endTag in class AbstractSAXEventHandler
Throws:
XMLException

text

public void text(org.xmlpull.v1.XmlPullParser parser)
          throws XMLException
Specified by:
text in interface SAXEventHandler
Overrides:
text in class AbstractSAXEventHandler
Throws:
XMLException


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