|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLParser | |
---|---|
com.itextpdf.tool.xml.parser | Contains the XMLParser. |
com.itextpdf.tool.xml.parser.state | Contains all possible states used in the StateController . |
Uses of XMLParser in com.itextpdf.tool.xml.parser |
---|
Methods in com.itextpdf.tool.xml.parser that return XMLParser | |
---|---|
XMLParser |
XMLParser.addListener(XMLParserListener pl)
If no ParserListener is added, parsing with the parser seems
useless no? |
XMLParser |
XMLParser.append(char character)
|
XMLParser |
XMLParser.append(char[] bytes)
|
XMLParser |
XMLParser.append(String string)
Appends the given string to the buffer. |
XMLParser |
StateController.attributeValue()
set Parser state to AttributeValueState . |
XMLParser |
StateController.cdata()
set Parser state to CdataState . |
XMLParser |
StateController.closeComment()
set Parser state to CloseCommentState . |
XMLParser |
StateController.closingTag()
set Parser state to ClosingTagState . |
XMLParser |
StateController.comment()
set Parser state to CommentState . |
XMLParser |
StateController.doctype()
set Parser state to DocTypeState . |
XMLParser |
StateController.doubleQuotedAttr()
set Parser state to DoubleQuotedAttrValueState . |
XMLParser |
StateController.inTag()
set Parser state to InsideTagState . |
XMLParser |
StateController.previousState()
Returns to the previous state. |
XMLParser |
StateController.processingInstructions()
set Parser state to ProcessingInstructionEncounteredState . |
XMLParser |
XMLParser.removeListener(XMLParserListener pl)
Removes a Listener from the list of listeners. |
XMLParser |
StateController.selfClosing()
set Parser state to SelfClosingTagState . |
XMLParser |
StateController.setState(State state)
Changes the state. |
XMLParser |
StateController.singleQuotedAttr()
set Parser state to SingleQuotedAttrValueState . |
XMLParser |
StateController.specialChar()
set Parser state to SpecialCharState . |
XMLParser |
StateController.tagAttributes()
set Parser state to TagAttributeState . |
XMLParser |
StateController.tagEncountered()
set Parser state to TagEncounteredState . |
XMLParser |
StateController.unknown()
set Parser state to UnknownState . |
XMLParser |
StateController.unquotedAttr()
set Parser state to UnquotedAttrState . |
Constructors in com.itextpdf.tool.xml.parser with parameters of type XMLParser | |
---|---|
StateController(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 XMLParser | |
---|---|
protected XMLParser |
TagAttributeState.parser
|
Constructors in com.itextpdf.tool.xml.parser.state with parameters of type XMLParser | |
---|---|
AttributeValueState(XMLParser parser)
|
|
CdataState(XMLParser parser)
|
|
CloseCommentState(XMLParser parser)
|
|
ClosingTagState(XMLParser parser)
|
|
CommentState(XMLParser parser)
|
|
DocTypeState(XMLParser parser)
|
|
DoubleQuotedAttrValueState(XMLParser parser)
|
|
InsideTagHTMLState(XMLParser parser)
|
|
InsideTagState(XMLParser parser)
|
|
ProcessingInstructionEncounteredState(XMLParser parser)
|
|
SelfClosingTagState(XMLParser parser)
|
|
SingleQuotedAttrValueState(XMLParser parser)
|
|
SpecialCharState(XMLParser parser)
|
|
TagAttributeState(XMLParser parser)
|
|
TagEncounteredState(XMLParser parser)
|
|
UnknownState(XMLParser xmlParser)
|
|
UnquotedAttrState(XMLParser parser)
|
|
XmlState(XMLParser parser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |