public HTMLCollection
getApplets
()
OBJECT elements that include
applets and APPLET ( deprecated ) elements in a document.
public String
getDomain
()
null if the server cannot be identified by a domain name.
public HTMLCollection
getLinks
()
AREA elements and anchor (
A ) elements in a document with a value for the
href attribute.
public String
getTitle
()
TITLE element
in the head of the document.
publicfinalstatic
short CDATA_SECTION_NODE
= "4"
[Inherited From Document]
CDATASection.
publicfinalstatic
short DOCUMENT_FRAGMENT_NODE
= "11"
[Inherited From Document]
DocumentFragment.
publicfinalstatic
short DOCUMENT_POSITION_FOLLOWING
= "4"
[Inherited From Document]
publicfinalstatic
short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
= "32"
[Inherited From Document]
publicfinalstatic
short DOCUMENT_POSITION_PRECEDING
= "2"
[Inherited From Document]
publicfinalstatic
short DOCUMENT_TYPE_NODE
= "10"
[Inherited From Document]
DocumentType.
publicfinalstatic
short ENTITY_REFERENCE_NODE
= "5"
[Inherited From Document]
EntityReference.
publicfinalstatic
short PROCESSING_INSTRUCTION_NODE
= "7"
[Inherited From Document]
ProcessingInstruction.