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:
- if both lists are empty
- otherwise if the item's namespace is in the allowed list
- otherwise if the item's namespace is not in the prohibited list.
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.