Uses of Interface
org.htmlunit.cyberneko.HTMLElementsProvider
-
Packages that use HTMLElementsProvider Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.parsers The different supported parsers. -
-
Uses of HTMLElementsProvider in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement HTMLElementsProvider Modifier and Type Class Description classHTMLElementsCollection of HTML element information.static classHTMLElements.HTMLElementsWithCacheAn implementation ofHTMLElementsProviderthat wraps anHTMLElementsinstance and adds a simple cache for unknown element lookups.Fields in org.htmlunit.cyberneko declared as HTMLElementsProvider Modifier and Type Field Description private HTMLElementsProviderHTMLConfiguration. htmlElements_Methods in org.htmlunit.cyberneko that return HTMLElementsProvider Modifier and Type Method Description HTMLElementsProviderHTMLConfiguration. getHtmlElements()Constructors in org.htmlunit.cyberneko with parameters of type HTMLElementsProvider Constructor Description HTMLConfiguration(HTMLElementsProvider htmlElements) -
Uses of HTMLElementsProvider in org.htmlunit.cyberneko.parsers
Constructors in org.htmlunit.cyberneko.parsers with parameters of type HTMLElementsProvider Constructor Description DOMFragmentParser(HTMLElementsProvider htmlElementsProvider)Ctor using a customHTMLElementsProvider.DOMParser(HTMLElementsProvider htmlElementsProvider, java.lang.Class<? extends DocumentImpl> documentClass)Ctor using a customHTMLElementsProvider.SAXParser(HTMLElementsProvider htmlElementsProvider)Ctor using a customHTMLElementsProvider.
-