public class TEXTEmitter extends XMLEmitter
attSpecials, canonical, characterReferenceGenerator, declarationIsWritten, delimiter, DOCTYPE, elementCode, elementStack, indentForNextAttribute, internalSubset, openStartTag, RIGHT_ANGLE_NEWLINE, specialInAtt, specialInAttSingle, specialInText, started, startedElement, undeclareNamespaces, unfailing
allCharactersEncodable, characterSet, outputProperties, writer
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
TEXTEmitter() |
Modifier and Type | Method and Description |
---|---|
void |
characters(UnicodeString chars,
Location locationId,
int properties)
Produce output using the current Writer.
|
void |
comment(UnicodeString chars,
Location locationId,
int properties)
Output a comment.
|
void |
endElement()
Output an element end tag.
|
void |
open()
Start of the document.
|
protected void |
openDocument()
Do the real work of starting the document.
|
void |
processingInstruction(java.lang.String name,
UnicodeString value,
Location locationId,
int properties)
Output a processing instruction.
|
void |
startElement(NodeName elemName,
SchemaType type,
AttributeMap attributes,
NamespaceMap namespaces,
Location location,
int properties)
Output an element start tag.
|
void |
writeDeclaration()
Output the XML declaration.
|
close, closeStartTag, convertToAscii, endDocument, isStarted, namespace, setCharacterReferenceGenerator, setEscapeNonAscii, setIndentForNextAttribute, startDocument, testCharacters, usesTypeAnnotations, writeAttribute, writeAttributeIndentString, writeCodePoint, writeDocType, writeDocTypeWithNullSystemId, writeEmptyElementTagCloser, writeEscape
append, getOutputProperties, setOutputProperties, setUnicodeWriter, setUnparsedEntity
append, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getNamePool, getPipelineConfiguration, getSystemId, handlesAppend, setPipelineConfiguration, setSystemId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, getPipelineConfiguration, handlesAppend, setPipelineConfiguration
public void open() throws XPathException
open
in interface Receiver
open
in class XMLEmitter
XPathException
- if an error occursprotected void openDocument() throws XPathException
XMLEmitter
openDocument
in class XMLEmitter
XPathException
- if an error occurs opening the output filepublic void writeDeclaration()
writeDeclaration
in class XMLEmitter
public void characters(UnicodeString chars, Location locationId, int properties) throws XPathException
characters
in interface Receiver
characters
in class XMLEmitter
chars
- Character sequence to be outputlocationId
- the location of the node in the source, or of the instruction that created itproperties
- bit fields holding special properties of the characters @throws XPathException for any failureXPathException
- if an error occurspublic void startElement(NodeName elemName, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties) throws XPathException
startElement
in interface Receiver
startElement
in class XMLEmitter
elemName
- the name of the elementtype
- the type annotation of the elementattributes
- 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 ReceiverOption
XPathException
- if an error occurspublic void endElement()
endElement
in interface Receiver
endElement
in class XMLEmitter
public void processingInstruction(java.lang.String name, UnicodeString value, Location locationId, int properties) throws XPathException
processingInstruction
in interface Receiver
processingInstruction
in class XMLEmitter
name
- The PI name. This must be a legal name (it will not be checked).value
- The data portion of the processing instructionlocationId
- provides information such as line number and system ID.properties
- Additional information about the PI.XPathException
- if an error occurspublic void comment(UnicodeString chars, Location locationId, int properties) throws XPathException
comment
in interface Receiver
comment
in class XMLEmitter
chars
- The content of the commentlocationId
- provides information such as line number and system ID.properties
- Additional information about the comment.XPathException
- if an error occursCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.