com.saxonica.config
Class EvaluationNuisance
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
com.saxonica.config.EvaluationNuisance
- All Implemented Interfaces:
- Result, Receiver
public class EvaluationNuisance
- extends ProxyReceiver
This filter sometimes gets inserted into a serialization pipeline when running under an evaluation
license: it's a deterrent to using the evaluation version for production
Methods inherited from class net.sf.saxon.event.ProxyReceiver |
append, attribute, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluationNuisance
public EvaluationNuisance(Receiver next)
characters
public void characters(CharSequence chars,
int locationId,
int properties)
throws XPathException
- Description copied from class:
ProxyReceiver
- Character data
- Specified by:
characters
in interface Receiver
- Overrides:
characters
in class ProxyReceiver
- Parameters:
chars
- The characterslocationId
- an integer which can be interpreted using a LocationProvider
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:
- DISABLE_ESCAPING
- Disable escaping for this text node
- USE_CDATA
- Output as a CDATA section
- Throws:
XPathException
- if an error occurs
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.