|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
com.itextpdf.tool.xml.parser | Contains the XMLParser. |
com.itextpdf.tool.xml.parser.state | Contains all possible states used in the StateController . |
Uses of State in com.itextpdf.tool.xml.parser |
---|
Methods in com.itextpdf.tool.xml.parser with parameters of type State | |
---|---|
protected void |
XMLParser.setState(State state)
Set the current state. |
XMLParser |
StateController.setState(State state)
Changes the state. |
Uses of State in com.itextpdf.tool.xml.parser.state |
---|
Classes in com.itextpdf.tool.xml.parser.state that implement State | |
---|---|
class |
AttributeValueState
|
class |
CdataState
Handles CDATA, currently nothing is done with the data. |
class |
CloseCommentState
|
class |
CloseStarCommentState
|
class |
ClosingTagState
|
class |
CommentState
|
class |
DocTypeState
|
class |
DoubleQuotedAttrValueState
|
class |
InsideTagHTMLState
|
class |
InsideTagState
|
class |
ProcessingInstructionEncounteredState
|
class |
SelfClosingTagState
|
class |
SingleQuotedAttrValueState
|
class |
SpecialCharState
|
class |
StarCommentState
|
class |
TagAttributeState
|
class |
TagEncounteredState
|
class |
UnknownState
|
class |
UnquotedAttrState
|
class |
XmlState
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |