public abstract class AttributeValidator extends ContentValidator
childValidator, nil, NIL_ALLOWED, NIL_DISALLOWED, NIL_IGNORED, pendingMessages
locallyInvalid
nextReceiver
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
AttributeValidator(Receiver next)
Create an AttributeValidator
|
Modifier and Type | Method and Description |
---|---|
void |
attribute(NodeName attName,
SimpleType typeCode,
java.lang.CharSequence value,
Location location,
int properties)
Handle an attribute
|
void |
characters(java.lang.CharSequence chars,
Location 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(Location locationId) |
protected SchemaType |
processWildcardTerm(Wildcard card,
NodeName elementName,
Location 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,
Location location,
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, isTrueSequenceReceiver
public AttributeValidator(Receiver next)
next
- the next receiver in the pipelinepublic void setAttributeGroup(AttributeGroupDecl attributeGroup) throws MissingComponentException
attributeGroup
- the set of attributes declared for this complex typeMissingComponentException
- if an unresolved reference is foundpublic void attribute(NodeName attName, SimpleType typeCode, java.lang.CharSequence value, Location location, int properties) throws XPathException
attribute
in interface Receiver
attribute
in class ProxyReceiver
attName
- integer identifying the name of the attributetypeCode
- integer identifying the type annotation (ignored)value
- the value of the attributelocation
- properties
- additional properties of the attribute @throws net.sf.saxon.trans.XPathException
On any failure to write the attributeXPathException
- if an error occurspublic SimpleType getMostRecentAttributeType()
public void startElement(NodeName nameCode, SchemaType typeCode, Location location, 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.location
- an object providing information about the module, line, and column where the node originatedproperties
- 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(java.lang.CharSequence chars, Location locationId, int properties) throws XPathException
characters
in interface Receiver
characters
in class ProxyReceiver
chars
- The character contentlocationId
- properties
- Additional properties @throws net.sf.saxon.trans.XPathException
If this element does not allow character dataXPathException
- if an error occursprotected void noCharactersWhenNil(Location locationId) throws XPathException
XPathException
protected SchemaType processWildcardTerm(Wildcard card, NodeName elementName, Location locationId) throws XPathException
card
- the Wildcard that has been matchedelementName
- the name of the child elementlocationId
- the location of the child elementXPathException
- if the content is invalidCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.