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 SgmlPageSgmlPage.clone()Creates a clone of this instance.protected SgmlPageDefaultPageCreator.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 TypeClassDescriptionclassA representation of an HTML page returned from a server.classA 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.voidConstructors in org.htmlunit.html with parameters of type SgmlPageModifierConstructorDescriptionprotectedCreates 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.protectedDomNamespaceNode(String namespaceURI, String qualifiedName, SgmlPage page) Creates an instance of a DOM node that can have a namespace.protectedCreates 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.protectedHtmlElement(String namespaceURI, String qualifiedName, SgmlPage page, Map<String, DomAttr> attributes) Creates an instance of a DOM element that can have a namespace.protectedCreates an instance.Creates an instance.Creates an instance.protectedCreates an instance.protectedCreates a new instance.protectedCreates 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 TypeClassDescriptionclassA page that will be returned for response with content type "text/xml".