|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
getIsNegative()
Determines if the namespaces in the namespace set are the allowed namespaces or if they are the prohibited namespaces. |
java.util.Set |
getNamespaces()
Gets the namespace set. |
ProcessContentsType |
getProcessContentsType()
|
IWildcard |
intersect(IWildcard aWildcard,
ProcessContentsType aProcessContentsType)
|
boolean |
isAllowed(IDataRefOrDecl aDecl)
|
boolean |
isAllowed(IRef aRef)
|
boolean |
isAllowed(java.lang.String aNamespace)
|
boolean |
isSubset(IWildcard aWildcard)
Checks if this wildcard is a subset of the specified wildcard. |
IWildcard |
negate()
|
IWildcard |
union(IWildcard aWildcard,
ProcessContentsType aProcessContentsType)
|
Method Detail |
public IWildcard intersect(IWildcard aWildcard, ProcessContentsType aProcessContentsType)
public IWildcard union(IWildcard aWildcard, ProcessContentsType aProcessContentsType)
public IWildcard negate()
public boolean getIsNegative()
true
iff the namespace set contains the allowed
namespaces.public java.util.Set getNamespaces()
public boolean isAllowed(IDataRefOrDecl aDecl)
public boolean isAllowed(IRef aRef)
public boolean isAllowed(java.lang.String aNamespace)
public boolean isSubset(IWildcard aWildcard)
true
iff this wildcard is a subset of the
specified wildcard.public ProcessContentsType getProcessContentsType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |