Uses of Interface
org.htmlunit.cyberneko.xerces.xni.NamespaceContext
Packages that use NamespaceContext
Package
Description
-
Uses of NamespaceContext in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoid
HTMLTagBalancer.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document. -
Uses of NamespaceContext in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement NamespaceContextModifier and TypeClassDescriptionstatic class
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 NamespaceContextMethods in org.htmlunit.cyberneko.filters with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoid
DefaultFilter.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
NamespaceBinder.startDocument
(XMLLocator locator, 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 NamespaceContextModifier and TypeMethodDescriptionvoid
DOMFragmentParser.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) -
Uses of NamespaceContext in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as NamespaceContextModifier and TypeFieldDescriptionprotected NamespaceContext
AbstractSAXParser.fNamespaceContext
Namespace contextMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoid
AbstractDOMParser.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
AbstractXMLDocumentParser.startDocument
(XMLLocator locator, 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 NamespaceContextModifier and TypeClassDescriptionclass
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 NamespaceContextModifier and TypeMethodDescriptionvoid
XMLDocumentHandler.startDocument
(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.