HTML Parser Home Page | |
Frames | No Frames |
Methods with parameter type org.htmlparser.lexer.Page | |
Remark | Create a new remark node. |
Remark | Create a new remark node. |
Text | Create a new text node. |
Text | Create a new string node. |
Tag | Create a new tag node. |
Tag | Create a new tag node. |
void | Set the page this node came from. |
Methods with return type org.htmlparser.lexer.Page | |
Page | Get the page this node came from. |
Constructors with parameter type org.htmlparser.lexer.Page | |
Create an abstract node with the page positions given. | |
Constructor takes in the page and beginning and ending posns. | |
Create a tag with the location and attributes provided
| |
Constructor takes in the page and beginning and ending posns. |
Fields of type org.htmlparser.lexer.Page | |
Page | The page this node came from. |
Methods with parameter type org.htmlparser.lexer.Page | |
void | Set the page this node came from. |
Methods with return type org.htmlparser.lexer.Page | |
Page | Get the page this node came from. |
Constructors with parameter type org.htmlparser.lexer.Page | |
Construct a Cursor from the page and position given. | |
Creates a new instance of a Lexer. | |
PageAttribute.PageAttribute(Page page, int name_start, int name_end, int value_start, int value_end, char quote) Create an attribute. | |
Create an empty index. | |
Create an index with the one element given. | |
Create an index with the elements given. |
Fields of type org.htmlparser.lexer.Page | |
Page | This cursor's page. |
Page | The page lexemes are retrieved from. |
Page | The page this attribute is extracted from. |
Page | The page associated with this index. |
Methods with parameter type org.htmlparser.lexer.Page | |
Remark | Create a new remark node. |
Text | Create a new string node. |
Tag | Create a new tag node. |
void | Set the page this lexer is working on. |
void | Set the page this attribute is anchored to. |
Methods with return type org.htmlparser.lexer.Page | |
Page | Get this cursor's page. |
Page | Get the page this lexer is working on. |
Page | Get the page this attribute is anchored to, if any. |
Page | Get this index's page. |
Methods with parameter type org.htmlparser.lexer.Page | |
String | Decode script encoded by the Microsoft obfuscator. |
Tag | Creates an end tag with the same name as the given tag. |
© 2005 Derrick Oswald Mai 08, 2008 |
HTML Parser is an open source library released under LGPL. | |