com.saxonica.validate
Class AssertionTreeBuilder
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.TeeOutputter
com.saxonica.validate.AssertionTreeBuilder
- All Implemented Interfaces:
- Result, Receiver
public class AssertionTreeBuilder
- extends TeeOutputter
This class sits in the validation pipeline, ready (when requested) to build subtrees of the validated
document for use in testing assertions against complex types. If no assertions are active, the class
passes input events through unchanged. If one or more assertions is active, it builds a tree corresponding
to the outermost active assertion. The nodes added to the tree will be typed. In the case of an element
node, the type annotation is added during the endElement call, after testing assertions against that element,
to satisfy the rule that when an assertion is evaluated, the target element has type AnyType but its attributes
and descendants are typed according to the appropriate schema declarations.
Methods inherited from class net.sf.saxon.event.TeeOutputter |
append, attribute, characters, close, comment, endDocument, endElement, getFirstDestination, getSecondDestination, namespace, open, processingInstruction, setFirstDestination, setSecondDestination, startContent, startDocument, startElement, usesTypeAnnotations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertionTreeBuilder
public AssertionTreeBuilder(Receiver next)
activate
public void activate(Builder builder)
deactivate
public void deactivate()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.