Interface IHTMLDocument
.NET interface for TO BE DEFINED FROM USER
public interface IHTMLDocument : IDocument, INode
- Inherited Members
Properties
Anchors
HTMLCollection Anchors { get; }
Property Value
Applets
HTMLCollection Applets { get; }
Property Value
Body
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#getBody() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#setBody(org.w3c.dom.html.HTMLElement)
HTMLElement Body { get; set; }
Property Value
Cookie
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#getCookie() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#setCookie(java.lang.String)
String Cookie { get; set; }
Property Value
Domain
String Domain { get; }
Property Value
Forms
HTMLCollection Forms { get; }
Property Value
Images
HTMLCollection Images { get; }
Property Value
Links
HTMLCollection Links { get; }
Property Value
Referrer
String Referrer { get; }
Property Value
Title
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#getTitle() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLDocument.html#setTitle(java.lang.String)
String Title { get; set; }
Property Value
URL
String URL { get; }
Property Value
Methods
Close()
void Close()
GetElementsByName(String)
NodeList GetElementsByName(String arg0)
Parameters
Returns
Open()
void Open()
Write(String)
void Write(String arg0)
Parameters
Writeln(String)
void Writeln(String arg0)