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, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, usesTypeAnnotationsappend, getConfiguration, getPipelineConfiguration, getSystemId, isTrueSequenceReceiverpublic 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 attribute, as held in the name pooltypeCode - The type of the attribute, as held in the name poollocationId - properties - Bit significant value. The following bits are defined:
value - the string value of the attributeXPathException - if an error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.