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 TypeMethodDescriptionvoidHTMLTagBalancer.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 classThis namespace context object implements the old and new XNINamespaceContextinterface 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 TypeMethodDescriptionvoidDefaultFilter.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidHTMLWriterFilter.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidNamespaceBinder.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 TypeMethodDescriptionvoidDOMFragmentParser.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 NamespaceContextAbstractSAXParser.fNamespaceContextNamespace contextMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoidAbstractDOMParser.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidAbstractSAXParser.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidAbstractXMLDocumentParser.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 TypeClassDescriptionclassNamespace 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 TypeMethodDescriptionvoidXMLDocumentHandler.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.