|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.core.framework.parser.AbstractParseState
org.eclipse.birt.core.framework.parser.ParseState
public class ParseState
Base class provides the parse state framework. By default, it reports an error if an unexpected tag is seen.
Field Summary | |
---|---|
protected XMLParserHandler |
handler
The SAX parser handler associated with this parse state. |
Fields inherited from class org.eclipse.birt.core.framework.parser.AbstractParseState |
---|
context, elementName, text |
Constructor Summary | |
---|---|
ParseState(XMLParserHandler theHandler)
Constructor. |
Method Summary | |
---|---|
XMLParserHandler |
getHandler()
Returns the parser handler. |
Methods inherited from class org.eclipse.birt.core.framework.parser.AbstractParseState |
---|
end, endElement, getAttrib, jumpTo, parseAttrs, setElementName, startElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final XMLParserHandler handler
Constructor Detail |
---|
public ParseState(XMLParserHandler theHandler)
theHandler
- the associated SAX parser handlerMethod Detail |
---|
public XMLParserHandler getHandler()
AbstractParseState
getHandler
in class AbstractParseState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |