Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G H N S T V

A

Attribute - class html.Attribute.
 
Attribute() - Constructor for class html.Attribute
 
Attribute(String) - Constructor for class html.Attribute
 
Attribute(String, String) - Constructor for class html.Attribute
 
Attributes - class html.Attributes.
 
Attributes() - Constructor for class html.Attributes
 
Attributes(String) - Constructor for class html.Attributes
 
Attributes(Attribute[]) - Constructor for class html.Attributes
 
Attributes(Attribute) - Constructor for class html.Attributes
 
addAttribute(Attribute) - Method in class html.Tag
 
attribute - Variable in class html.Attribute
 
attributes - Variable in class html.Tag
 

C

close - Variable in class html.Tag
 

G

getAttribute() - Method in class html.Attribute
Get the value of attribute.
getAttributes() - Method in class html.Tag
Get the value of attributes.
getClose() - Method in class html.Tag
Get the value of close.
getValue() - Method in class html.Attribute
Get the value of value.

H

html - package html
 

N

name - Variable in class html.Tag
 

S

setAttribute(String) - Method in class html.Attribute
Set the value of attribute.
setAttributes(String) - Method in class html.Attributes
Set the value of attributes.
setAttributes(Attributes) - Method in class html.Tag
Set the value of attributes.
setClose(boolean) - Method in class html.Tag
Set the value of close.
setValue(String) - Method in class html.Attribute
Set the value of value.

T

Tag - class html.Tag.
 
Tag(String) - Constructor for class html.Tag
 
Tag(String, boolean) - Constructor for class html.Tag
 
Tag(String, Attributes) - Constructor for class html.Tag
 
Tag(String, Attributes, boolean) - Constructor for class html.Tag
 
Tag(String, String) - Constructor for class html.Tag
 
Tag(String, String, boolean) - Constructor for class html.Tag
 
Tag(String, Attributes, List) - Constructor for class html.Tag
 
Tag(String, Attributes, List, boolean) - Constructor for class html.Tag
 
toString() - Method in class html.Attribute
 
toString() - Method in class html.Attributes
 
toString() - Method in class html.Tag
 

V

value - Variable in class html.Attribute
 

A C G H N S T V