<any>
or <anyAttribute>
element information item
Modifier and Type | Field and Description |
---|---|
public static final String | |
public XSObjectList | |
private String | fDescription
get the string description of this wildcard |
public String[] | |
public short | |
public short |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
private boolean | |
pack-priv boolean | |
public XSAnnotation | |
public XSObjectList | getAnnotations()
Implements com. Optional. |
public short | getConstraintType()
Implements com. Namespace constraint: A constraint type: any, not, list. |
public String | getName()
Implements com. The |
public String | getNamespace()
Implements com. The namespace URI of this node, or |
public XSNamespaceItem | getNamespaceItem()
Implements com. A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
|
public StringList | getNsConstraintList()
Implements com. Namespace constraint. |
public short | getProcessContents()
Implements com. {process contents} One of skip, lax or strict. |
public String | |
public short | getType()
Implements com. Get the type of the object, i.e ELEMENT_DECLARATION. |
pack-priv String[] | |
public boolean | |
public XSWildcardDecl | performIntersectionWith(XSWildcardDecl wildcard, short processContents)
Schema Component Constraint: Attribute Wildcard Intersection |
public XSWildcardDecl | performUnionWith(XSWildcardDecl wildcard, short processContents)
Schema Component Constraint: Attribute Wildcard Union |
pack-priv boolean | |
public String | |
pack-priv String[] | |
public boolean | weakerProcessContents(XSWildcardDecl superWildcard)
Check whether this wildcard has a weaker process contents than the super. |
ABSENT | back to summary |
---|---|
public static final String ABSENT |
fAnnotations | back to summary |
---|---|
public XSObjectList fAnnotations |
fDescription | back to summary |
---|---|
private String fDescription get the string description of this wildcard |
fNamespaceList | back to summary |
---|---|
public String[] fNamespaceList |
fProcessContents | back to summary |
---|---|
public short fProcessContents |
fType | back to summary |
---|---|
public short fType |
XSWildcardDecl | back to summary |
---|---|
public XSWildcardDecl() |
allowNamespace | back to summary |
---|---|
public boolean allowNamespace(String namespace) Validation Rule: Wildcard allows Namespace Name |
areSame | back to summary |
---|---|
private boolean areSame(XSWildcardDecl wildcard) |
elementInSet | back to summary |
---|---|
pack-priv boolean elementInSet(String ele, String[] set) |
getAnnotation | back to summary |
---|---|
public XSAnnotation getAnnotation() Implements com. Optional. Annotation. |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() Implements com. Optional. Annotations. |
getConstraintType | back to summary |
---|---|
public short getConstraintType() Implements com. Namespace constraint: A constraint type: any, not, list. |
getName | back to summary |
---|---|
public String getName() Implements com. The |
getNamespace | back to summary |
---|---|
public String getNamespace() Implements com. The namespace URI of this node, or |
getNamespaceItem | back to summary |
---|---|
public XSNamespaceItem getNamespaceItem() Implements com. Doc from com. A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
|
getNsConstraintList | back to summary |
---|---|
public StringList getNsConstraintList() Implements com. Namespace constraint. For |
getProcessContents | back to summary |
---|---|
public short getProcessContents() Implements com. {process contents} One of skip, lax or strict. Valid constants values are: PC_SKIP, PC_LAX, PC_STRICT. |
getProcessContentsAsString | back to summary |
---|---|
public String getProcessContentsAsString() String valid of {process contents}. One of "skip", "lax" or "strict". |
getType | back to summary |
---|---|
public short getType() Implements com. Get the type of the object, i.e ELEMENT_DECLARATION. |
intersect2sets | back to summary |
---|---|
pack-priv String[] intersect2sets(String[] one, String[] theOther) |
isSubsetOf | back to summary |
---|---|
public boolean isSubsetOf(XSWildcardDecl superWildcard) Schema Component Constraint: Wildcard Subset |
performIntersectionWith | back to summary |
---|---|
public XSWildcardDecl performIntersectionWith(XSWildcardDecl wildcard, short processContents) Schema Component Constraint: Attribute Wildcard Intersection |
performUnionWith | back to summary |
---|---|
public XSWildcardDecl performUnionWith(XSWildcardDecl wildcard, short processContents) Schema Component Constraint: Attribute Wildcard Union |
subset2sets | back to summary |
---|---|
pack-priv boolean subset2sets(String[] subSet, String[] superSet) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|
union2sets | back to summary |
---|---|
pack-priv String[] union2sets(String[] one, String[] theOther) |
weakerProcessContents | back to summary |
---|---|
public boolean weakerProcessContents(XSWildcardDecl superWildcard) Check whether this wildcard has a weaker process contents than the super. |