Uses of Interface
org.loboevolution.html.node.Document
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
Contains HTML parser classes.
-
Uses of Document in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Modifier and TypeMethodDescriptionfinal Document
DTMNodeProxy.getOwnerDocument()
Returns the node document.DTMNodeProxy.open()
-
Uses of Document in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Modifier and TypeMethodDescriptionDOM2DTMdefaultNamespaceDeclarationNode.getOwnerDocument()
Returns the node document.Modifier and TypeMethodDescriptionvoid
DOM2DTMdefaultNamespaceDeclarationNode.setOwnerDocument
(Document document) -
Uses of Document in org.loboevolution.gui
Modifier and TypeMethodDescriptionvoid
HtmlPanel.setDocument
(Document node, HtmlRendererContext rcontext) Sets an HTML DOM node and invalidates the component so it is rendered as soon as possible in the GUI thread. -
Uses of Document in org.loboevolution.html.dom
Modifier and TypeInterfaceDescriptioninterface
The HTMLDocument property of Window objects is an alias that browsers expose for the Document interface object.Modifier and TypeMethodDescriptionDOMImplementation.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) createDocument.DOMImplementation.createHTMLDocument()
createHTMLDocument.DOMImplementation.createHTMLDocument
(String title) createHTMLDocument.HTMLIFrameElement.getContentDocument()
Retrieves the document object of the page or frame.HTMLObjectElement.getContentDocument()
Retrieves the document object of the page or frame.HTMLEmbedElement.getSVGDocument()
getSVGDocument.HTMLIFrameElement.getSVGDocument()
getSVGDocument.HTMLObjectElement.getSVGDocument()
getSVGDocument. -
Uses of Document in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
Implementation of the W3C HTMLDocument interface.Modifier and TypeMethodDescriptionDOMImplementationImpl.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) createDocument.DOMImplementationImpl.createHTMLDocument()
createHTMLDocument.DOMImplementationImpl.createHTMLDocument
(String title) createHTMLDocument.HTMLIFrameElementImpl.getContentDocument()
Retrieves the document object of the page or frame.HTMLObjectElementImpl.getContentDocument()
Retrieves the document object of the page or frame.HTMLIFrameElementImpl.getSVGDocument()
HTMLObjectElementImpl.getSVGDocument()
Modifier and TypeMethodDescriptionvoid
HTMLBodyElementImpl.setOwnerDocument
(Document value) setOwnerDocument.void
HTMLBodyElementImpl.setOwnerDocument
(Document value, boolean deep) setOwnerDocument. -
Uses of Document in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionNodeImpl.getDocumentNode()
getDocumentNode.NodeImpl.getOwnerDocument()
Returns the node document.DocumentImpl.open()
open.open.open.open.Opens a new window and loads a document specified by a given URL.Modifier and TypeMethodDescriptionvoid
NodeImpl.setOwnerDocument
(Document value) setOwnerDocument.void
NodeImpl.setOwnerDocument
(Document value, boolean deep) setOwnerDocument. -
Uses of Document in org.loboevolution.html.dom.smil
Modifier and TypeInterfaceDescriptioninterface
A SMIL document is the root of the SMIL Hierarchy and holds the entire content. -
Uses of Document in org.loboevolution.html.dom.xpath
Modifier and TypeMethodDescriptionXPathNamespaceImpl.getOwnerDocument()
Returns the node document.ModifierConstructorDescriptionConstructor for XPathEvaluatorImpl. -
Uses of Document in org.loboevolution.html.js
Modifier and TypeMethodDescriptionWindowImpl.getDocumentNode()
DOMParserImpl.parseFromString
(String html, String type) -
Uses of Document in org.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.getOwnerDocument()
Returns the node document.XMLDocument.open()
open.open.open.open.Opens a new window and loads a document specified by a given URL.XMLDocumentBuilder.parse
(InputSource is) -
Uses of Document in org.loboevolution.html.node
Modifier and TypeMethodDescriptionNode.getOwnerDocument()
Returns the node document.Document.open()
open.open.open.open.Opens a new window and loads a document specified by a given URL.Modifier and TypeMethodDescriptionvoid
Node.setOwnerDocument
(Document document) setOwnerDocument. -
Uses of Document in org.loboevolution.html.parser
Modifier and TypeMethodDescriptionDocumentBuilderImpl.createDocument
(InputSource is) Creates a document without parsing the input provided, so the document object can be used for incremental rendering.DocumentBuilderImpl.parse
(InputSource is) Parses an HTML document.ModifierConstructorDescriptionXHtmlParser
(UserAgentContext ucontext, Document document) Constructs a XHtmlParser.XHtmlParser
(UserAgentContext ucontext, Document document, boolean needRoot) Constructs a XHtmlParser. -
Uses of Document in org.loboevolution.http
Modifier and TypeMethodDescriptionstatic Document
NavigationManager.getDocument
(String uri) getDocument.HttpRequest.getResponseXML()
getResponseXML. -
Uses of Document in org.loboevolution.js
Modifier and TypeMethodDescriptionvoid
JavaScript.defineElementClass
(Scriptable scope, Document document, String jsClassName, String elementName, Class<?> javaClass) -
Uses of Document in org.loboevolution.js.xml