| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.filters |
Filtes.
|
| org.htmlunit.cyberneko.parsers |
The different supported parsers.
|
| org.htmlunit.cyberneko.xerces.parsers |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| org.htmlunit.cyberneko.xerces.util |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| org.htmlunit.cyberneko.xerces.xni |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLTagBalancer.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs)
Start document.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NamespaceBinder.NamespaceSupport
This namespace context object implements the old and new XNI
NamespaceContext interface methods so that it can
be used across all versions of Xerces2. |
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
NamespaceBinder.NamespaceSupport.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceBinder.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs)
Start document.
|
void |
HTMLWriterFilter.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs)
Start document.
|
void |
DefaultFilter.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs)
Start document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMFragmentParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs) |
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceContext |
AbstractSAXParser.fNamespaceContext
Namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLDocumentParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
AbstractSAXParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
AbstractDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceSupport
Namespace support for XML document handlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDocumentHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Copyright © 2025 HtmlUnit. All rights reserved.