GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse.sax
Class SAXAdapter.ParserDelegate

java.lang.Object
  extended by ca.gorman.xml.parse.sax.SAXAdapter.ParserDelegate
Enclosing class:
SAXAdapter<T extends Parser>

public class SAXAdapter.ParserDelegate
extends Object

Provides delegates for some of the methods in Parser.


Method Summary
 Element getCurrentElement()
           Implements Parser.getCurrentElement.
 Element[] getElementStack()
           Implements Parser.getElementStack.
 Location getLocation()
           Get information about the current location of the Parser in the input stream.
 boolean isParsing(QName qName)
           Implements Parser.isParsing(QName).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentElement

public Element getCurrentElement()

Implements Parser.getCurrentElement.


getElementStack

public Element[] getElementStack()

Implements Parser.getElementStack.


isParsing

public boolean isParsing(QName qName)

Implements Parser.isParsing(QName).


getLocation

public Location getLocation()

Get information about the current location of the Parser in the input stream. The information is valid only at the time it was obtained.


GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License