|
||||||||||
| 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
org.eclipse.birt.core.framework.parser.XMLParserHandler.InnerParseState
org.eclipse.birt.core.framework.parser.XMLParserHandler.InnerAnyTagState
public class XMLParserHandler.InnerAnyTagState
Parses any valid XML; handles unimplemented tags. Often used while building a parser to silently parse and ignore tags that the parser is not yet ready to handle.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.birt.core.framework.parser.ParseState |
|---|
handler |
| Fields inherited from class org.eclipse.birt.core.framework.parser.AbstractParseState |
|---|
context, elementName, text |
| Constructor Summary | |
|---|---|
XMLParserHandler.InnerAnyTagState()
|
|
| Method Summary | |
|---|---|
AbstractParseState |
startElement(java.lang.String tagName)
Start a new tag. |
| Methods inherited from class org.eclipse.birt.core.framework.parser.ParseState |
|---|
getHandler |
| Methods inherited from class org.eclipse.birt.core.framework.parser.AbstractParseState |
|---|
end, endElement, getAttrib, jumpTo, parseAttrs, setElementName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParserHandler.InnerAnyTagState()
| Method Detail |
|---|
public AbstractParseState startElement(java.lang.String tagName)
AbstractParseState
startElement in class AbstractParseStatetagName - the name of the starting element
DefaultHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||