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 |
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,
AttributeMap attributes,
NamespaceMap namespaces,
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, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, 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, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties) throws XPathException
ProxyReceiverstartElement in interface ReceiverstartElement in class ProxyReceiverelemName - the name of the element.type - the type annotation of the element.attributes - the attributes of this elementnamespaces - the in-scope namespaces of this element: generally this is all the in-scope
namespaces, without relying on inheriting namespaces from parent elementslocation - an object providing information about the module, line, and column where the node originatedproperties - bit-significant properties of the element node. If there are no relevant
properties, zero is supplied. The definitions of the bits are in class ReceiverOptionXPathException - 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-2021 Saxonica Limited. All rights reserved.