Interface IHTMLDocument
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html
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/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html#getBody-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html#setBody-org.w3c.dom.html.HTMLElement-
HTMLElement Body { get; set; }
Property Value
Cookie
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html#getCookie-- https://docs.oracle.com/javase/8/docs/api/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/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html#getTitle-- https://docs.oracle.com/javase/8/docs/api/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)
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLDocument.html#write-java.lang.String-
void Write(String arg0)
Parameters
Writeln(String)
void Writeln(String arg0)