|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.tool.xml.parser.StateController
public class StateController
Switches the current state in the XMLParser.
| Constructor Summary | |
|---|---|
StateController(XMLParser parser,
boolean isHTML)
Constructs a StateController with the given parser. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateController(XMLParser parser,
boolean isHTML)
parser - the ParserisHTML - true if this parser is going to parse HTML, this results in different whitespace handling.| Method Detail |
|---|
public XMLParser setState(State state)
state - the state to set as current state.
public XMLParser previousState()
public XMLParser unknown()
UnknownState.
public XMLParser tagEncountered()
TagEncounteredState.
public XMLParser tagAttributes()
TagAttributeState.
public XMLParser inTag()
InsideTagState.
public XMLParser attributeValue()
AttributeValueState.
public XMLParser singleQuotedAttr()
SingleQuotedAttrValueState.
public XMLParser doubleQuotedAttr()
DoubleQuotedAttrValueState.
public XMLParser processingInstructions()
ProcessingInstructionEncounteredState.
public XMLParser selfClosing()
SelfClosingTagState.
public XMLParser specialChar()
SpecialCharState.
public XMLParser closingTag()
ClosingTagState.
public XMLParser comment()
CommentState.
public XMLParser closeComment()
CloseCommentState.
public XMLParser cdata()
CdataState.
public XMLParser doctype()
DocTypeState.
public XMLParser unquotedAttr()
UnquotedAttrState.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||