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.Contains the html parser interface.
Contains the neko html parser.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Classes specific to Scalable Vector Graphics.
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) DefaultElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes, boolean checkBrowserCompatibility) ElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.ElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes, boolean checkBrowserCompatibility) 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.UnknownElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes, boolean checkBrowserCompatibility) 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.html.parser
Methods in org.htmlunit.html.parser with parameters of type SgmlPageModifier and TypeMethodDescriptionHTMLParser.getElementFactory(SgmlPage page, String namespaceURI, String qualifiedName, boolean insideSvg, boolean svgSupport) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the pre-registered element factory corresponding to the specified tag, or an UnknownElementFactory. -
Uses of SgmlPage in org.htmlunit.html.parser.neko
Methods in org.htmlunit.html.parser.neko with parameters of type SgmlPageModifier and TypeMethodDescriptionHtmlUnitNekoHtmlParser.getElementFactory(SgmlPage page, String namespaceURI, String qualifiedName, boolean insideSvg, boolean svgSupport) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the pre-registered element factory corresponding to the specified tag, or an UnknownElementFactory. -
Uses of SgmlPage in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return SgmlPage -
Uses of SgmlPage in org.htmlunit.javascript.host.html
Constructors in org.htmlunit.javascript.host.html with parameters of type SgmlPageModifierConstructorDescriptionProxyDomNode(SgmlPage page, DomNode target, boolean append) Constructor. -
Uses of SgmlPage in org.htmlunit.svg
Methods in org.htmlunit.svg with parameters of type SgmlPageModifier and TypeMethodDescriptionSvgElementFactory.createElement(SgmlPage page, String tagName, Attributes attributes) Creates an element according to this factory's specification.SvgElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.SvgElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedNameLC, Attributes attributes, boolean checkBrowserCompatibility) Creates an element according to this factory's specification. -
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".