public class XHTMLURIEscaper extends HTMLURIEscaper
currentElement, escapeURIAttributes, poolnextReceiverpipelineConfiguration, previousAtomic, systemId| Constructor and Description |
|---|
XHTMLURIEscaper(Receiver next) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(NodeName attName,
SimpleType typeCode,
java.lang.CharSequence value,
Location locationId,
int properties)
Notify an attribute.
|
escapeURL, isUrlAttribute, startDocument, startElementappend, characters, close, comment, endDocument, endElement, getNamePool, getNextReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, usesTypeAnnotationsappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppendpublic XHTMLURIEscaper(Receiver next)
public void attribute(NodeName attName, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
attribute in interface Receiverattribute in class HTMLURIEscaperattName - The name of the attributetypeCode - The type of the attributelocationId - the location of the node in the source, or of the instruction that created itproperties - Bit significant value. The following bits are defined:
value - the string value of the attributeIllegalStateException: - attempt to output an attribute when there is no open element
start tagXPathException - if an error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.