Uses of Class
org.htmlunit.SgmlPage
Packages that use SgmlPage
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Miscellaneous utilities.
Classes specific to XML pages.
-
Uses of SgmlPage in org.htmlunit
Methods in org.htmlunit that return SgmlPageModifier and TypeMethodDescriptionprotected SgmlPage
SgmlPage.clone()
Creates a clone of this instance.protected SgmlPage
DefaultPageCreator.createXmlPage
(WebResponse webResponse, WebWindow webWindow) Creates an SgmlPage for this WebResponse.SgmlPage.getPage()
Returns the page that contains this node. -
Uses of SgmlPage in org.htmlunit.html
Subclasses of SgmlPage in org.htmlunit.htmlModifier and TypeClassDescriptionclass
A representation of an HTML page returned from a server.class
A representation of an XHTML page returned from a server.Methods in org.htmlunit.html that return SgmlPageMethods in org.htmlunit.html with parameters of type SgmlPageModifier and TypeMethodDescriptionDefaultElementFactory.createElement
(SgmlPage page, String tagName, Attributes attributes) ElementFactory.createElement
(SgmlPage page, String tagName, Attributes attributes) Creates an element according to this factory's specification.UnknownElementFactory.createElement
(SgmlPage page, String tagName, Attributes attributes) Creates an element according to this factory's specification.DefaultElementFactory.createElementNS
(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) ElementFactory.createElementNS
(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.UnknownElementFactory.createElementNS
(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.void
Constructors in org.htmlunit.html with parameters of type SgmlPageModifierConstructorDescriptionprotected
Creates an instance of BaseFrame.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.protected
DomNamespaceNode
(String namespaceURI, String qualifiedName, SgmlPage page) Creates an instance of a DOM node that can have a namespace.protected
Creates a new instance.DomProcessingInstruction
(SgmlPage page, String target, String data) Creates a new instance.Creates an instance of DomText.Creates a new instance.Creates an instance of HtmlDivision.protected
HtmlElement
(String namespaceURI, String qualifiedName, SgmlPage page, Map<String, DomAttr> attributes) Creates an instance of a DOM element that can have a namespace.protected
Creates an instance.Creates an instance.Creates an instance.protected
Creates an instance.protected
Creates a new instance.protected
Creates an instance of TableRowGroup. -
Uses of SgmlPage in org.htmlunit.util
Methods in org.htmlunit.util with parameters of type SgmlPage -
Uses of SgmlPage in org.htmlunit.xml
Subclasses of SgmlPage in org.htmlunit.xmlModifier and TypeClassDescriptionclass
A page that will be returned for response with content type "text/xml".