com.saxonica.validate
Class ConstraintChecker
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
com.saxonica.stream.watch.WatchManager
com.saxonica.validate.ConstraintChecker
- All Implemented Interfaces:
- Result, Receiver, NamespaceResolver
public class ConstraintChecker
- extends WatchManager
This class handles the checking of Schema-defined unique, key, and keyref
constraints. It keeps track of the nesting of elements, and notifies a Watcher
class when an element is found that matches a particular Selector.
Methods inherited from class com.saxonica.stream.watch.WatchManager |
addWatch, attribute, characters, comment, endDocument, endElement, getDocumentNode, getURIForPrefix, iteratePrefixes, namespace, processingInstruction, setStartTagBuffer, setXPathContext, startContent, startDocument, startElement, usesTypeAnnotations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintChecker
public ConstraintChecker(Receiver next)
setPipelineConfiguration
public void setPipelineConfiguration(PipelineConfiguration pipe)
- Description copied from interface:
Receiver
- Set the pipeline configuration
- Specified by:
setPipelineConfiguration
in interface Receiver
- Overrides:
setPipelineConfiguration
in class ProxyReceiver
- Parameters:
pipe
- the pipeline configuration
setElementDeclaration
public void setElementDeclaration(ElementDecl decl)
throws XPathException
- setElementDeclaration is called immediately before the call on startElement.
It identifies the element declaration that defines the just-started
element, which in turn is used to create a Watch for constraints originating
at this element.
- Parameters:
decl
- the element declaration
- Throws:
XPathException
- if an error occurs
addPrearrangedWatches
protected void addPrearrangedWatches()
throws XPathException
- Overrides:
addPrearrangedWatches
in class WatchManager
- Throws:
XPathException
setErrorCode
public void setErrorCode(StructuredQName errorCode)
getErrorCode
public StructuredQName getErrorCode()
isInvalid
public boolean isInvalid()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.