程序包 | 说明 |
---|---|
org.htmlparser | |
org.htmlparser.lexer | |
org.htmlparser.nodes |
限定符和类型 | 方法和说明 |
---|---|
Attribute |
Tag.getAttributeEx(java.lang.String name)
Returns the attribute with the given name.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Tag.setAttributeEx(Attribute attribute)
Set an attribute.
|
限定符和类型 | 类和说明 |
---|---|
class |
PageAttribute
An attribute within a tag on a page.
|
限定符和类型 | 方法和说明 |
---|---|
Attribute |
TagNode.getAttributeEx(java.lang.String name)
Returns the attribute with the given name.
|
限定符和类型 | 方法和说明 |
---|---|
void |
TagNode.setAttribute(Attribute attribute)
Set an attribute.
|
void |
TagNode.setAttributeEx(Attribute attribute)
Set an attribute.
|