| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.xerces.parsers | |
| org.htmlunit.cyberneko.xerces.xni.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLScanner.evaluateInputSource(XMLInputSource inputSource)
Immediately evaluates an input source and add the new content (e.g. the
output written by an embedded script).
|
void |
HTMLConfiguration.evaluateInputSource(XMLInputSource inputSource)
EXPERIMENTAL: may change in next release
Immediately evaluates an input source and add the new content (e.g. |
void |
HTMLConfiguration.parse(XMLInputSource source)
Parses a document.
|
void |
HTMLScanner.pushInputSource(XMLInputSource inputSource)
Pushes an input source onto the current entity stack.
|
void |
HTMLConfiguration.pushInputSource(XMLInputSource inputSource)
Pushes an input source onto the current entity stack.
|
void |
HTMLScanner.setInputSource(XMLInputSource source)
Sets the input source.
|
void |
HTMLConfiguration.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLDocumentParser.parse(XMLInputSource inputSource)
Parse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLParserConfiguration.parse(XMLInputSource inputSource)
Parse an XML document.
|
void |
XMLParserConfiguration.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
|
Copyright © 2024 HtmlUnit. All rights reserved.