com.saxonica.schema
Class AttributeWildcard
java.lang.Object
com.saxonica.schema.SchemaStructure
com.saxonica.schema.AttributeWildcard
- All Implemented Interfaces:
- UserSchemaComponent, Serializable, SourceLocator, SchemaComponent
public class AttributeWildcard
- extends SchemaStructure
- implements UserSchemaComponent
This class represents an xs:anyAttribute element in the schema.
- See Also:
- Serialized Form
Methods inherited from class com.saxonica.schema.SchemaStructure |
elaborate, fixup, getColumnNumber, getConfiguration, getFixupStatus, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, lookForCycles, setConfiguration, setFixupStatus, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeWildcard
public AttributeWildcard(EnterpriseConfiguration config)
AttributeWildcard
public AttributeWildcard(Wildcard wc)
setWildcard
public void setWildcard(Wildcard wildcard)
getWildcard
public Wildcard getWildcard()
validate
public boolean validate(SchemaCompiler compiler)
throws SchemaException
- Validate that this AttributeWildcard obeys the schema consistency rules. Any
errors are notified to the ErrorListener, and result in the method returning false.
- Specified by:
validate
in interface UserSchemaComponent
- Parameters:
compiler
- used for error reporting
- Returns:
- false if any errors were found, true if everything is OK
- Throws:
SchemaException
- if the error listener decided to treat
the error as fatal.
serialize
public void serialize(SchemaModelSerializer serializer)
throws XPathException
- Serialize this schema component
- Parameters:
serializer
- the object that does the serialization
- Throws:
XPathException
- if serialization fails
getValidationStatus
public int getValidationStatus()
- Get the validation status of this component.
- Specified by:
getValidationStatus
in interface SchemaComponent
- Overrides:
getValidationStatus
in class SchemaStructure
- Returns:
- one of the values
SchemaComponent.UNVALIDATED
, SchemaComponent.VALIDATING
,
SchemaComponent.VALIDATED
, SchemaComponent.INVALID
, SchemaComponent.INCOMPLETE
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.