Package org.radeox.filter
Class XHTMLFilter.SpecialXHTMLSerializer
- java.lang.Object
-
- org.apache.xml.serializer.SerializerBase
-
- org.apache.xml.serializer.ToStream
-
- org.apache.xml.serializer.ToXMLStream
-
- org.radeox.filter.XHTMLFilter.SpecialXHTMLSerializer
-
- All Implemented Interfaces:
org.apache.xml.serializer.DOMSerializer,org.apache.xml.serializer.ExtendedContentHandler,org.apache.xml.serializer.ExtendedLexicalHandler,org.apache.xml.serializer.SerializationHandler,org.apache.xml.serializer.Serializer,ContentHandler,DTDHandler,ErrorHandler,DeclHandler,LexicalHandler
- Enclosing class:
- XHTMLFilter
public class XHTMLFilter.SpecialXHTMLSerializer extends org.apache.xml.serializer.ToXMLStream- Author:
- andrew
-
-
Field Summary
Fields Modifier and Type Field Description static StringCDATA_CONTINUEstatic StringCDATA_DELIMITER_CLOSEstatic StringCDATA_DELIMITER_OPENstatic StringDEFAULT_SAX_SERIALIZERstatic StringEMPTYSTRINGstatic StringENTITY_AMPstatic StringENTITY_CRLFstatic StringENTITY_GTstatic StringENTITY_LTstatic StringENTITY_QUOTstatic StringXML_PREFIXstatic StringXMLNS_PREFIXstatic StringXMLNS_URIstatic StringXMLVERSION10static StringXMLVERSION11-
Fields inherited from class org.apache.xml.serializer.ToStream
m_cdataStartCalled, m_charInfo, m_disableOutputEscapingStates, m_escaping, m_inDoctype, m_ispreserve, m_isprevtext, m_lineSep, m_lineSepLen, m_lineSepUse, m_preserves, m_spaceBeforeClose
-
Fields inherited from class org.apache.xml.serializer.SerializerBase
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
-
-
Constructor Summary
Constructors Constructor Description SpecialXHTMLSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendElement(String namespaceURI, String localName, String name)-
Methods inherited from class org.apache.xml.serializer.ToXMLStream
addAttribute, addUniqueAttribute, CopyFrom, endDocument, endElement, endPreserving, entityReference, namespaceAfterStartElement, processingInstruction, pushNamespace, reset, startDocumentInternal, startPreserving
-
Methods inherited from class org.apache.xml.serializer.ToStream
addAttributeAlways, addCdataSectionElements, attributeDecl, cdata, characters, characters, charactersRaw, closeCDATA, closeStartTag, comment, elementDecl, endCDATA, endDTD, endNonEscaping, endPrefixMapping, ensureAttributesNamespaceIsDeclared, escapingNotNeeded, externalEntityDecl, firePseudoAttributes, flushPending, flushWriter, getIndentAmount, getOutputFormat, getOutputStream, getWriter, ignorableWhitespace, indent, indent, internalEntityDecl, notationDecl, outputLineSep, processAttributes, serialize, setCdataSectionElements, setContentHandler, setDTDEntityExpansion, setEncoding, setEscaping, setIndentAmount, setLineSepUse, setNewLine, setOutputFormat, setOutputStream, setTransformer, setWriter, shouldIndent, skippedEntity, startCDATA, startDTD, startElement, startElement, startElement, startEntity, startNonEscaping, startPrefixMapping, startPrefixMapping, unparsedEntityDecl, writeAttrString, writeUTF16Surrogate
-
Methods inherited from class org.apache.xml.serializer.SerializerBase
addAttribute, addAttribute, addAttributes, addXSLAttribute, asContentHandler, asDOM3Serializer, asDOMSerializer, characters, close, comment, documentIsEmpty, endEntity, error, fatalError, fireCDATAEvent, fireCharEvent, fireCommentEvent, fireEndDoc, fireEndElem, fireEndEntity, fireEntityReference, fireEscapingEvent, fireStartDoc, fireStartElem, fireStartEntity, getDoctypePublic, getDoctypeSystem, getEncoding, getIndent, getLocalName, getMediaType, getNamespaceMappings, getNamespaceURI, getNamespaceURIFromPrefix, getOmitXMLDeclaration, getOutputProperty, getOutputPropertyDefault, getOutputPropertyNonDefault, getPrefix, getPrefixPart, getStandalone, getTransformer, getVersion, initCDATA, isCdataSection, patchName, setDoctype, setDoctypePublic, setDoctypeSystem, setDocumentLocator, setIndent, setMediaType, setNamespaceMappings, setOmitXMLDeclaration, setOutputProperty, setOutputPropertyDefault, setSourceLocator, setStandalone, setStandaloneInternal, setVersion, startDocument, warning
-
-
-
-
Field Detail
-
CDATA_CONTINUE
public static final String CDATA_CONTINUE
- See Also:
- Constant Field Values
-
CDATA_DELIMITER_CLOSE
public static final String CDATA_DELIMITER_CLOSE
- See Also:
- Constant Field Values
-
CDATA_DELIMITER_OPEN
public static final String CDATA_DELIMITER_OPEN
- See Also:
- Constant Field Values
-
EMPTYSTRING
public static final String EMPTYSTRING
- See Also:
- Constant Field Values
-
ENTITY_AMP
public static final String ENTITY_AMP
- See Also:
- Constant Field Values
-
ENTITY_CRLF
public static final String ENTITY_CRLF
- See Also:
- Constant Field Values
-
ENTITY_GT
public static final String ENTITY_GT
- See Also:
- Constant Field Values
-
ENTITY_LT
public static final String ENTITY_LT
- See Also:
- Constant Field Values
-
ENTITY_QUOT
public static final String ENTITY_QUOT
- See Also:
- Constant Field Values
-
XML_PREFIX
public static final String XML_PREFIX
- See Also:
- Constant Field Values
-
XMLNS_PREFIX
public static final String XMLNS_PREFIX
- See Also:
- Constant Field Values
-
XMLNS_URI
public static final String XMLNS_URI
- See Also:
- Constant Field Values
-
DEFAULT_SAX_SERIALIZER
public static final String DEFAULT_SAX_SERIALIZER
-
XMLVERSION11
public static final String XMLVERSION11
- See Also:
- Constant Field Values
-
XMLVERSION10
public static final String XMLVERSION10
- See Also:
- Constant Field Values
-
-
Method Detail
-
endElement
public void endElement(String namespaceURI, String localName, String name) throws SAXException
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classorg.apache.xml.serializer.ToStream- Throws:
SAXException
-
-