public abstract class AttributeValidator extends ContentValidator
childValidator, nil, NIL_ALLOWED, NIL_DISALLOWED, NIL_IGNORED, pendingMessages
locallyInvalid
nextReceiver
pipelineConfiguration, previousAtomic, systemId
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
AttributeValidator(Receiver next)
Create an AttributeValidator
|
Modifier and Type | Method and Description |
---|---|
void |
attribute(NodeName nameCode,
SimpleType typeCode,
CharSequence value,
int locationId,
int properties)
Handle an attribute
|
void |
characters(CharSequence chars,
int locationId,
int properties)
Handle character data appearing as a child of the element being validated
|
SimpleType |
getMostRecentAttributeType()
Get the SimpleType used for validating the most recent attribute, if any
|
protected void |
noCharactersWhenNil(int locationId) |
protected SchemaType |
processWildcardTerm(Wildcard card,
int nameCode,
int locationId)
Process a wildcard term found in complex content or "all" content groups.
|
void |
setAttributeGroup(AttributeGroupDecl attributeGroup)
Identify the set of attributes permitted by the complex type being validated.
|
void |
startContent()
Notify the start of the content, that is, the completion of all attributes and namespaces.
|
void |
startElement(NodeName nameCode,
SchemaType typeCode,
int locationId,
int properties)
Handle the start tag for a child element of the element being validated
|
endDocument, getAnnotation, getChildValidator, getContainingElement, getContainingElementLocationId, getContainingElementName, getElementDeclaration, getNamespaceResolver, getNillability, getSchemaType, isNil, makeChildValidator, makeValidator, makeValidatorForType, setAnnotation, setContainingElement, setElementDeclaration, setNillability
append, getConstraintChecker, getStartTagBuffer, getValidationContext, reportIfInvalid, reportValidationError, setConstraintChecker, setStartTagBuffer, setValidationContext, usesTypeAnnotations
close, comment, endElement, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument
append, getConfiguration, getPipelineConfiguration, getSystemId
public AttributeValidator(Receiver next)
next
- the next receiver in the pipelinepublic void setAttributeGroup(AttributeGroupDecl attributeGroup) throws ValidationException
attributeGroup
- the set of attributes declared for this complex typeValidationException
- if an unresolved reference is foundpublic void attribute(NodeName nameCode, SimpleType typeCode, CharSequence value, int locationId, int properties) throws XPathException
attribute
in interface Receiver
attribute
in class ProxyReceiver
nameCode
- integer identifying the name of the attributetypeCode
- integer identifying the type annotation (ignored)value
- the value of the attributeproperties
- additional properties of the attributelocationId
- an integer which can be interpreted using a LocationProvider
to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.XPathException
- On any failure to write the attributepublic SimpleType getMostRecentAttributeType()
public void startElement(NodeName nameCode, SchemaType typeCode, int locationId, int properties) throws XPathException
startElement
in interface Receiver
startElement
in class ContentValidator
nameCode
- integer code identifying the name of the element within the name pool.typeCode
- integer code identifying the element's type within the name pool.locationId
- an integer which can be interpreted using a LocationProvider
to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties
- properties of the element nodeXPathException
- if an error occurspublic final void startContent() throws XPathException
startContent
in interface Receiver
startContent
in class ProxyReceiver
XPathException
- if an error occurspublic void characters(CharSequence chars, int locationId, int properties) throws XPathException
characters
in interface Receiver
characters
in class ProxyReceiver
chars
- The character contentproperties
- Additional propertieslocationId
- an integer which can be interpreted using a LocationProvider
to return information such as line number and system ID. If no location information is available,
the value zero is supplied.XPathException
- If this element does not allow character dataprotected void noCharactersWhenNil(int locationId) throws XPathException
XPathException
protected SchemaType processWildcardTerm(Wildcard card, int nameCode, int locationId) throws XPathException
card
- the Wildcard that has been matchednameCode
- the name of the child elementlocationId
- the location of the child elementXPathException
- if the content is invalidCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.