public class AttributeWildcard extends SchemaStructure implements UserSchemaComponent
SchemaComponent.ValidationStatusCOMPONENT_FUNCTION_TYPE| Constructor and Description |
|---|
AttributeWildcard(EnterpriseConfiguration config) |
AttributeWildcard(Wildcard wc) |
| Modifier and Type | Method and Description |
|---|---|
Function |
getComponentAsFunction()
Get the schema component in the form of a function item.
|
SchemaComponent.ValidationStatus |
getValidationStatus()
Get the validation status of this component.
|
Wildcard |
getWildcard() |
void |
serialize(SchemaModelSerializer serializer)
Serialize this schema component
|
void |
setWildcard(Wildcard wildcard) |
boolean |
validate(SchemaCompiler compiler)
Validate that this AttributeWildcard obeys the schema consistency rules.
|
elaborate, fixup, getColumnNumber, getConfiguration, getFixupStatus, getGeneratedId, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, hasSameLocation, isValidationNeeded, lookForCycles, makeXPathExpressionPropertyRecord, saveLocation, setConfiguration, setFixupStatus, setGeneratedId, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitelaborate, fixup, lookForCyclesgetRedefinitionLevelpublic AttributeWildcard(EnterpriseConfiguration config)
public AttributeWildcard(Wildcard wc)
public void setWildcard(Wildcard wildcard)
public Wildcard getWildcard()
public boolean validate(SchemaCompiler compiler) throws SchemaException
validate in interface UserSchemaComponentcompiler - used for error reportingSchemaException - if the error listener decided to treat
the error as fatal.public void serialize(SchemaModelSerializer serializer) throws XPathException
serializer - the object that does the serializationXPathException - if serialization failspublic Function getComponentAsFunction()
getComponentAsFunction in interface SchemaComponentpublic SchemaComponent.ValidationStatus getValidationStatus()
getValidationStatus in interface SchemaComponentgetValidationStatus in class SchemaStructureSchemaComponent.ValidationStatus.UNVALIDATEDCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.