|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.schema.SchemaStructure
com.saxonica.schema.Wildcard
com.saxonica.schema.AttributeWildcard
This class represents an xs:anyAttribute element in the schema.
Constructor Summary | |
AttributeWildcard()
|
Method Summary | |
boolean |
isInexpressible()
Determine whether this wildcard represents an "inexpressible" intersection or union |
static AttributeWildcard |
makeIntersection(AttributeWildcard wat1,
AttributeWildcard wat2)
Create an AttributeWildcard as the intersection of two AttributeWildcards. |
static AttributeWildcard |
makeUnion(AttributeWildcard wat1,
AttributeWildcard wat2)
Create a AttributeWildcard as the union of two AttributeWildcards. |
boolean |
validate(PreparedSchema schema)
Validate that this AttributeWildcard obeys the schema consistency rules. |
Methods inherited from class com.saxonica.schema.Wildcard |
addNamespace, allowsAny, getAllowedNamespaces, getDisallowedNamespace, getProcessContents, isIntensionalSubset, matches, setDisallowedNamespace, setNoNamespacesAllowed, setProcessContents, toString |
Methods inherited from class com.saxonica.schema.SchemaStructure |
getColumnNumber, getFixupStatus, getLineNumber, getPublicId, getSchema, getSystemId, getValidationStatus, lookForCycles, setFixupStatus, setLineNumber, setLocator, setSchema, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttributeWildcard()
Method Detail |
public boolean isInexpressible()
public static AttributeWildcard makeIntersection(AttributeWildcard wat1, AttributeWildcard wat2)
wat1
- the first operand: the processContents is taken from this operandwat2
- the second operand
public static AttributeWildcard makeUnion(AttributeWildcard wat1, AttributeWildcard wat2)
wat1
- the first operand: the processContents is taken from this operandwat2
- the second operand
public boolean validate(PreparedSchema schema) throws SchemaException
validate
in class Wildcard
schema
- the containing schema (used for error reporting)
SchemaException
- if the error listener decided to treat
the error as fatal.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |