|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.XSWildcardDecl
public class XSWildcardDecl
The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item
Field Summary | |
---|---|
static java.lang.String |
ABSENT
|
XSObjectList |
fAnnotations
|
java.lang.String[] |
fNamespaceList
|
short |
fProcessContents
|
short |
fType
|
Fields inherited from interface org.apache.xerces.xs.XSWildcard |
---|
NSCONSTRAINT_ANY, NSCONSTRAINT_LIST, NSCONSTRAINT_NOT, PC_LAX, PC_SKIP, PC_STRICT |
Constructor Summary | |
---|---|
XSWildcardDecl()
|
Method Summary | |
---|---|
boolean |
allowNamespace(java.lang.String namespace)
Validation Rule: Wildcard allows Namespace Name |
XSAnnotation |
getAnnotation()
Optional. |
XSObjectList |
getAnnotations()
Optional. |
short |
getConstraintType()
Namespace constraint: A constraint type: any, not, list. |
java.lang.String |
getName()
The name of this XSObject depending on the
XSObject type. |
java.lang.String |
getNamespace()
The namespace URI of this node, or null if it is
unspecified. |
XSNamespaceItem |
getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise. |
StringList |
getNsConstraintList()
Namespace constraint. |
short |
getProcessContents()
{process contents} One of skip, lax or strict. |
java.lang.String |
getProcessContentsAsString()
String valid of {process contents}. |
short |
getType()
Get the type of the object, i.e ELEMENT_DECLARATION. |
boolean |
isSubsetOf(XSWildcardDecl superWildcard)
Schema Component Constraint: Wildcard Subset |
XSWildcardDecl |
performIntersectionWith(XSWildcardDecl wildcard,
short processContents)
Schema Component Constraint: Attribute Wildcard Intersection |
XSWildcardDecl |
performUnionWith(XSWildcardDecl wildcard,
short processContents)
Schema Component Constraint: Attribute Wildcard Union |
java.lang.String |
toString()
|
boolean |
weakerProcessContents(XSWildcardDecl superWildcard)
Check whether this wildcard has a weaker process contents than the super. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ABSENT
public short fType
public short fProcessContents
public java.lang.String[] fNamespaceList
public XSObjectList fAnnotations
Constructor Detail |
---|
public XSWildcardDecl()
Method Detail |
---|
public boolean allowNamespace(java.lang.String namespace)
public boolean isSubsetOf(XSWildcardDecl superWildcard)
public boolean weakerProcessContents(XSWildcardDecl superWildcard)
public XSWildcardDecl performUnionWith(XSWildcardDecl wildcard, short processContents)
public XSWildcardDecl performIntersectionWith(XSWildcardDecl wildcard, short processContents)
public java.lang.String toString()
toString
in class java.lang.Object
public short getType()
getType
in interface XSObject
public java.lang.String getName()
name
of this XSObject
depending on the
XSObject
type.
getName
in interface XSObject
public java.lang.String getNamespace()
null
if it is
unspecified. defines how a namespace URI is attached to schema
components.
getNamespace
in interface XSObject
public short getConstraintType()
getConstraintType
in interface XSWildcard
public StringList getNsConstraintList()
constraintType
LIST_NSCONSTRAINT, the list contains allowed namespaces. For
constraintType
NOT_NSCONSTRAINT, the list contains
disallowed namespaces.
getNsConstraintList
in interface XSWildcard
public short getProcessContents()
getProcessContents
in interface XSWildcard
public java.lang.String getProcessContentsAsString()
public XSAnnotation getAnnotation()
getAnnotation
in interface XSWildcard
public XSObjectList getAnnotations()
getAnnotations
in interface XSWildcard
public XSNamespaceItem getNamespaceItem()
XSObject
null
otherwise.
getNamespaceItem
in interface XSObject
XSObject.getNamespaceItem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |