Uses of Class
com.gargoylesoftware.htmlunit.SgmlPage

Packages that use SgmlPage
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
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.xml Classes specific to xml pages 
 

Uses of SgmlPage in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return SgmlPage
protected  SgmlPage SgmlPage.clone()
          Creates a clone of this instance.
 SgmlPage SgmlPage.getPage()
          Returns the page that contains this node.
 

Uses of SgmlPage in com.gargoylesoftware.htmlunit.html
 

Subclasses of SgmlPage in com.gargoylesoftware.htmlunit.html
 class HtmlPage
          A representation of an HTML page returned from a server.
 class XHtmlPage
          A representation of an XHTML page returned from a server.
 

Methods in com.gargoylesoftware.htmlunit.html that return SgmlPage
 SgmlPage DomNode.getPage()
          Returns the page that contains this node.
 

Methods in com.gargoylesoftware.htmlunit.html with parameters of type SgmlPage
 HtmlElement UnknownElementFactory.createElement(SgmlPage page, String tagName, Attributes attributes)
          Creates an element according to this factory's specification.
 HtmlElement InputElementFactory.createElement(SgmlPage page, String tagName, Attributes attributes)
          Creates an HtmlElement for the specified xmlElement, contained in the specified page.
 HtmlElement IElementFactory.createElement(SgmlPage page, String tagName, 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.
 HtmlElement InputElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes)
          Creates an element according to this factory's specification.
 HtmlElement IElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes)
          Creates an element according to this factory's specification.
 

Constructors in com.gargoylesoftware.htmlunit.html with parameters of type SgmlPage
BaseFrame(String namespaceURI, 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 namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes, boolean temporary)
          Creates a new instance.
HtmlDivision(String namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance of HtmlDivision.
HtmlElement(String namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance.
HtmlInput(SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance.
HtmlInput(String namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance.
HtmlTableCell(String namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance.
TableRowGroup(String namespaceURI, String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
          Creates an instance of TableRowGroup.
 

Uses of SgmlPage in com.gargoylesoftware.htmlunit.xml
 

Subclasses of SgmlPage in com.gargoylesoftware.htmlunit.xml
 class XmlPage
          A page that will be returned for response with content type "text/xml".
 

Methods in com.gargoylesoftware.htmlunit.xml with parameters of type SgmlPage
static void XmlUtil.appendChild(SgmlPage page, DomNode parent, Node child)
          Recursively appends a Node child to DomNode parent.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.