Uses of Class
com.itextpdf.tool.xml.parser.XMLParser
Packages that use XMLParser
Package
Description
Contains the XMLParser.
Contains all possible states used in the
StateController.-
Uses of XMLParser in com.itextpdf.tool.xml.parser
Fields in com.itextpdf.tool.xml.parser declared as XMLParserMethods in com.itextpdf.tool.xml.parser that return XMLParserModifier and TypeMethodDescriptionXMLParser.addListener(XMLParserListener pl) If noParserListeneris added, parsing with the parser seems useless no?XMLParser.append(char character) XMLParser.append(char[] bytes) Appends the given string to the buffer.StateController.attributeValue()set Parser state toAttributeValueState.StateController.cdata()set Parser state toCdataState.StateController.closeComment()set Parser state toCloseCommentState.StateController.closeStarComment()set Parser state toCloseStarCommentState.StateController.closingTag()set Parser state toClosingTagState.StateController.comment()set Parser state toCommentState.StateController.doctype()set Parser state toDocTypeState.StateController.doubleQuotedAttr()set Parser state toDoubleQuotedAttrValueState.StateController.inTag()set Parser state toInsideTagState.StateController.previousState()Changes the state to the previous one.StateController.processingInstructions()set Parser state toProcessingInstructionEncounteredState.XMLParser.removeListener(XMLParserListener pl) Removes a Listener from the list of listeners.StateController.selfClosing()set Parser state toSelfClosingTagState.Changes the state.StateController.singleQuotedAttr()set Parser state toSingleQuotedAttrValueState.StateController.specialChar()set Parser state toSpecialCharState.StateController.starComment()set Parser state toStarCommentState.StateController.tagAttributes()set Parser state toTagAttributeState.StateController.tagEncountered()set Parser state toTagEncounteredState.StateController.unknown()set Parser state toUnknownState.StateController.unquotedAttr()set Parser state toUnquotedAttrState.Constructors in com.itextpdf.tool.xml.parser with parameters of type XMLParserModifierConstructorDescriptionStateController(XMLParser parser, boolean isHTML) Constructs a StateController with the given parser. -
Uses of XMLParser in com.itextpdf.tool.xml.parser.state
Fields in com.itextpdf.tool.xml.parser.state declared as XMLParserModifier and TypeFieldDescriptionprivate final XMLParserAttributeValueState.parserprivate final XMLParserCdataState.parserprivate final XMLParserCloseCommentState.parserprivate final XMLParserCloseStarCommentState.parserprivate final XMLParserClosingTagState.parserprivate final XMLParserCommentState.parserprivate final XMLParserDocTypeState.parserprivate final XMLParserDoubleQuotedAttrValueState.parserprivate final XMLParserInsideTagHTMLState.parserprivate final XMLParserInsideTagState.parserprivate final XMLParserSelfClosingTagState.parserprivate final XMLParserSingleQuotedAttrValueState.parserprivate final XMLParserSpecialCharState.parserprivate final XMLParserStarCommentState.parserprotected final XMLParserTagAttributeState.parserprivate final XMLParserTagEncounteredState.parserprivate final XMLParserUnknownState.parserprivate final XMLParserUnquotedAttrState.parserprivate final XMLParserXmlState.parserConstructors in com.itextpdf.tool.xml.parser.state with parameters of type XMLParserModifierConstructorDescriptionAttributeValueState(XMLParser parser) CdataState(XMLParser parser) CloseCommentState(XMLParser parser) CloseStarCommentState(XMLParser parser) ClosingTagState(XMLParser parser) CommentState(XMLParser parser) DocTypeState(XMLParser parser) DoubleQuotedAttrValueState(XMLParser parser) InsideTagHTMLState(XMLParser parser) InsideTagState(XMLParser parser) SelfClosingTagState(XMLParser parser) SingleQuotedAttrValueState(XMLParser parser) SpecialCharState(XMLParser parser) StarCommentState(XMLParser parser) TagAttributeState(XMLParser parser) TagEncounteredState(XMLParser parser) UnknownState(XMLParser xmlParser) UnquotedAttrState(XMLParser parser)