Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.activex.javascript.msxml |
Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.svg |
Classes specific to Scalable Vector Graphics
|
com.gargoylesoftware.htmlunit.xml |
Classes specific to XML pages
|
Modifier and Type | Class and Description |
---|---|
class |
InteractivePage
An interactive SGML page, which is able to handle JavaScript events.
|
Modifier and Type | Method and Description |
---|---|
protected SgmlPage |
SgmlPage.clone()
Creates a clone of this instance.
|
protected SgmlPage |
DefaultPageCreator.createXmlPage(WebResponse webResponse,
WebWindow webWindow)
Creates an SgmlPage for this WebResponse.
|
SgmlPage |
SgmlPage.getPage()
Returns the page that contains this node.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultPageCreator.isSvg(SgmlPage page)
Returns whether the specified
page is SvgPage or not. |
Modifier and Type | Method and Description |
---|---|
protected SgmlPage |
XMLDOMDocument.getPage() |
Modifier and Type | Class and Description |
---|---|
class |
HtmlPage
A representation of an HTML page returned from a server.
|
class |
XHtmlPage
A representation of an XHTML page returned from a server.
|
Modifier and Type | Method and Description |
---|---|
SgmlPage |
DomNode.getPage()
Returns the page that contains this node.
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
InputElementFactory.createElement(SgmlPage page,
String tagName,
Attributes attributes)
Creates an HtmlElement for the specified xmlElement, contained in the specified page.
|
HtmlElement |
UnknownElementFactory.createElement(SgmlPage page,
String tagName,
Attributes attributes)
Creates an element according to this factory's specification.
|
DomElement |
ElementFactory.createElement(SgmlPage page,
String tagName,
Attributes attributes)
Creates an element according to this factory's specification.
|
HtmlElement |
InputElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
Creates an element according to this factory's specification.
|
HtmlElement |
UnknownElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
Creates an element according to this factory's specification.
|
DomElement |
ElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
Creates an element according to this factory's specification.
|
HtmlElement |
InputElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes,
boolean asdf)
Creates an element according to this factory's specification.
|
HtmlElement |
UnknownElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes,
boolean checkBrowserCompatibility)
Creates an element according to this factory's specification.
|
DomElement |
ElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes,
boolean checkBrowserCompatibility)
Creates an element according to this factory's specification.
|
Constructor and Description |
---|
BaseFrameElement(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of BaseFrame.
|
DomAttr(SgmlPage page,
String namespaceURI,
String qualifiedName,
String value,
boolean specified)
Instantiate a new attribute.
|
DomCDataSection(SgmlPage page,
String data)
Creates a new instance.
|
DomCharacterData(SgmlPage page,
String data)
Creates an instance of DomCharacterData.
|
DomComment(SgmlPage page,
String data)
Creates an instance of DomComment.
|
DomDocumentFragment(SgmlPage page)
Creates a new instance.
|
DomDocumentType(SgmlPage page,
String name,
String publicId,
String systemId)
Creates a new instance.
|
DomElement(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of a DOM element that can have a namespace.
|
DomNamespaceNode(String namespaceURI,
String qualifiedName,
SgmlPage page)
Creates an instance of a DOM node that can have a namespace.
|
DomNode(SgmlPage page)
Creates a new instance.
|
DomProcessingInstruction(SgmlPage page,
String target,
String data)
Creates a new instance.
|
DomText(SgmlPage page,
String data)
Creates an instance of DomText.
|
HtmlBody(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes,
boolean temporary)
Creates a new instance.
|
HtmlDivision(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of HtmlDivision.
|
HtmlElement(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlInput(SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlInput(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlTableCell(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlTime(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates a new instance.
|
TableRowGroup(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of TableRowGroup.
|
Modifier and Type | Method and Description |
---|---|
SgmlPage |
Document.getPage()
Returns the page that this document is modeling.
|
Constructor and Description |
---|
ProxyDomNode(SgmlPage page,
DomNode target,
boolean append)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgPage
A representation of a Scalable Vector Graphics (SVG) page returned from a server.
|
Modifier and Type | Method and Description |
---|---|
DomElement |
SvgElementFactory.createElement(SgmlPage page,
String tagName,
Attributes attributes)
Creates an element according to this factory's specification.
|
DomElement |
SvgElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes)
Creates an element according to this factory's specification.
|
DomElement |
SvgElementFactory.createElementNS(SgmlPage page,
String namespaceURI,
String qualifiedName,
Attributes attributes,
boolean checkBrowserCompatibility)
Creates an element according to this factory's specification.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlPage
A page that will be returned for response with content type "text/xml".
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtil.appendChild(SgmlPage page,
DomNode parent,
Node child,
boolean handleXHTMLAsHTML)
|
static void |
XmlUtil.appendChild(SgmlPage page,
DomNode parent,
Node child,
boolean handleXHTMLAsHTML,
Map<Integer,List<String>> attributesOrderMap)
|
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.