public class EmptyContentValidator extends AttributeValidator
ContentValidator.NillabilitychildValidator, nil, pendingMessageslocallyInvalidnextReceiverpipelineConfiguration, previousAtomic, systemId| Constructor and Description |
|---|
EmptyContentValidator(UserComplexType type,
Receiver next)
Create a validator for an empty content model
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(java.lang.CharSequence chars,
Location locationId,
int properties)
Character data
|
void |
endElement()
End of element
|
ContentValidator |
getChildValidator()
Get a validator to handle the children of the current element.
|
SchemaType |
getSchemaType()
Get the schema type against which we are validating, if any
|
void |
startElement(NodeName nameCode,
SchemaType typeCode,
Location location,
int properties)
Output element start tag (for a child of the element being validated)
|
attribute, getMostRecentAttributeType, processWildcardTerm, setAttributeGroup, startContentcheckNoCharactersWhenNil, checkNoChildrenWhenNil, endDocument, getAnnotation, getContainingElement, getContainingElementLocationId, getContainingElementName, getElementDeclaration, getNamespaceResolver, getNillability, isNil, makeChildValidator, makeValidator, makeValidatorForType, setAnnotation, setContainingElement, setElementDeclaration, setNillabilityappend, getConstraintChecker, getStartTagBuffer, getValidationContext, reportIfInvalid, reportValidationError, setConstraintChecker, setStartTagBuffer, setValidationContext, usesTypeAnnotationsclose, comment, getNamePool, getNextReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocumentappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppendpublic EmptyContentValidator(UserComplexType type, Receiver next) throws MissingComponentException
type - the empty content typenext - the next receiver in the pipelineMissingComponentException - if the schema is incomplete or incorrectpublic SchemaType getSchemaType()
getSchemaType in class ContentValidatorpublic ContentValidator getChildValidator()
ContentValidatorgetChildValidator in class ContentValidatorpublic void startElement(NodeName nameCode, SchemaType typeCode, Location location, int properties) throws XPathException
startElement in interface ReceiverstartElement in class AttributeValidatornameCode - integer code identifying the name of the element within the name pool.typeCode - the element's type annotation.location - a location associated with the event (typically either a location in the
source document or the stylesheet)properties - properties of the element nodeXPathException - if an error occurspublic void characters(java.lang.CharSequence chars,
Location locationId,
int properties)
throws XPathException
characters in interface Receivercharacters in class AttributeValidatorchars - The character contentlocationId - the location of the node in the source, or of the instruction that created itproperties - Additional properties @throws net.sf.saxon.trans.XPathException
If this element does not allow character dataXPathException - if an error occurspublic void endElement()
throws XPathException
endElement in interface ReceiverendElement in class ProxyReceiverXPathException - if an error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.