public class XHTMLURIEscaper extends HTMLURIEscaper
currentElement, escapeURIAttributes, pool
nextReceiver
pipelineConfiguration, 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, startElement
append, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, usesTypeAnnotations
append, getConfiguration, getPipelineConfiguration, getSystemId, isTrueSequenceReceiver
public XHTMLURIEscaper(Receiver next)
public void attribute(NodeName attName, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
attribute
in interface Receiver
attribute
in class HTMLURIEscaper
attName
- 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.