Uses of Interface
org.gxml.xs.SmNameBridge

Packages that use SmNameBridge
org.gxml.sa   
org.gxml.xs   
 

Uses of SmNameBridge in org.gxml.sa
 

Subinterfaces of SmNameBridge in org.gxml.sa
 interface GxNameBridge<S>
          The name bridge provides reliable support for symbols.
 

Uses of SmNameBridge in org.gxml.xs
 

Methods in org.gxml.xs that return SmNameBridge
 SmNameBridge<S> SmMetaBridge.getNameBridge()
           
 SmNameBridge<S> SmCache.getNameBridge()
           
 SmNameBridge<S> SmAtomBridge.getNameBridge()
           
 

Methods in org.gxml.xs with parameters of type SmNameBridge
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.Any(SmNameBridge<S> nameBridge)
          Singleton implementation of the namespace constraint allowing any namespaces.
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.exclude(S namespace, SmNameBridge<S> nameBridge)
          Constructs a namespace constraint equivalent to not and a namespace.
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.include(java.util.Set<S> namespaces, SmNameBridge<S> nameBridge)
          Constructs a namespace constraint equivalent to allowing a set of namespaces.
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.NotAbsent(SmNameBridge<S> nameBridge)
          Internal Singleton for Not and Absent
 

Constructors in org.gxml.xs with parameters of type SmNameBridge
SmName(javax.xml.namespace.QName name, SmNameBridge<S> nameBridge)
           
SmName(S localName, SmNameBridge<S> nameBridge)
           
SmName(S namespaceURI, S localName, SmNameBridge<S> nameBridge)
           
SmName(S namespaceURI, S localName, java.lang.String prefix, SmNameBridge<S> nameBridge)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.