|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.gorman.xml.parse.sax.SAXAdapter.ParserDelegate
public class SAXAdapter.ParserDelegate
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 |
---|
public Element getCurrentElement()
Implements Parser.getCurrentElement
.
public Element[] getElementStack()
Implements Parser.getElementStack
.
public boolean isParsing(QName qName)
Implements Parser.isParsing(QName)
.
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 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |