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 StateStateController. attrValueprivate StateStateController. cdataprivate StateStateController. closeCommentprivate StateStateController. closeStarCommentprivate StateStateController. closingTagprivate StateStateController. commentprivate StateStateController. currentStateprivate StateStateController. doctypeprivate StateStateController. doubleQuotedprivate StateStateController. inTagprivate StateStateController. previousStateprivate StateStateController. processingInstructionprivate StateStateController. selfClosingprivate StateStateController. singleQuotedprivate StateStateController. specialCharprivate StateStateController. starCommentprivate StateXMLParser. stateprivate StateStateController. tagAttributesprivate StateStateController. tagEncounteredprivate StateStateController. unknownprivate StateStateController. unquotedprivate StateStateController. xmlMethods in com.itextpdf.tool.xml.parser that return State Modifier and Type Method Description StateStateController. getPreviousState()Methods in com.itextpdf.tool.xml.parser with parameters of type State Modifier and Type Method Description XMLParserStateController. setState(State state)Changes the state.protected voidXMLParser. 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 classAttributeValueStateclassCdataStateHandles CDATA, currently nothing is done with the data.classCloseCommentStateclassCloseStarCommentStateclassClosingTagStateclassCommentStateclassDocTypeStateclassDoubleQuotedAttrValueStateclassInsideTagHTMLStateclassInsideTagStateclassProcessingInstructionEncounteredStateclassSelfClosingTagStateclassSingleQuotedAttrValueStateclassSpecialCharStateclassStarCommentStateclassTagAttributeStateclassTagEncounteredStateclassUnknownStateclassUnquotedAttrStateclassXmlState
-