Package com.saxonica.serialize
Class HTMLIndenterPE
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
net.sf.saxon.serialize.HTMLIndenter
com.saxonica.serialize.HTMLIndenterPE
HTMLIndenter with extra functionality used by Saxon-PE and Saxon-EE
-
Field Summary
Fields inherited from class net.sf.saxon.serialize.HTMLIndenter
indentCharsFields inherited from class net.sf.saxon.event.ProxyReceiver
nextReceiverFields inherited from class net.sf.saxon.event.SequenceReceiver
pipelineConfiguration, previousAtomic, systemIdFields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intGet the number of spaces to be used for indentationprotected intGet the maximum length of lines, after which long lines will be word-wrappedvoidsetOutputProperties(Properties props) Set the properties for this indenterMethods inherited from class net.sf.saxon.serialize.HTMLIndenter
characters, classifyTag, comment, endElement, processingInstruction, startElementMethods inherited from class net.sf.saxon.event.ProxyReceiver
append, close, endDocument, getNamePool, getNextReceiver, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument, usesTypeAnnotationsMethods inherited from class net.sf.saxon.event.SequenceReceiver
append, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppend
-
Constructor Details
-
HTMLIndenterPE
-
-
Method Details
-
setOutputProperties
Set the properties for this indenter- Overrides:
setOutputPropertiesin classHTMLIndenter- Parameters:
props- the serialization properties
-
getIndentation
protected int getIndentation()Description copied from class:HTMLIndenterGet the number of spaces to be used for indentation- Overrides:
getIndentationin classHTMLIndenter- Returns:
- the number of spaces to be added to the indentation for each level
-
getLineLength
protected int getLineLength()Description copied from class:HTMLIndenterGet the maximum length of lines, after which long lines will be word-wrapped- Overrides:
getLineLengthin classHTMLIndenter- Returns:
- the maximum line length
-