Uses of Interface
org.jboss.dna.graph.property.NamespaceRegistry.Namespace

Packages that use NamespaceRegistry.Namespace
org.jboss.dna.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
 

Uses of NamespaceRegistry.Namespace in org.jboss.dna.graph.property
 

Methods in org.jboss.dna.graph.property that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> NamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 

Uses of NamespaceRegistry.Namespace in org.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement NamespaceRegistry.Namespace
 class BasicNamespace
          Basic implementation of a NamespaceRegistry namespace.
 

Methods in org.jboss.dna.graph.property.basic that return types with arguments of type NamespaceRegistry.Namespace
 Set<NamespaceRegistry.Namespace> ThreadSafeNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> SimpleNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> LocalNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 Set<NamespaceRegistry.Namespace> GraphNamespaceRegistry.getNamespaces()
          Obtain a snapshot of all of the namespaces registered at the time this method is called.
 

Methods in org.jboss.dna.graph.property.basic with parameters of type NamespaceRegistry.Namespace
 int BasicNamespace.compareTo(NamespaceRegistry.Namespace that)
          
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.