com.saxonica.validate
Class ConstraintChecker

java.lang.Object
  extended by net.sf.saxon.event.SequenceReceiver
      extended by net.sf.saxon.event.ProxyReceiver
          extended by com.saxonica.extra.WatchManager
              extended by 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.


Field Summary
 
Fields inherited from class com.saxonica.extra.WatchManager
EMPTY_WATCH_LIST
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
ConstraintChecker()
           
 
Method Summary
 boolean isInvalid()
           
 void setElementDeclaration(ElementDecl decl)
          setElementDeclaration is called immediately before the call on startElement.
 void setInvalid(boolean invalid)
           
 
Methods inherited from class com.saxonica.extra.WatchManager
addWatch, attribute, characters, comment, endElement, getURIForPrefix, iteratePrefixes, namespace, processingInstruction, startContent, startElement
 
Methods inherited from class net.sf.saxon.event.ProxyReceiver
append, close, endDocument, getConfiguration, getDocumentLocator, getNamePool, getUnderlyingReceiver, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument
 
Methods inherited from class net.sf.saxon.event.SequenceReceiver
getPipelineConfiguration, getSystemId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintChecker

public ConstraintChecker()
Method Detail

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.

Throws:
XPathException

setInvalid

public void setInvalid(boolean invalid)

isInvalid

public boolean isInvalid()


Copyright (C) Michael H. Kay. All rights reserved.