ToXMLSAXHandler
.public final class ToTextSAXHandler extends ToSAXHandler
Modifier and Type | Field and Description |
---|---|
static String |
CDATA_CONTINUE
To insert ]]> in a CDATA section by ending the last CDATA section with
]] and starting the next CDATA section with >
|
static String |
CDATA_DELIMITER_CLOSE
The constant "]]>"
|
static String |
CDATA_DELIMITER_OPEN |
static String |
DEFAULT_SAX_SERIALIZER |
static String |
EMPTYSTRING |
static String |
ENTITY_AMP |
static String |
ENTITY_CRLF |
static String |
ENTITY_GT |
static String |
ENTITY_LT |
static String |
ENTITY_QUOT |
static String |
XML_PREFIX |
static String |
XMLNS_PREFIX |
static String |
XMLNS_URI |
static String |
XMLVERSION10 |
static String |
XMLVERSION11
Define the XML version.
|
m_lexHandler, m_saxHandler, m_state
m_attrBuff, m_attributes, m_CdataElems, m_cdataTagOpen, m_charsBuff, m_doctypePublic, m_doctypeSystem, m_doIndent, m_elemContext, m_indentAmount, m_inEntityRef, m_inExternalDTD, m_mediatype, m_needToCallStartDocument, m_prefixMap, m_shouldNotWriteXMLHeader, m_sourceLocator, m_standaloneWasSpecified, m_StringOfCDATASections, m_tracer, m_version, m_writer, PKG_NAME, PKG_PATH
HTML_ATTREMPTY, HTML_ATTRURL, NO_BAD_CHARS
Constructor and Description |
---|
ToTextSAXHandler(ContentHandler hdlr,
LexicalHandler lex,
String encoding)
Deprecated.
|
ToTextSAXHandler(ContentHandler handler,
String encoding)
Deprecated.
From XSLTC
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String name,
String value)
Deprecated.
From XSLTC
|
void |
addAttribute(String uri,
String localName,
String rawName,
String type,
String value,
boolean XSLAttribute)
Deprecated.
Adds the given attribute to the set of collected attributes , but only if
there is a currently open element.
|
void |
attributeDecl(String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Deprecated.
|
void |
characters(char[] characters,
int offset,
int length)
Deprecated.
|
void |
characters(String characters)
Deprecated.
Receive notification of character data.
|
void |
comment(char[] ch,
int start,
int length)
Deprecated.
|
void |
comment(String data)
Deprecated.
Receive notification of a comment.
|
void |
elementDecl(String arg0,
String arg1)
Deprecated.
|
void |
endCDATA()
Deprecated.
|
void |
endDocument()
Deprecated.
From XSLTC
|
void |
endDTD()
Deprecated.
|
void |
endElement(String elemName)
Deprecated.
From XSLTC
|
void |
endElement(String arg0,
String arg1,
String arg2)
Deprecated.
|
void |
endPrefixMapping(String arg0)
Deprecated.
|
void |
externalEntityDecl(String arg0,
String arg1,
String arg2)
Deprecated.
|
Properties |
getOutputFormat()
Deprecated.
Returns the output format properties for this serializer.
|
OutputStream |
getOutputStream()
Deprecated.
Get the output stream where the events will be serialized to.
|
Writer |
getWriter()
Deprecated.
Get the character stream where the events will be serialized to.
|
void |
ignorableWhitespace(char[] arg0,
int arg1,
int arg2)
Deprecated.
|
void |
indent(int n)
Deprecated.
Does nothing because
the indent attribute is ignored for text output.
|
void |
internalEntityDecl(String arg0,
String arg1)
Deprecated.
|
void |
namespaceAfterStartElement(String prefix,
String uri)
Deprecated.
This method is used when a prefix/uri namespace mapping
is indicated after the element was started with a
startElement() and before and endElement().
|
void |
processingInstruction(String arg0,
String arg1)
Deprecated.
From XSLTC
|
boolean |
reset()
Deprecated.
Try's to reset the super class and reset this class for
re-use, so that you don't need to create a new serializer
(mostly for performance reasons).
|
void |
serialize(Node node)
Deprecated.
Notify that the serializer should take this DOM node as input to be
serialized.
|
void |
setDocumentLocator(Locator arg0)
Deprecated.
Receive an object for locating the origin of SAX document events.
|
boolean |
setEscaping(boolean escape)
Deprecated.
Turns special character escaping on/off.
|
void |
setIndent(boolean indent)
Deprecated.
Sets the value coming from the xsl:output indent stylesheet
attribute.
|
void |
setOutputFormat(Properties format)
Deprecated.
Specifies an output format for this serializer.
|
void |
setOutputStream(OutputStream output)
Deprecated.
Specifies an output stream to which the document should be
serialized.
|
void |
setWriter(Writer writer)
Deprecated.
Specifies a writer to which the document should be serialized.
|
void |
skippedEntity(String arg0)
Deprecated.
|
void |
startCDATA()
Deprecated.
|
void |
startElement(String elementName)
Deprecated.
An element starts, but attributes are not fully known yet.
|
void |
startElement(String elementNamespaceURI,
String elementLocalName,
String elementName)
Deprecated.
From XSLTC
|
void |
startElement(String arg0,
String arg1,
String arg2,
Attributes arg3)
Deprecated.
Receive notification of the beginning of an element, although this is a
SAX method additional namespace or attribute information can occur before
or after this call, that is associated with this element.
|
void |
startEntity(String arg0)
Deprecated.
|
void |
startPrefixMapping(String prefix,
String uri)
Deprecated.
|
boolean |
startPrefixMapping(String prefix,
String uri,
boolean shouldFlush)
Deprecated.
This method is used to notify that a prefix maping is to start, which can
be for the current element, or for the one to come.
|
addUniqueAttribute, characters, closeCDATA, closeStartTag, error, fatalError, flushPending, setCdataSectionElements, setContentHandler, setLexHandler, setShouldOutputNSAttr, setTransformState, startDocumentInternal, startDTD, warning
addAttribute, addAttributeAlways, addAttributes, addXSLAttribute, asContentHandler, asDOM3Serializer, asDOMSerializer, close, documentIsEmpty, endEntity, entityReference, fireCDATAEvent, fireCharEvent, fireCommentEvent, fireEndDoc, fireEndElem, fireEndEntity, fireEntityReference, fireEscapingEvent, fireStartDoc, fireStartElem, fireStartEntity, getDoctypePublic, getDoctypeSystem, getEncoding, getIndent, getIndentAmount, getLocalName, getMediaType, getNamespaceMappings, getNamespaceURI, getNamespaceURIFromPrefix, getOmitXMLDeclaration, getOutputProperty, getOutputPropertyDefault, getOutputPropertyNonDefault, getPrefix, getPrefixPart, getStandalone, getTransformer, getVersion, initCDATA, isCdataSection, notationDecl, patchName, setDoctype, setDoctypePublic, setDoctypeSystem, setDTDEntityExpansion, setEncoding, setIndentAmount, setMediaType, setNamespaceMappings, setOmitXMLDeclaration, setOutputProperty, setOutputPropertyDefault, setSourceLocator, setStandalone, setStandaloneInternal, setTransformer, setVersion, startDocument, unparsedEntityDecl
public static final String CDATA_CONTINUE
public static final String CDATA_DELIMITER_CLOSE
public static final String CDATA_DELIMITER_OPEN
public static final String EMPTYSTRING
public static final String ENTITY_AMP
public static final String ENTITY_CRLF
public static final String ENTITY_GT
public static final String ENTITY_LT
public static final String ENTITY_QUOT
public static final String XML_PREFIX
public static final String XMLNS_PREFIX
public static final String XMLNS_URI
public static final String DEFAULT_SAX_SERIALIZER
public static final String XMLVERSION11
public static final String XMLVERSION10
public ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)
public ToTextSAXHandler(ContentHandler handler, String encoding)
public void endElement(String elemName) throws SAXException
elemName
- the fully qualified element name.SAXException
ExtendedContentHandler.endElement(String)
public void endElement(String arg0, String arg1, String arg2) throws SAXException
SAXException
ContentHandler.endElement(String, String, String)
public void comment(char[] ch, int start, int length) throws SAXException
SAXException
public void comment(String data) throws SAXException
ToSAXHandler
comment
in interface ExtendedLexicalHandler
comment
in class ToSAXHandler
data
- the comment, but unlike the SAX comment() method this
method takes a String rather than a character array.SAXException
ExtendedLexicalHandler.comment(String)
public Properties getOutputFormat()
Serializer
Serializer.getOutputFormat()
public OutputStream getOutputStream()
Serializer
Serializer.getOutputStream()
public Writer getWriter()
Serializer
Serializer.getWriter()
public void indent(int n) throws SAXException
SAXException
public boolean reset()
ToSAXHandler
reset
in interface Serializer
reset
in class ToSAXHandler
Serializer.reset()
public void serialize(Node node) throws IOException
SerializationHandler
node
- the DOM node to be serialized.IOException
- if an I/O exception occured while serializingDOMSerializer.serialize(Node)
public boolean setEscaping(boolean escape)
SerializationHandler
escape
- true if escaping is to be set on.SerializationHandler.setEscaping(boolean)
public void setIndent(boolean indent)
SerializerBase
setIndent
in class SerializerBase
indent
- true if the output document should be indented to
visually indicate its structure.XSLOutputAttributes.setIndent(boolean)
public void setOutputFormat(Properties format)
Serializer
The standard property keys supported are: "method", "version", "encoding", "omit-xml-declaration", "standalone", doctype-public", "doctype-system", "cdata-section-elements", "indent", "media-type". These property keys and their values are described in the XSLT recommendation, see XSLT 1.0 recommendation
The non-standard property keys supported are defined in OutputPropertiesFactory
.
This method can be called multiple times before a document is serialized. Each time it is called more, or over-riding property values, can be specified. One property value that can not be changed is that of the "method" property key.
The value of the "cdata-section-elements" property key is a whitespace separated list of elements. If the element is in a namespace then value is passed in this format: {uri}localName
If the "cdata-section-elements" key is specified on multiple calls to this method the set of elements specified in the value is not replaced from one call to the next, but it is cumulative across the calls.
format
- The output format to use, as a set of key/value pairs.Serializer.setOutputFormat(Properties)
public void setOutputStream(OutputStream output)
Serializer
The encoding specified in the output Properties
is used, or
if no encoding was specified, the default for the selected
output method.
Only one of setWriter() or setOutputStream() should be called.
output
- The output streamSerializer.setOutputStream(OutputStream)
public void setWriter(Writer writer)
Serializer
The encoding specified for the output Properties
must be
identical to the output format used with the writer.
Only one of setWriter() or setOutputStream() should be called.
writer
- The output writer streamSerializer.setWriter(Writer)
public void addAttribute(String uri, String localName, String rawName, String type, String value, boolean XSLAttribute)
SerializerBase
addAttribute
in interface ExtendedContentHandler
addAttribute
in class SerializerBase
uri
- the URI of the attributelocalName
- the local name of the attributerawName
- the qualified name of the attributetype
- the type of the attribute (probably CDATA)value
- the value of the attributeXSLAttribute
- true if this attribute is coming from an xsl:attriute elementExtendedContentHandler.addAttribute(String, String, String, String, String)
public void attributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4) throws SAXException
public void elementDecl(String arg0, String arg1) throws SAXException
SAXException
DeclHandler.elementDecl(String, String)
public void externalEntityDecl(String arg0, String arg1, String arg2) throws SAXException
SAXException
DeclHandler.externalEntityDecl(String, String, String)
public void internalEntityDecl(String arg0, String arg1) throws SAXException
SAXException
DeclHandler.internalEntityDecl(String, String)
public void endPrefixMapping(String arg0) throws SAXException
SAXException
ContentHandler.endPrefixMapping(String)
public void ignorableWhitespace(char[] arg0, int arg1, int arg2) throws SAXException
SAXException
ContentHandler.ignorableWhitespace(char[], int, int)
public void processingInstruction(String arg0, String arg1) throws SAXException
processingInstruction
in interface ContentHandler
processingInstruction
in class ToSAXHandler
SAXException
ContentHandler.processingInstruction(String, String)
public void setDocumentLocator(Locator arg0)
SerializerBase
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class SerializerBase
arg0
- An object that can return the location of any SAX document
event.
Receive an object for locating the origin of SAX document events.
SAX parsers are strongly encouraged (though not absolutely required) to supply a locator: if it does so, it must supply the locator to the application by invoking this method before invoking any of the other methods in the DocumentHandler interface.
The locator allows the application to determine the end position of any document-related event, even if the parser is not reporting an error. Typically, the application will use this information for reporting its own errors (such as character content that does not match an application's business rules). The information returned by the locator is probably not sufficient for use with a search engine.
Note that the locator will return correct information only during the invocation of the events in this interface. The application should not attempt to use it at any other time.
ContentHandler.setDocumentLocator(Locator)
public void skippedEntity(String arg0) throws SAXException
SAXException
ContentHandler.skippedEntity(String)
public void startElement(String arg0, String arg1, String arg2, Attributes arg3) throws SAXException
ToSAXHandler
startElement
in interface ContentHandler
startElement
in class ToSAXHandler
SAXException
ContentHandler.startElement(String, String, String, Attributes)
public void endCDATA() throws SAXException
SAXException
LexicalHandler.endCDATA()
public void endDTD() throws SAXException
SAXException
LexicalHandler.endDTD()
public void startCDATA() throws SAXException
SAXException
LexicalHandler.startCDATA()
public void startEntity(String arg0) throws SAXException
SAXException
LexicalHandler.startEntity(String)
public void startElement(String elementNamespaceURI, String elementLocalName, String elementName) throws SAXException
startElement
in interface ExtendedContentHandler
startElement
in class ToSAXHandler
elementNamespaceURI
- the URI of the namespace of the element (optional)elementLocalName
- the element name, but without prefix (optional)elementName
- the element name, with prefix, if any (required)SAXException
ExtendedContentHandler.startElement(String)
public void startElement(String elementName) throws SAXException
ToSAXHandler
startElement
in interface ExtendedContentHandler
startElement
in class ToSAXHandler
elementName
- the element name, with prefix (if any).SAXException
ExtendedContentHandler.startElement(String)
public void endDocument() throws SAXException
SAXException
ContentHandler.endDocument()
public void characters(String characters) throws SAXException
ToSAXHandler
characters
in interface ExtendedContentHandler
characters
in class ToSAXHandler
characters
- The string of characters to process.SAXException
ExtendedContentHandler.characters(String)
public void characters(char[] characters, int offset, int length) throws SAXException
SAXException
ContentHandler.characters(char[], int, int)
public void addAttribute(String name, String value)
addAttribute
in interface ExtendedContentHandler
addAttribute
in class SerializerBase
name
- the attribute's qualified namevalue
- the value of the attributepublic boolean startPrefixMapping(String prefix, String uri, boolean shouldFlush) throws SAXException
ExtendedContentHandler
prefix
- the prefix that maps to the given URIuri
- the namespace URI of the given prefixshouldFlush
- if true this call is like the SAX
startPrefixMapping(prefix,uri) call and the mapping applies to the
element to come. If false the mapping applies to the current element.SAXException
public void startPrefixMapping(String prefix, String uri) throws SAXException
SAXException
public void namespaceAfterStartElement(String prefix, String uri) throws SAXException
SerializerBase
namespaceAfterStartElement
in interface ExtendedContentHandler
namespaceAfterStartElement
in class SerializerBase
prefix
- the URI of the namespaceuri
- the prefix associated with the given URI.SAXException
ExtendedContentHandler.namespaceAfterStartElement(String, String)
Copyright © 2019 JBoss by Red Hat. All rights reserved.