|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.saxonica.schema.SchemaElement
|
+--com.saxonica.schema.Wildcard
|
+--com.saxonica.schema.AttributeWildcard
This class represents an xs:anyAttribute element in the schema.
| Field Summary |
| Fields inherited from class com.saxonica.schema.SchemaElement |
ANNOTATION, ANYTYPE, APPINFO, ATTRIBUTE, ATTRIBUTE_GROUP, COMPLEX_CONTENT, COMPLEX_TYPE, COMPOSITOR, DOCUMENTATION, ELEMENT, FACET, GROUP, IDENTITY_FIELD, IDENTITY_SELECTOR, KEY, KEYREF, LIST, REDEFINE, SCHEMA, SIMPLE_CONTENT, SIMPLE_TYPE, UNION, UNIQUE, UNKNOWN, WILDCARD_ATTRIBUTE, WILDCARD_ELEMENT |
| Constructor Summary | |
AttributeWildcard()
|
|
| Method Summary | |
short |
getStructureType()
Returns the type of this SchemaElement |
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(Schema 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, setParent, setProcessContents, toString |
| Methods inherited from class com.saxonica.schema.SchemaElement |
getColumnNumber, getLineNumber, getPublicId, getSystemId, setLocator |
| 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 short getStructureType()
getStructureType in class SchemaElementSchemaElement.WILDCARD_ATTRIBUTE
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(Schema schema)
throws javax.xml.transform.TransformerException
validate in class Wildcardschema - the containing schema (used for error reporting)
javax.xml.transform.TransformerException - 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 | ||||||||||