| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.core.framework.parser |
Provides a framework for parsing an XML file using a SAX parser.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnyElementState
Parses any valid XML; handles unimplemented tags.
|
class |
ParseState
Base class provides the parse state framework.
|
class |
XMLParserHandler.InnerAnyTagState
Parses any valid XML; handles unimplemented tags.
|
class |
XMLParserHandler.InnerParseState
Base class provides the parse state framework.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract AbstractParseState |
XMLParserHandler.createStartState()
Parser handlers must implement this method to return the "start state":
the state that will recognize the top-level element(s) in the XML file.
|
AbstractParseState |
AbstractParseState.jumpTo()
Jumps to the specified state that the current state needs to go.
|
AbstractParseState |
XMLParserHandler.InnerAnyTagState.startElement(java.lang.String tagName) |
AbstractParseState |
AnyElementState.startElement(java.lang.String tagName) |
AbstractParseState |
AbstractParseState.startElement(java.lang.String tagName)
Start a new tag.
|
protected AbstractParseState |
XMLParserHandler.topState()
Private method to return the top of the state stack.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractParseState.endElement(AbstractParseState state)
Called when a child element is ending.
|
protected void |
XMLParserHandler.pushState(AbstractParseState state)
Private method to add a parse state to the state stack.
|
Copyright © 2008 Actuate Corp. All rights reserved.