PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description |
|---|
FieldChecker(SelectorWatch parentWatch,
Pattern selection,
AtomicSequence[] currentRow,
int column)
Create a new FieldChecker
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(CharSequence chars,
int locationId,
int properties)
Notify character data.
|
void |
close()
The close() method is called immediately before the Watch is destroyed, that is,
when the element whose declaration scopes the constraint implemented by this
Watch goes out of scope.
|
void |
endElement()
Notify the end of an element.
|
void |
notifySelectedAttribute(FleetingNode attribute,
int locationId)
Notify an attribute that matches the selection.
|
void |
setNamespaceResolver(NamespaceResolver resolver)
Set a NamespaceResolver for use by the FieldChecker
|
void |
startElement(NodeName nameCode,
SchemaType typeCode,
int locationId,
int properties)
Notify the start of an element
|
boolean |
usesTypeAnnotations()
Ask whether this Receiver (or the downstream pipeline) makes any use of the type annotations
supplied on element and attribute events
|
attribute, comment, endDocument, getConfiguration, getPipelineConfiguration, getSystemId, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnparsedEntity, startContent, startDocumentpublic FieldChecker(SelectorWatch parentWatch, Pattern selection, AtomicSequence[] currentRow, int column)
parentWatch - The SelectorWatch to which field values should be
notifiedselection - The selection (that is, the restricted XPath expression)
used in this field of the constraintcurrentRow - represents the selected node whose fields are being
evaluatedcolumn - sequence number for this field within the constraint being
evaluatedpublic void setNamespaceResolver(NamespaceResolver resolver)
resolver - the namespace resolver to be usedpublic void startElement(NodeName nameCode, SchemaType typeCode, int locationId, int properties) throws XPathException
startElement in interface ReceiverstartElement in class CheckernameCode - integer code identifying the name of the element within the name pool.typeCode - integer code identifying the element's type within the name pool. The value -1
indicates the default type, xs:untyped.locationId - an integer which can be interpreted using a LocationMap to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties - bit-significant properties of the element node. If there are no revelantXPathException - if an error occurspublic void notifySelectedAttribute(FleetingNode attribute, int locationId) throws XPathException
attribute - the attribute node being notifiedlocationId - the location for error reporting purposesXPathException - if a dynamic error occurspublic void characters(CharSequence chars, int locationId, int properties) throws XPathException
characters in interface Receivercharacters in class Checkerchars - The characterslocationId - an integer which can be interpreted using a LocationMap to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties - Bit significant value. The following bits are defined:
XPathException - if an error occurspublic void endElement()
throws XPathException
ReceiverendElement in interface ReceiverendElement in class CheckerXPathException - if an error occurspublic void close()
public boolean usesTypeAnnotations()
usesTypeAnnotations in interface ReceiverusesTypeAnnotations in class CheckerCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.