Uses of Class
com.smallx.xml.infoset.NamespaceScope

Packages that use NamespaceScope
com.smallx.xml.component   
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.util   
com.smallx.xml.xpath   
com.smallx.xml.xpath.util   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.xpath   
 

Uses of NamespaceScope in com.smallx.xml.component
 

Constructors in com.smallx.xml.component with parameters of type NamespaceScope
ScopedComponentInitializer(Component c, java.util.Map parameters, NamespaceScope scope)
           
 

Uses of NamespaceScope in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return NamespaceScope
 NamespaceScope Element.getNamespaceScope()
          Returns the namespace scope associated with this element.
 NamespaceScope ElementEnd.getNamespaceScope()
           
 NamespaceScope NamespaceScope.getParent()
          Returns the parent scope.
 

Constructors in com.smallx.xml.infoset with parameters of type NamespaceScope
NamespaceScope(NamespaceScope parent, NamespaceDataProxy proxy)
          Constructs an empty namespace scope with a parent scope.
 

Uses of NamespaceScope in com.smallx.xml.infoset.memory
 

Fields in com.smallx.xml.infoset.memory declared as NamespaceScope
protected  NamespaceScope MemoryElement.scope
           
 

Methods in com.smallx.xml.infoset.memory that return NamespaceScope
 NamespaceScope MemoryDocument.getNamespaceScope()
           
 NamespaceScope MemoryElement.getNamespaceScope()
           
 NamespaceScope MemoryElementEnd.getNamespaceScope()
           
 

Constructors in com.smallx.xml.infoset.memory with parameters of type NamespaceScope
MemoryElement(Infoset infoset, java.net.URI base, Name name, NamespaceScope scope)
           
MemoryElementEnd(Infoset infoset, Name name, NamespaceScope scope)
          Creates a new instance of MemoryElementEnd
 

Uses of NamespaceScope in com.smallx.xml.infoset.util
 

Methods in com.smallx.xml.infoset.util that return NamespaceScope
static NamespaceScope Namespaces.getNearestScope(Item node)
           
 

Uses of NamespaceScope in com.smallx.xml.xpath
 

Methods in com.smallx.xml.xpath that return NamespaceScope
 NamespaceScope ElementStaticContext.getNamespaceScope()
           
 NamespaceScope StaticContext.getNamespaceScope()
           
 

Uses of NamespaceScope in com.smallx.xml.xpath.util
 

Methods in com.smallx.xml.xpath.util that return NamespaceScope
 NamespaceScope NodeStaticContext.getNamespaceScope()
           
 

Constructors in com.smallx.xml.xpath.util with parameters of type NamespaceScope
NodeStaticContext(Item node, NamespaceScope resolver, java.util.Collection inScopeVariables)
           
 

Uses of NamespaceScope in com.smallx.xml.xslt.xt
 

Methods in com.smallx.xml.xslt.xt that return NamespaceScope
 NamespaceScope ProcessContext.unaliasNamespacePrefixMap(NamespaceScope map)
           
 

Methods in com.smallx.xml.xslt.xt with parameters of type NamespaceScope
 NamespaceScope ProcessContext.unaliasNamespacePrefixMap(NamespaceScope map)
           
 

Uses of NamespaceScope in com.smallx.xml.xslt.xt.xpath
 

Methods in com.smallx.xml.xslt.xt.xpath with parameters of type NamespaceScope
static NodeSetExpr ExprParser.parseNodeSetExpr(Item node, NamespaceScope resolver, java.lang.String expr, java.util.Collection locals)