Uses of Interface
com.itextpdf.tool.xml.parser.State
-
Packages that use State Package Description com.itextpdf.tool.xml.parser Contains the XMLParser.com.itextpdf.tool.xml.parser.state Contains all possible states used in theStateController
. -
-
Uses of State in com.itextpdf.tool.xml.parser
Fields in com.itextpdf.tool.xml.parser declared as State Modifier and Type Field Description private State
StateController. attrValue
private State
StateController. cdata
private State
StateController. closeComment
private State
StateController. closeStarComment
private State
StateController. closingTag
private State
StateController. comment
private State
StateController. currentState
private State
StateController. doctype
private State
StateController. doubleQuoted
private State
StateController. inTag
private State
StateController. previousState
private State
StateController. processingInstruction
private State
StateController. selfClosing
private State
StateController. singleQuoted
private State
StateController. specialChar
private State
StateController. starComment
private State
XMLParser. state
private State
StateController. tagAttributes
private State
StateController. tagEncountered
private State
StateController. unknown
private State
StateController. unquoted
private State
StateController. xml
Methods in com.itextpdf.tool.xml.parser that return State Modifier and Type Method Description State
StateController. getPreviousState()
Methods in com.itextpdf.tool.xml.parser with parameters of type State Modifier and Type Method Description XMLParser
StateController. setState(State state)
Changes the state.protected void
XMLParser. setState(State state)
Set the current state. -
Uses of State in com.itextpdf.tool.xml.parser.state
Classes in com.itextpdf.tool.xml.parser.state that implement State Modifier and Type Class Description 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
-