public class Stripper extends ProxyReceiver
| Modifier and Type | Class and Description |
|---|---|
static class |
Stripper.StripRuleTarget |
| Modifier and Type | Field and Description |
|---|---|
static byte |
ALWAYS_PRESERVE |
static byte |
ALWAYS_STRIP |
static byte |
ASSERTIONS_EXIST |
static Stripper.StripRuleTarget |
PRESERVE |
static byte |
PRESERVE_PARENT |
protected SpaceStrippingRule |
rule |
static byte |
SIMPLE_CONTENT |
static Stripper.StripRuleTarget |
STRIP |
static byte |
STRIP_DEFAULT |
nextReceiverpipelineConfiguration, previousAtomic, systemId| Constructor and Description |
|---|
Stripper(SpaceStrippingRule rule,
Receiver next) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(NodeName nameCode,
SimpleType typeCode,
java.lang.CharSequence value,
Location locationId,
int properties)
Notify an attribute.
|
void |
characters(java.lang.CharSequence chars,
Location locationId,
int properties)
Handle a text node
|
void |
endElement()
Handle an end-of-element event
|
Stripper |
getAnother(Receiver next)
Get a clean copy of this stripper.
|
void |
open()
Callback interface for SAX: not for application use
|
void |
startElement(NodeName elemName,
SchemaType type,
Location location,
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
|
append, close, comment, endDocument, getNamePool, getNextReceiver, namespace, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocumentappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppendpublic static final Stripper.StripRuleTarget STRIP
public static final Stripper.StripRuleTarget PRESERVE
protected SpaceStrippingRule rule
public static final byte ALWAYS_PRESERVE
public static final byte ALWAYS_STRIP
public static final byte STRIP_DEFAULT
public static final byte PRESERVE_PARENT
public static final byte SIMPLE_CONTENT
public static final byte ASSERTIONS_EXIST
public Stripper(SpaceStrippingRule rule, Receiver next)
public Stripper getAnother(Receiver next)
next - the next receiver in the pipeline for the new Stripperpublic void open()
throws XPathException
open in interface Receiveropen in class ProxyReceiverXPathException - if an error occurspublic void startElement(NodeName elemName, SchemaType type, Location location, int properties) throws XPathException
ProxyReceiverstartElement in interface ReceiverstartElement in class ProxyReceiverelemName - integer code identifying the name of the element within the name pool.type - the element's type annotation.location - a location associated with the event (typically either a location in the
source document or the stylesheet)properties - properties of the element nodeXPathException - if an error occurspublic void attribute(NodeName nameCode, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
ProxyReceiverattribute in interface Receiverattribute in class ProxyReceivernameCode - The name of the attributetypeCode - The type of the attributevalue - the string value of the attributelocationId - The location of the nodeproperties - Bit significant value. The following bits are defined:
XPathException - if an error occurspublic void endElement()
throws XPathException
endElement in interface ReceiverendElement in class ProxyReceiverXPathException - if an error occurspublic void characters(java.lang.CharSequence chars,
Location locationId,
int properties)
throws XPathException
characters in interface Receivercharacters in class ProxyReceiverchars - The characterslocationId - provides information such as line number and system ID.properties - Bit significant value. The following bits are defined:
XPathException - if an error occurspublic boolean usesTypeAnnotations()
usesTypeAnnotations in interface ReceiverusesTypeAnnotations in class ProxyReceiverCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.