| Package | Description |
|---|---|
| com.itextpdf.tool.xml.parser |
Contains the XMLParser.
|
| com.itextpdf.tool.xml.parser.state |
Contains all possible states used in the
StateController. |
| Modifier and Type | Method | Description |
|---|---|---|
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(java.lang.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.closeStarComment() |
set Parser state to
CloseStarCommentState. |
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() |
Changes the state to the previous one.
|
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.starComment() |
set Parser state to
StarCommentState. |
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. |
| Constructor | Description |
|---|---|
StateController(XMLParser parser,
boolean isHTML) |
Constructs a StateController with the given parser.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected XMLParser |
TagAttributeState.parser |
| Constructor | Description |
|---|---|
AttributeValueState(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) |
|
ProcessingInstructionEncounteredState(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) |
|
XmlState(XMLParser parser) |
Copyright © 1998–2018. All rights reserved.