BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.apache.xerces.xni.NamespaceContext

Packages that use NamespaceContext
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.xpath   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.util   
weblogic.apache.xerces.xni   
 

Uses of NamespaceContext in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl that return NamespaceContext
 NamespaceContext XMLNamespaceBinder.getNamespaceContext()
          Deprecated. Returns the current namespace context.
 

Constructors in weblogic.apache.xerces.impl with parameters of type NamespaceContext
XMLNamespaceBinder(NamespaceContext namespaceContext)
          Deprecated. Constructs a namespace binder that shares the specified namespace context during each parse.
 

Uses of NamespaceContext in weblogic.apache.xerces.impl.xpath
 

Constructors in weblogic.apache.xerces.impl.xpath with parameters of type NamespaceContext
XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)
          Deprecated. Constructs an XPath object from the specified expression.
 

Uses of NamespaceContext in weblogic.apache.xerces.impl.xs
 

Classes in weblogic.apache.xerces.impl.xs that implement NamespaceContext
 class SchemaNamespaceSupport
          Deprecated. please use JDK supplied XML parsers and transformers
 

Uses of NamespaceContext in weblogic.apache.xerces.util
 

Classes in weblogic.apache.xerces.util that implement NamespaceContext
 class NamespaceSupport
          Deprecated. please use JDK supplied XML parsers and transformers
 

Methods in weblogic.apache.xerces.util that return NamespaceContext
 NamespaceContext NamespaceSupport.getParentContext()
          Deprecated. Returns the parent namespace context or null if there is no parent context.
 

Constructors in weblogic.apache.xerces.util with parameters of type NamespaceContext
NamespaceSupport(NamespaceContext context)
          Deprecated. Constructs a namespace context object and initializes it with the prefixes declared in the specified context.
 

Uses of NamespaceContext in weblogic.apache.xerces.xni
 

Methods in weblogic.apache.xerces.xni that return NamespaceContext
 NamespaceContext NamespaceContext.getParentContext()
          Deprecated. Returns the parent namespace context or null if there is no parent context.
 

Methods in weblogic.apache.xerces.xni with parameters of type NamespaceContext
 void XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)
          Deprecated. The start of the document fragment.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.