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 voidHTMLTagBalancer. 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 NamespaceContext Modifier and Type Class Description static classNamespaceBinder.NamespaceSupportThis 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 NamespaceContext Modifier and Type Method Description NamespaceContextNamespaceBinder.NamespaceSupport. getParentContext()Methods in org.htmlunit.cyberneko.filters with parameters of type NamespaceContext Modifier and Type Method Description voidDefaultFilter. 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 NamespaceContext Modifier and Type Method Description voidDOMFragmentParser. 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 NamespaceContext Modifier and Type Field Description protected NamespaceContextAbstractSAXParser. fNamespaceContextNamespace contextMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type NamespaceContext Modifier and Type Method Description voidAbstractDOMParser. 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 NamespaceContext Modifier and Type Class Description classNamespaceSupportNamespace 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 voidXMLDocumentHandler. startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.
-