org.gxml.xs
Interface SmWildcard<A,S>

All Superinterfaces:
SmParticleTerm<A,S>

public interface SmWildcard<A,S>
extends SmParticleTerm<A,S>

SmWildcard represent wildcard terms of content models. This interface accommodates variations in the different schema flavors. There are two lists in the wildcard model: allowed namespaces and prohibited namespaces. One or both of these must be empty.

An item matches a wildcard:


Method Summary
 SmNamespaceConstraint<S> getNamespaceConstraint()
           
 SmProcessContentsMode getProcessContents()
          Returns how this term should be processed once it is matches against this wildcard term.
 

Method Detail

getNamespaceConstraint

SmNamespaceConstraint<S> getNamespaceConstraint()

getProcessContents

SmProcessContentsMode getProcessContents()
Returns how this term should be processed once it is matches against this wildcard term.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.