Uses of Interface
org.htmlunit.cyberneko.xerces.xni.NamespaceContext
-
-
Uses of NamespaceContext in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko with parameters of type NamespaceContext Modifier and Type Method Description void
HTMLTagBalancer. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)
Start document. -
Uses of NamespaceContext in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement NamespaceContext Modifier and Type Class Description static class
NamespaceBinder.NamespaceSupport
This namespace context object implements the old and new XNINamespaceContext
interface methods so that it can be used across all versions of Xerces2.Methods in org.htmlunit.cyberneko.filters that return NamespaceContext Modifier and Type Method Description NamespaceContext
NamespaceBinder.NamespaceSupport. getParentContext()
Methods in org.htmlunit.cyberneko.filters with parameters of type NamespaceContext Modifier and Type Method Description void
DefaultFilter. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)
Start document.void
HTMLWriterFilter. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)
Start document.void
NamespaceBinder. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)
Start document. -
Uses of NamespaceContext in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type NamespaceContext Modifier and Type Method Description void
DOMFragmentParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)
-
Uses of NamespaceContext in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as NamespaceContext Modifier and Type Field Description protected NamespaceContext
AbstractSAXParser. fNamespaceContext
Namespace contextMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type NamespaceContext Modifier and Type Method Description void
AbstractDOMParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document.void
AbstractSAXParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document.void
AbstractXMLDocumentParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document. -
Uses of NamespaceContext in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement NamespaceContext Modifier and Type Class Description class
NamespaceSupport
Namespace support for XML document handlers. -
Uses of NamespaceContext in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type NamespaceContext Modifier and Type Method Description void
XMLDocumentHandler. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
The start of the document.
-