- canSetParameter(String, Object) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Checks if setting a parameter to a specific value is supported.
- cdata(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of cdata.
- cdata(char[], int, int) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of cdata.
- cdata(char[], int, int) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of cdata.
- characters(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- characters(char[], int, int) - Method in class org.apache.xml.serializer.EmptySerializer
-
- characters(Node) - Method in class org.apache.xml.serializer.EmptySerializer
-
- characters(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to notify of a character event, but passing the data
as a character String rather than the standard character array.
- characters(Node) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to notify of a character event, but passing the data
as a DOM Node rather than the standard character array.
- characters(Node) - Method in class org.apache.xml.serializer.SerializerBase
-
This method gets the nodes value as a String and uses that String as if
it were an input character notification.
- characters(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of character data.
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of character data.
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of character data.
- characters(String) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Receive notification of character data.
- characters(Node) - Method in class org.apache.xml.serializer.ToSAXHandler
-
This method gets the node's value as a String and uses that String as if
it were an input character notification.
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of character data.
- characters(String) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of character data.
- characters(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of character data.
- characters(String) - Method in class org.apache.xml.serializer.ToTextStream
-
From XSLTC
- characters(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Converts the String to a character array and calls the SAX method
characters(char[],int,int);
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- characters(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- characters(char[], int, int) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- charactersRaw(char[], int, int) - Method in class org.apache.xml.serializer.ToStream
-
If available, when the disable-output-escaping attribute is used,
output raw text without escaping.
- charactersRaw(char[], int, int) - Method in class org.apache.xml.serializer.ToTextStream
-
If available, when the disable-output-escaping attribute is used,
output raw text without escaping.
- clear() - Method in class org.apache.xml.serializer.AttributesImplSerializer
-
This method clears the accumulated attributes.
- clear() - Method in class org.apache.xml.serializer.utils.BoolStack
-
Clears the stack.
- clone() - Method in class org.apache.xml.serializer.NamespaceMappings
-
This method makes a clone of this object.
- close() - Method in class org.apache.xml.serializer.EmptySerializer
-
- close() - Method in interface org.apache.xml.serializer.SerializationHandler
-
- close() - Method in class org.apache.xml.serializer.SerializerBase
-
Flush and close the underlying java.io.Writer.
- close() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Do nothing.
- close() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- closeCDATA() - Method in class org.apache.xml.serializer.ToSAXHandler
-
- closeCDATA() - Method in class org.apache.xml.serializer.ToStream
-
This helper method to writes out "]]>" when closing a CDATA section.
- closeCDATA() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
Closes ane open cdata tag, and
unlike the this.endCDATA() method (from the LexicalHandler) interface,
this "internal" method will send the endCDATA() call to the wrapped
handler.
- closeStartTag() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
This method is called when all the data needed for a call to the
SAX handler's startElement() method has been gathered.
- closeStartTag() - Method in class org.apache.xml.serializer.ToHTMLStream
-
For the enclosing elements starting tag write out out any attributes
followed by ">".
- closeStartTag() - Method in class org.apache.xml.serializer.ToSAXHandler
-
- closeStartTag() - Method in class org.apache.xml.serializer.ToStream
-
For the enclosing elements starting tag write out
out any attributes followed by ">"
- closeStartTag() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
This method is called when all the data needed for a call to the
SAX handler's startElement() method has been gathered.
- comment(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- comment(char[], int, int) - Method in class org.apache.xml.serializer.EmptySerializer
-
- comment(String) - Method in interface org.apache.xml.serializer.ExtendedLexicalHandler
-
This method is used to notify of a comment
- comment(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Receive notification of a comment.
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of a comment anywhere in the document.
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLStream
-
- comment(String) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Receive notification of a comment.
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of an XML comment anywhere in the document.
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serializer.ToTextStream
-
Called when a Comment is to be constructed.
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToTextStream
-
Report an XML comment anywhere in the document.
- comment(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- comment(char[], int, int) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- contains(String) - Method in class org.apache.xml.serializer.utils.StringToIntTable
-
Tell if the table contains the given string.
- convertMime2JavaEncoding(String) - Static method in class org.apache.xml.serializer.Encodings
-
Try the best we can to convert a Java encoding to a XML-style encoding.
- CopyFrom(ToXMLStream) - Method in class org.apache.xml.serializer.ToXMLStream
-
Copy properties from another SerializerToXML.
- couldThrowException() - Method in class org.apache.xml.serializer.EmptySerializer
-
- couldThrowIOException() - Method in class org.apache.xml.serializer.EmptySerializer
-
- couldThrowSAXException() - Method in class org.apache.xml.serializer.EmptySerializer
-
- couldThrowSAXException(char[], int, int) - Method in class org.apache.xml.serializer.EmptySerializer
-
- couldThrowSAXException(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- createMessage(String, Object[]) - Method in class org.apache.xml.serializer.utils.Messages
-
Creates a message from the specified key and replacement
arguments, localized to the given locale.
- ElemDesc - Class in org.apache.xml.serializer
-
This class has a series of flags (bit values) that describe an HTML element
- elementDecl(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
This method does nothing.
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToStream
-
Report an element type declaration.
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- elementDecl(String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- EmptySerializer - Class in org.apache.xml.serializer
-
This class is an adapter class.
- EmptySerializer() - Constructor for class org.apache.xml.serializer.EmptySerializer
-
- EncodingInfo - Class in org.apache.xml.serializer
-
Holds information about a given encoding, which is the Java name for the
encoding, the equivalent ISO name.
- EncodingInfo(String, String, char) - Constructor for class org.apache.xml.serializer.EncodingInfo
-
Create an EncodingInfo object based on the ISO name and Java name.
- Encodings - Class in org.apache.xml.serializer
-
Provides information about encodings.
- Encodings() - Constructor for class org.apache.xml.serializer.Encodings
-
- endCDATA() - Method in class org.apache.xml.serializer.EmptySerializer
-
- endCDATA() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- endCDATA() - Method in class org.apache.xml.serializer.ToStream
-
Report the end of a CDATA section.
- endCDATA() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- endCDATA() - Method in class org.apache.xml.serializer.ToTextStream
-
- endCDATA() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endCDATA() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- endDocument() - Method in class org.apache.xml.serializer.EmptySerializer
-
- endDocument() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of the end of a document.
- endDocument() - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of the end of a document.
- endDocument() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
From XSLTC
- endDocument() - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of the end of a document.
- endDocument() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endDocument() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
Receives notification of the end of the document.
- endDocument() - Method in class org.apache.xml.serializer.ToXMLStream
-
Receive notification of the end of a document.
- endDTD() - Method in class org.apache.xml.serializer.EmptySerializer
-
- endDTD() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- endDTD() - Method in class org.apache.xml.serializer.ToHTMLStream
-
Report the end of DTD declarations.
- endDTD() - Method in class org.apache.xml.serializer.ToStream
-
Report the end of DTD declarations.
- endDTD() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- endDTD() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endDTD() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- endElement(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- endElement(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- endElement(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to notify that an element has ended.
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of the end of an element.
- endElement(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Receive notification of the end of an element.
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of the end of an element.
- endElement(String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of the end of an element.
- endElement(String) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of the end of an element.
- endElement(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
From XSLTC
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of the end of an element.
- endElement(String) - Method in class org.apache.xml.serializer.ToTextStream
-
- endElement(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endElement(String, String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- endElement(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- endElement(String) - Method in class org.apache.xml.serializer.ToXMLStream
-
- endEntity(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- endEntity(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Report the end of an entity.
- endEntity(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endNode(Node) - Method in class org.apache.xml.serializer.TreeWalker
-
End processing of given node
- endNonEscaping() - Method in class org.apache.xml.serializer.ToStream
-
Ends an un-escaping section.
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.ToStream
-
End the scope of a prefix-URI Namespace mapping.
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- endPrefixMapping(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- endPreserving() - Method in class org.apache.xml.serializer.ToXMLStream
-
Ends a whitespace preserving section.
- ensureAttributesNamespaceIsDeclared(String, String, String) - Method in class org.apache.xml.serializer.ToStream
-
Makes sure that the namespace URI for the given qualified attribute name
is declared.
- entityReference(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- entityReference(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
Notify of an entity reference.
- entityReference(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Entity reference event.
- entityReference(String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notivication of a entityReference.
- entityReference(String) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notivication of a entityReference.
- entityReference(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- entityReference(String) - Method in class org.apache.xml.serializer.ToXMLStream
-
Receive notivication of a entityReference.
- ER_ATTR_UNBOUND_PREFIX_IN_ENTREF - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_BUFFER_SIZE_LESSTHAN_ZERO - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_CANNOT_INIT_URI_EMPTY_PARMS - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_CDATA_SECTIONS_SPLIT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_COULD_NOT_LOAD_METHOD_PROPERTY - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_COULD_NOT_LOAD_RESOURCE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_ELEM_UNBOUND_PREFIX_IN_ENTREF - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_ENCODING_NOT_SUPPORTED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FACTORY_PROPERTY_MISSING - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FEATURE_NOT_FOUND - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FEATURE_NOT_SUPPORTED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FRAG_FOR_GENERIC_URI - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FRAG_INVALID_CHAR - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_FRAG_WHEN_PATH_NULL - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_HOST_ADDRESS_NOT_WELLFORMED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_ILLEGAL_ATTRIBUTE_POSITION - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_ILLEGAL_CHARACTER - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_INVALID_PORT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_INVALID_UTF16_SURROGATE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NAMESPACE_PREFIX - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_FRAGMENT_STRING_IN_PATH - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_OUTPUT_SPECIFIED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_PORT_IF_NO_HOST - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_QUERY_STRING_IN_PATH - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_SCHEME_IN_URI - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_SCHEME_INURI - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NO_USERINFO_IF_NO_HOST - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NS_PREFIX_CANNOT_BE_BOUND - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NULL_LOCAL_ATTR_NAME - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_NULL_LOCAL_ELEMENT_NAME - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_OIERROR - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_PATH_INVALID_CHAR - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_PORT_WHEN_HOST_NULL - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_RESOURCE_COULD_NOT_FIND - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_RESOURCE_COULD_NOT_LOAD - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_SCHEME_FROM_NULL_STRING - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_SCHEME_NOT_CONFORMANT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_SCHEME_REQUIRED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_SERIALIZER_NOT_CONTENTHANDLER - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_STRAY_ATTRIBUTE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_STRAY_NAMESPACE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_STRING_TOO_LONG - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_TYPE_MISMATCH_ERR - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_UNABLE_TO_SERIALIZE_NODE - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_UNSUPPORTED_ENCODING - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WARNING_WF_NOT_CHECKED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_DASH_IN_COMMENT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER_IN_CDATA - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER_IN_COMMENT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER_IN_NODE_NAME - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER_IN_PI - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_INVALID_CHARACTER_IN_TEXT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_LT_IN_ATTVAL - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_REF_TO_EXTERNAL_ENT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WF_REF_TO_UNPARSED_ENT - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_WRITING_INTERNAL_SUBSET - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ER_XML_VERSION_NOT_SUPPORTED - Static variable in class org.apache.xml.serializer.utils.MsgKey
-
- ERR - Static variable in class org.apache.xml.serializer.EmptySerializer
-
- error(SAXParseException) - Method in class org.apache.xml.serializer.EmptySerializer
-
- error(SAXParseException) - Method in class org.apache.xml.serializer.SerializerBase
-
- error(SAXParseException) - Method in class org.apache.xml.serializer.ToSAXHandler
-
- escapingNotNeeded(char) - Method in class org.apache.xml.serializer.ToStream
-
Tell if this character can be written without escaping.
- EVENTTYPE_CDATA - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated after CDATA is generated.
- EVENTTYPE_CHARACTERS - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated for character data (CDATA and Ignorable Whitespace have their own events).
- EVENTTYPE_COMMENT - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated after a comment has been added.
- EVENTTYPE_ENDDOCUMENT - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when a document ends.
- EVENTTYPE_ENDELEMENT - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when an element ends, after it's children have been added.
- EVENTTYPE_ENTITYREF - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generate after an entity ref is created.
- EVENTTYPE_IGNORABLEWHITESPACE - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated for ignorable whitespace (I'm not sure how much this is actually called.
- EVENTTYPE_OUTPUT_CHARACTERS - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when characters are written to an output stream.
- EVENTTYPE_OUTPUT_PSEUDO_CHARACTERS - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when characters might be written to an output stream,
but these characters never are.
- EVENTTYPE_PI - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated for processing instructions.
- EVENTTYPE_STARTDOCUMENT - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when a document begins.
- EVENTTYPE_STARTELEMENT - Static variable in interface org.apache.xml.serializer.SerializerTrace
-
Event type generated when an element begins (after the attributes have been processed but before the children have been added).
- ExtendedContentHandler - Interface in org.apache.xml.serializer
-
This interface describes extensions to the SAX ContentHandler interface.
- ExtendedLexicalHandler - Interface in org.apache.xml.serializer
-
This interface has extensions to the standard SAX LexicalHandler interface.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
This method does nothing.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToStream
-
Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- generateNextPrefix() - Method in class org.apache.xml.serializer.NamespaceMappings
-
Generate a new namespace prefix ( ns0, ns1 ...) not used before
- get(String) - Method in class org.apache.xml.serializer.utils.StringToIntTable
-
Tell if the table contains the given string.
- getAbsoluteURI(String) - Static method in class org.apache.xml.serializer.utils.SystemIDResolver
-
Take a SystemID string and try to turn it into a good absolute URI.
- getAbsoluteURI(String, String) - Static method in class org.apache.xml.serializer.utils.SystemIDResolver
-
Take a SystemID string and try to turn it into a good absolute URI.
- getAbsoluteURIFromRelative(String) - Static method in class org.apache.xml.serializer.utils.SystemIDResolver
-
Get an absolute URI from a given relative URI (local path).
- getAllPrefixes() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
-
- getBooleanProperty(String, Properties) - Static method in class org.apache.xml.serializer.OutputPropertyUtils
-
Searches for the boolean property with the specified key in the property list.
- getContentHandler() - Method in class org.apache.xml.serializer.TreeWalker
-
Get the ContentHandler used for the tree walk.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_ca
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_cs
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_de
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_es
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_fr
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_hu
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_it
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_ja
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_ko
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_pl
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_pt_BR
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_ru
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_sk
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_sl
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_sv
-
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_tr
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_zh
-
The lookup table for error messages.
- getContents() - Method in class org.apache.xml.serializer.utils.SerializerMessages_zh_TW
-
The lookup table for error messages.
- getDeclaredPrefixAt(int) - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
-
- getDeclaredPrefixCount() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
-
- getDefaultMethodProperties(String) - Static method in class org.apache.xml.serializer.OutputPropertiesFactory
-
Creates an empty OutputProperties with the property key/value defaults specified by
a property file.
- getDevelopmentVersionNum() - Static method in class org.apache.xml.serializer.Version
-
Development Drop Number.
- getDoctypePublic() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getDoctypePublic() - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the previously set value of the value to be used as the public
identifier in the document type declaration (DTD).
- getDoctypePublic() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getDoctypeSystem() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getDoctypeSystem() - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the previously set value of the value to be used
as the system identifier in the document type declaration (DTD).
- getDoctypeSystem() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getDomConfig() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Returns the DOMConfiguration of the LSSerializer.
- getElemDesc(String) - Static method in class org.apache.xml.serializer.ToHTMLStream
-
Get a description of the given element.
- getEncoding() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getEncoding() - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the character encoding to be used in the output document.
- getEncoding() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getErrorHandler() - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
- getErrorHandler() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
This method returns the LSSerializer's error handler.
- getErrorHandler() - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
- getException() - Method in exception org.apache.xml.serializer.utils.WrappedRuntimeException
-
Get the checked exception that this runtime exception wraps.
- getFilter() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Returns the DOMConfiguration of the LSSerializer.
- getHighChar() - Method in class org.apache.xml.serializer.EncodingInfo
-
This method exists for performance reasons.
- getHighChar(String) - Static method in class org.apache.xml.serializer.Encodings
-
Characters with values at or below the high code point are
in the encoding.
- getIgnoreCase(String) - Method in class org.apache.xml.serializer.utils.StringToIntTable
-
Tell if the table contains the given string.
- getImplementationLanguage() - Static method in class org.apache.xml.serializer.Version
-
Implementation Language: Java.
- getIndent() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getIndent() - Method in class org.apache.xml.serializer.SerializerBase
-
- getIndent() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getIndentAmount() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getIndentAmount() - Method in class org.apache.xml.serializer.SerializerBase
-
- getIndentAmount() - Method in class org.apache.xml.serializer.ToStream
-
Returns the m_indentAmount.
- getIndentAmount() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getIndex(String) - Method in class org.apache.xml.serializer.AttributesImplSerializer
-
This method gets the index of an attribute given its qName.
- getIndex(String, String) - Method in class org.apache.xml.serializer.AttributesImplSerializer
-
This method gets the index of an attribute given its uri and locanName.
- getIndex(String, String) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up the index of an attribute by Namespace name.
- getIndex(String) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up the index of an attribute by raw XML 1.0 name.
- getInputEncoding(Node) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Determines the Input Encoding of the Document Node to serialize.
- getIntProperty(String, Properties) - Static method in class org.apache.xml.serializer.OutputPropertyUtils
-
Searches for the int property with the specified key in the property list.
- getLength() - Method in class org.apache.xml.serializer.utils.AttList
-
Get the number of attribute nodes in the list
- getLength() - Method in class org.apache.xml.serializer.utils.StringToIntTable
-
Get the length of the list.
- getLocalName(String) - Static method in class org.apache.xml.serializer.SerializerBase
-
Returns the local name of a qualified name.
- getLocalName(int) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's local name by index.
- getLocalNameOfNode(Node) - Method in class org.apache.xml.serializer.utils.DOM2Helper
-
Returns the local name of the given node, as defined by the
XML Namespaces specification.
- getMaintenanceVersionNum() - Static method in class org.apache.xml.serializer.Version
-
Maintenance Drop Number.
- getMajorVersionNum() - Static method in class org.apache.xml.serializer.Version
-
Major version number.
- getMediaType() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getMediaType() - Method in class org.apache.xml.serializer.SerializerBase
-
Gets the mediatype the media-type or MIME type associated with the output
document.
- getMediaType() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getNamespaceMappings() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getNamespaceMappings() - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method returns an object that has the current namespace mappings in
effect.
- getNamespaceMappings() - Method in class org.apache.xml.serializer.SerializerBase
-
Some users of the serializer may need the current namespace mappings
- getNamespaceMappings() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Get the current namespace mappings.
- getNamespaceOfNode(Node) - Method in class org.apache.xml.serializer.utils.DOM2Helper
-
Returns the Namespace Name (Namespace URI) for the given node.
- getNamespaceURI(String, boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- getNamespaceURI(String, boolean) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method gets the prefix associated with a current element or
attribute name.
- getNamespaceURI(String, boolean) - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the URI of an element or attribute.
- getNamespaceURI(String, boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getNamespaceURIFromPrefix(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- getNamespaceURIFromPrefix(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method returns the namespace URI currently associated with the
prefix.
- getNamespaceURIFromPrefix(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the URI of prefix (if any)
- getNamespaceURIFromPrefix(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getNewLine() - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Gets the end-of-line sequence of characters to be used during serialization.
- getNewLine() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Returns the End-Of-Line sequence of characters to be used in the XML
being serialized.
- getNodeFilter() - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
during serialization.
- getNodeFilter() - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
during serialization.
- getOmitXMLDeclaration() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getOmitXMLDeclaration() - Method in class org.apache.xml.serializer.SerializerBase
-
- getOmitXMLDeclaration() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getOutputFormat() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getOutputFormat() - Method in interface org.apache.xml.serializer.Serializer
-
Returns the output format properties for this serializer.
- getOutputFormat() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Returns null.
- getOutputFormat() - Method in class org.apache.xml.serializer.ToStream
-
Returns the output format for this serializer.
- getOutputFormat() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- getOutputFormat() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getOutputFormat() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- getOutputProperty(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- getOutputProperty(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Get the value of an output property,
the explicit value, if any, otherwise the
default value, if any, otherwise null.
- getOutputPropertyDefault(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- getOutputPropertyDefault(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Get the default value of an xsl:output property,
which would be null only if no default value exists
for the property.
- getOutputPropertyNonDefault(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Get the value of an output property,
not the default value.
- getOutputStream() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getOutputStream() - Method in interface org.apache.xml.serializer.Serializer
-
Get the output stream where the events will be serialized to.
- getOutputStream() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Reurns null
- getOutputStream() - Method in class org.apache.xml.serializer.ToStream
-
Get the output stream where the events will be serialized to.
- getOutputStream() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- getOutputStream() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getOutputStream() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- getParameter(String) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
This method returns the value of a parameter if known.
- getParameterNames() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
This method returns a of the parameters supported by this DOMConfiguration object
and for which at least one value can be set by the application
- getPrefix(String) - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
-
- getPrefix(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- getPrefix(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method returns the prefix that currently maps to the given namespace
URI.
- getPrefix(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Returns the prefix currently pointing to the given URI (if any).
- getPrefix(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getPrefixPart(String) - Static method in class org.apache.xml.serializer.SerializerBase
-
Returns the local name of a qualified name.
- getProduct() - Static method in class org.apache.xml.serializer.Version
-
Name of product: Serializer.
- getQName(int) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's qualified name by index.
- getReleaseVersionNum() - Static method in class org.apache.xml.serializer.Version
-
Release Number.
- getSerializer(Properties) - Static method in class org.apache.xml.serializer.SerializerFactory
-
Returns a serializer for the specified output method.
- getStandalone() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getStandalone() - Method in class org.apache.xml.serializer.SerializerBase
-
Gets the XSL standalone attribute
- getStandalone() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getTransformer() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getTransformer() - Method in interface org.apache.xml.serializer.SerializationHandler
-
Get the transformer associated with the serializer.
- getTransformer() - Method in class org.apache.xml.serializer.SerializerBase
-
Gets the transformer associated with this serializer
- getTransformer() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getType(int) - Method in class org.apache.xml.serializer.utils.AttList
-
Get the attribute's node type by index
- getType(String) - Method in class org.apache.xml.serializer.utils.AttList
-
Get the attribute's node type by name
- getType(String, String) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's type by Namespace name.
- getURI(String) - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
-
- getURI(int) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's Namespace URI by index.
- getValue(int) - Method in class org.apache.xml.serializer.utils.AttList
-
Get the attribute's node value by index
- getValue(String) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's value by name.
- getValue(String, String) - Method in class org.apache.xml.serializer.utils.AttList
-
Look up an attribute's value by Namespace name.
- getVersion() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getVersion() - Method in class org.apache.xml.serializer.SerializerBase
-
Gets the version of the output format.
- getVersion() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- getVersion() - Static method in class org.apache.xml.serializer.Version
-
Get the basic version string for the current Serializer.
- getWriter() - Method in class org.apache.xml.serializer.EmptySerializer
-
- getWriter() - Method in interface org.apache.xml.serializer.Serializer
-
Get the character stream where the events will be serialized to.
- getWriter() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Returns null
- getWriter() - Method in class org.apache.xml.serializer.ToStream
-
Get the character stream where the events will be serialized to.
- getWriter() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- getWriter() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- getWriter() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- getXMLEncoding(Node) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Determines the XML Encoding of the Document Node to serialize.
- getXMLVersion(Node) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Determines the XML Version of the Document Node to serialize.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.EmptySerializer
-
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- indent(int) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- indent(int) - Method in class org.apache.xml.serializer.ToStream
-
Might print a newline character and the indentation amount
of the given depth.
- indent() - Method in class org.apache.xml.serializer.ToStream
-
Indent at the current element nesting depth.
- indent(int) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
Does nothing because
the indent attribute is ignored for text output.
- indent(int) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
Do nothing for SAX.
- initCDATA() - Method in class org.apache.xml.serializer.SerializerBase
-
Initialize global variables
- initializeSerializerProps() - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Initializes the underlying serializer's configuration depending on the
default DOMConfiguration parameters.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
This method does nothing.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToStream
-
Report an internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- internalEntityDecl(String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- INVALID_KEY - Static variable in class org.apache.xml.serializer.utils.StringToIntTable
-
- isAbsolutePath(String) - Static method in class org.apache.xml.serializer.utils.SystemIDResolver
-
Return true if the local path is an absolute path.
- isAbsoluteURI(String) - Static method in class org.apache.xml.serializer.utils.SystemIDResolver
-
Return true if the systemId denotes an absolute URI .
- isAttrFlagSet(String, int) - Method in class org.apache.xml.serializer.ElemDesc
-
Tell if any of the bits of interest are set for a named attribute type.
- isCdataSection() - Method in class org.apache.xml.serializer.SerializerBase
-
Return true if the current element in m_elemContext
is a CDATA section.
- isContent(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character can be considered content.
- isEmpty() - Method in class org.apache.xml.serializer.utils.BoolStack
-
Tests if this stack is empty.
- isHighSurrogate(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns whether the given character is a high surrogate
- isInEncoding(char) - Method in class org.apache.xml.serializer.EncodingInfo
-
This is not a public API.
- isInEncoding(char, char) - Method in class org.apache.xml.serializer.EncodingInfo
-
This is not a public API.
- isInvalid(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is invalid.
- isLowSurrogate(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character can be considered markup.
- isName(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameStart(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isPubid(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isRecognizedEncoding(String) - Static method in class org.apache.xml.serializer.Encodings
-
Determines if the encoding specified was recognized by the
serializer or not.
- isSpace(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSupplemental(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is a supplemental character.
- isValid(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the specified character is valid.
- isValidIANAEncoding(String) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isXML11Content(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character can be considered
content in an external parsed entity.
- isXML11InternalEntityContent(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character can be considered
content in an internal parsed entity.
- isXML11Invalid(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is invalid.
- isXML11Name(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is a valid name
character as defined by production [4a] in the XML 1.1
specification.
- isXML11NameHighSurrogate(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns whether the given character is a valid
high surrogate for a name character.
- isXML11NameStart(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is a valid name start
character as defined by production [4] in the XML 1.1
specification.
- isXML11NCName(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
1.1 recommendation.
- isXML11NCNameStart(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
1.1 recommendation.
- isXML11Space(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is a space character
as amdended in the XML 1.1 specification.
- isXML11Valid(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is valid.
- isXML11ValidLiteral(int) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Returns true if the specified character is valid and permitted outside
of a character reference.
- isXML11ValidName(String) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Check to see if a string is a valid Name according to [5]
in the XML 1.1 Recommendation
- isXML11ValidNCName(String) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.1 Recommendation
- isXML11ValidNmtoken(String) - Static method in class org.apache.xml.serializer.utils.XML11Char
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.1 Recommendation
- m_attrBuff - Variable in class org.apache.xml.serializer.SerializerBase
-
A utility buffer for converting Strings passed to
attribute methods to character arrays.
- m_attributes - Variable in class org.apache.xml.serializer.SerializerBase
-
All the attributes of the current element, collected from
startPrefixMapping() calls, or addAddtribute() calls, or
from the SAX attributes in a startElement() call.
- m_CdataElems - Variable in class org.apache.xml.serializer.SerializerBase
-
- m_cdataStartCalled - Variable in class org.apache.xml.serializer.ToStream
-
remembers if we are in between the startCDATA() and endCDATA() callbacks
- m_cdataTagOpen - Variable in class org.apache.xml.serializer.SerializerBase
-
True if a trailing "]]>" still needs to be written to be
written out.
- m_charInfo - Variable in class org.apache.xml.serializer.ToStream
-
Map that tells which characters should have special treatment, and it
provides character to entity name lookup.
- m_charsBuff - Variable in class org.apache.xml.serializer.SerializerBase
-
A utility buffer for converting Strings passed to
character() methods to character arrays.
- m_dh - Variable in class org.apache.xml.serializer.TreeWalker
-
DomHelper for this TreeWalker
- m_disableOutputEscapingStates - Variable in class org.apache.xml.serializer.ToStream
-
Stack to keep track of disabling output escaping.
- m_doctypePublic - Variable in class org.apache.xml.serializer.SerializerBase
-
The public ID for the doc type.
- m_doctypeSystem - Variable in class org.apache.xml.serializer.SerializerBase
-
The System ID for the doc type.
- m_doIndent - Variable in class org.apache.xml.serializer.SerializerBase
-
Flag to tell if indenting (pretty-printing) is on.
- m_elemContext - Variable in class org.apache.xml.serializer.SerializerBase
-
A reference to "stack frame" corresponding to
the current element.
- m_escapeSetting - Variable in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Keeps track of whether output escaping is currently enabled
- m_escapeSetting - Variable in class org.apache.xml.serializer.ToXMLSAXHandler
-
Keeps track of whether output escaping is currently enabled
- m_escaping - Variable in class org.apache.xml.serializer.ToStream
-
Taken from XSLTC
- m_indentAmount - Variable in class org.apache.xml.serializer.SerializerBase
-
Amount to indent.
- m_inDoctype - Variable in class org.apache.xml.serializer.ToStream
-
Tells if we're in an internal document type subset.
- m_inDTD - Variable in class org.apache.xml.serializer.ToHTMLStream
-
This flag is set while receiving events from the DTD
- m_inEntityRef - Variable in class org.apache.xml.serializer.SerializerBase
-
Tells if we're in an EntityRef event.
- m_inExternalDTD - Variable in class org.apache.xml.serializer.SerializerBase
-
This flag is set while receiving events from the external DTD
- m_ispreserve - Variable in class org.apache.xml.serializer.ToStream
-
State flag to tell if preservation of whitespace
is important.
- m_isprevtext - Variable in class org.apache.xml.serializer.ToStream
-
State flag that tells if the previous node processed
was text, so we can tell if we should preserve whitespace.
- m_lexHandler - Variable in class org.apache.xml.serializer.ToSAXHandler
-
Underlying LexicalHandler.
- m_lineSep - Variable in class org.apache.xml.serializer.ToStream
-
The system line separator for writing out line breaks.
- m_lineSepLen - Variable in class org.apache.xml.serializer.ToStream
-
The length of the line seperator, since the write is done
one character at a time.
- m_lineSepUse - Variable in class org.apache.xml.serializer.ToStream
-
True if the the system line separator is to be used.
- m_mediatype - Variable in class org.apache.xml.serializer.SerializerBase
-
The mediatype.
- m_needToCallStartDocument - Variable in class org.apache.xml.serializer.SerializerBase
-
true if we still need to call startDocumentInternal()
- m_prefixMap - Variable in class org.apache.xml.serializer.SerializerBase
-
Namespace support, that keeps track of currently defined
prefix/uri mappings.
- m_preserves - Variable in class org.apache.xml.serializer.ToStream
-
Stack to keep track of whether or not we need to
preserve whitespace.
- m_saxHandler - Variable in class org.apache.xml.serializer.ToSAXHandler
-
Underlying SAX handler.
- m_shouldNotWriteXMLHeader - Variable in class org.apache.xml.serializer.SerializerBase
-
Tells if we should write the XML declaration.
- m_sourceLocator - Variable in class org.apache.xml.serializer.SerializerBase
-
- m_spaceBeforeClose - Variable in class org.apache.xml.serializer.ToStream
-
Add space before '/>' for XHTML.
- m_standaloneWasSpecified - Variable in class org.apache.xml.serializer.SerializerBase
-
True if standalone was specified.
- m_state - Variable in class org.apache.xml.serializer.ToSAXHandler
-
If this is true, then the content handler wrapped by this
serializer implements the TransformState interface which
will give the content handler access to the state of
the transform.
- m_StringOfCDATASections - Variable in class org.apache.xml.serializer.SerializerBase
-
The CDATA section names stored in a whitespace separateed list with
each element being a word of the form "{uri}localName" This list
comes from the cdata-section-elements attribute.
- m_tracer - Variable in class org.apache.xml.serializer.SerializerBase
-
Handle for firing generate events.
- m_version - Variable in class org.apache.xml.serializer.SerializerBase
-
Tells the XML version, for writing out to the XML decl.
- m_writer - Variable in class org.apache.xml.serializer.SerializerBase
-
The writer to send output to.
- main(String[]) - Static method in class org.apache.xml.serializer.Version
-
Print the processor version to the command line.
- MASK_CONTENT - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Content character mask.
- MASK_NAME - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
NCName start character mask.
- MASK_PUBID - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Pubid character mask.
- MASK_SPACE - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Space character mask.
- MASK_VALID - Static variable in class org.apache.xml.serializer.utils.XMLChar
-
Valid character mask.
- MASK_XML11_CONTENT - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 content for external entities (valid - "special" chars - control chars)
- MASK_XML11_CONTENT_INTERNAL - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 content for internal entities (valid - "special" chars)
- MASK_XML11_CONTROL - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 control character mask
- MASK_XML11_NAME - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 Name character mask.
- MASK_XML11_NAME_START - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 Name start character mask.
- MASK_XML11_NCNAME - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML namespaces 1.1 NCName
- MASK_XML11_NCNAME_START - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML namespaces 1.1 NCNameStart
- MASK_XML11_SPACE - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 Space character mask.
- MASK_XML11_VALID - Static variable in class org.apache.xml.serializer.utils.XML11Char
-
XML 1.1 Valid character mask.
- Messages - Class in org.apache.xml.serializer.utils
-
A utility class for issuing error messages.
- messages - Static variable in class org.apache.xml.serializer.utils.Utils
-
A singleton Messages object is used to load the
given resource bundle just once, it is
used by multiple transformations as long as the JVM stays up.
- Method - Class in org.apache.xml.serializer
-
This class defines the constants which are the names of the four default
output methods.
- MsgKey - Class in org.apache.xml.serializer.utils
-
This class is not a public API,
It is used internally by serializer and is public,
in the Java sense, only because its use crosses
package boundaries.
- MsgKey() - Constructor for class org.apache.xml.serializer.utils.MsgKey
-
- S_BUILTIN_EXTENSIONS_UNIVERSAL - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This is not a public API.
- S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
The old built-in extension namespace, this is not a public API.
- S_BUILTIN_OLD_EXTENSIONS_UNIVERSAL_LEN - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This is not a public API, it is only public because it is used
by outside of this package,
it is the length of the old built-in extension namespace.
- S_KEY_CONTENT_HANDLER - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This non-standard property key is used to set the name of the fully qualified
Java class that implements the ContentHandler interface.
- S_KEY_ENTITIES - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This non-standard property key is used to specify the name of the property file
that specifies character to entity reference mappings.
- S_KEY_INDENT_AMOUNT - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
The non-standard property key to use to set the
number of whitepaces to indent by, per indentation level,
if indent="yes".
- S_KEY_LINE_SEPARATOR - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
The non-standard property key to use to set the
characters to write out as at the end of a line,
rather than the default ones from the runtime.
- S_OMIT_META_TAG - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This non-standard property key is used to set a value of "yes" if the META tag should be omitted where it would
otherwise be supplied.
- S_USE_URL_ESCAPING - Static variable in class org.apache.xml.serializer.OutputPropertiesFactory
-
This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
use %xx escaping.
- SerializationHandler - Interface in org.apache.xml.serializer
-
This interface is the one that a serializer implements.
- serialize(Node) - Method in interface org.apache.xml.serializer.DOMSerializer
-
Serializes the DOM node.
- serialize(Node) - Method in class org.apache.xml.serializer.EmptySerializer
-
- serialize(Node) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Notify that the serializer should take this DOM node as input to be
serialized.
- serialize(Node) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- serialize(Node) - Method in class org.apache.xml.serializer.ToStream
-
Serializes the DOM node.
- serialize(Node) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- serialize(Node) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Converts the DOM node to output
- serialize(Node) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- serializeDOM3(Node) - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Serializes the Level 3 DOM node by creating an instance of DOM3TreeWalker
which traverses the DOM tree and invokes handler events to serialize
the DOM NOde.
- serializeDOM3(Node) - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Serializes the Level 3 DOM node.
- Serializer - Interface in org.apache.xml.serializer
-
The Serializer interface is implemented by a serializer to enable users to:
get and set streams or writers
configure the serializer with key/value properties
get an org.xml.sax.ContentHandler or a DOMSerializer to provide input to
- SerializerBase - Class in org.apache.xml.serializer
-
This class acts as a base class for the XML "serializers"
and the stream serializers.
- SerializerFactory - Class in org.apache.xml.serializer
-
This class is a public API, it is a factory for creating serializers.
- SerializerMessages - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages
-
- SerializerMessages_ca - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_ca() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_ca
-
- SerializerMessages_cs - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_cs() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_cs
-
- SerializerMessages_de - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_de() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_de
-
- SerializerMessages_en - Class in org.apache.xml.serializer.utils
-
Default implementation.
- SerializerMessages_en() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_en
-
- SerializerMessages_es - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_es() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_es
-
- SerializerMessages_fr - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_fr() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_fr
-
- SerializerMessages_hu - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_hu() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_hu
-
- SerializerMessages_it - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_it() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_it
-
- SerializerMessages_ja - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_ja() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_ja
-
- SerializerMessages_ko - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_ko() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_ko
-
- SerializerMessages_pl - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_pl() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_pl
-
- SerializerMessages_pt_BR - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_pt_BR() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_pt_BR
-
- SerializerMessages_ru - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_ru() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_ru
-
- SerializerMessages_sk - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_sk() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_sk
-
- SerializerMessages_sl - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_sl() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_sl
-
- SerializerMessages_sv - Class in org.apache.xml.serializer.utils
-
- SerializerMessages_sv() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_sv
-
- SerializerMessages_tr - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_tr() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_tr
-
- SerializerMessages_zh - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_zh() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_zh
-
- SerializerMessages_zh_CN - Class in org.apache.xml.serializer.utils
-
- SerializerMessages_zh_CN() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_zh_CN
-
- SerializerMessages_zh_TW - Class in org.apache.xml.serializer.utils
-
An instance of this class is a ListResourceBundle that
has the required getContents() method that returns
an array of message-key/message associations.
- SerializerMessages_zh_TW() - Constructor for class org.apache.xml.serializer.utils.SerializerMessages_zh_TW
-
- SerializerTrace - Interface in org.apache.xml.serializer
-
This interface defines a set of integer constants that identify trace event
types.
- setAttributes(Attributes) - Method in class org.apache.xml.serializer.AttributesImplSerializer
-
This method sets the attributes, previous attributes are cleared,
it also keeps the hashtable up to date for quick lookup via
getIndex(qName).
- setCdataSectionElements(Vector) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setCdataSectionElements(Hashtable) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setCdataSectionElements(Vector) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Does nothing.
- setCdataSectionElements(Vector) - Method in class org.apache.xml.serializer.ToStream
-
Remembers the cdata sections specified in the cdata-section-elements.
- setCdataSectionElements(Vector) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setContentHandler(ContentHandler) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setContentHandler(ContentHandler) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Set the SAX Content handler that the serializer sends its output to.
- setContentHandler(ContentHandler) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Sets the SAX ContentHandler.
- setContentHandler(ContentHandler) - Method in class org.apache.xml.serializer.ToStream
-
- setContentHandler(ContentHandler) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setCurrentNode(Node) - Method in interface org.apache.xml.serializer.TransformStateSetter
-
Set the current node.
- setDoctype(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setDoctype(String, String) - Method in class org.apache.xml.serializer.SerializerBase
-
Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
- setDoctype(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setDoctypePublic(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setDoctypePublic(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Set the value coming from the xsl:output doctype-public stylesheet attribute.
- setDoctypePublic(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Set the doctype in the underlying XML handler.
- setDoctypeSystem(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setDoctypeSystem(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Set the value coming from the xsl:output doctype-system stylesheet attribute.
- setDoctypeSystem(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Set the doctype in the underlying XML handler.
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.SerializerBase
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setDocumentLocator(Locator) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- setDTDEntityExpansion(boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setDTDEntityExpansion(boolean) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Default behavior is to expand DTD entities,
that is the initall default value is true.
- setDTDEntityExpansion(boolean) - Method in class org.apache.xml.serializer.SerializerBase
-
If set to false the serializer does not expand DTD entities,
but leaves them as is, the default value is true.
- setDTDEntityExpansion(boolean) - Method in class org.apache.xml.serializer.ToStream
-
If set to false the serializer does not expand DTD entities,
but leaves them as is, the default value is true;
- setEncoding(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setEncoding(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the character encoding coming from the xsl:output encoding stylesheet attribute.
- setEncoding(String) - Method in class org.apache.xml.serializer.ToStream
-
Sets the character encoding coming from the xsl:output encoding stylesheet attribute.
- setEncoding(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setErrorHandler(DOMErrorHandler) - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Sets a DOMErrorHandler on the DOM Level 3 Serializer.
- setErrorHandler(DOMErrorHandler) - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Sets a DOMErrorHandler on the DOM Level 3 Serializer.
- setEscaping(boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setEscaping(boolean) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Turns special character escaping on/off.
- setEscaping(boolean) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Turns special character escaping on/off.
- setEscaping(boolean) - Method in class org.apache.xml.serializer.ToStream
-
- setEscaping(boolean) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setEscaping(boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setEscaping(boolean) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- setFilter(LSSerializerFilter) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Set a LSSerilizerFilter on the LSSerializer.
- setIndent(boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setIndent(boolean) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the value coming from the xsl:output indent stylesheet
attribute.
- setIndent(boolean) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing
- setIndent(boolean) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setIndent(boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setIndentAmount(int) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setIndentAmount(int) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Set the number of spaces to indent for each indentation level.
- setIndentAmount(int) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the indentation amount.
- setIndentAmount(int) - Method in class org.apache.xml.serializer.ToStream
-
Sets the m_indentAmount.
- setIndentAmount(int) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setLexHandler(LexicalHandler) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Sets the LexicalHandler.
- setLineSepUse(boolean) - Method in class org.apache.xml.serializer.ToStream
-
Set if the operating systems end-of-line line separator should
be used when serializing.
- setMediaType(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setMediaType(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the value coming from the xsl:output media-type stylesheet attribute.
- setMediaType(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setNamespaceMappings(NamespaceMappings) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setNamespaceMappings(NamespaceMappings) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
- setNamespaceMappings(NamespaceMappings) - Method in class org.apache.xml.serializer.SerializerBase
-
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
- setNewLine(char[]) - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Sets the end-of-line sequence of characters to be used during serialization.
- setNewLine(String) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
Sets the End-Of-Line sequence of characters to be used in the XML
being serialized.
- setNewLine(char[]) - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Sets the end-of-line sequence of characters to be used during serialization
- setNewLine(char[]) - Method in class org.apache.xml.serializer.ToStream
-
Sets the end of line characters to be used during serialization
- setNodeFilter(LSSerializerFilter) - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
during serialization.
- setNodeFilter(LSSerializerFilter) - Method in interface org.apache.xml.serializer.DOM3Serializer
-
Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
during serialization.
- setOmitMetaTag(boolean) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Tells if the formatter should omit the META tag.
- setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the value coming from the xsl:output omit-xml-declaration stylesheet attribute
- setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setOutputFormat(Properties) - Method in interface org.apache.xml.serializer.Serializer
-
Specifies an output format for this serializer.
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Specifies an output format for this serializer.
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToStream
-
Specifies an output format for this serializer.
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Set the properties of the handler
- setOutputFormat(Properties) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- setOutputProperty(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setOutputProperty(String, String) - Method in class org.apache.xml.serializer.SerializerBase
-
Set the value for the output property, typically from
an xsl:output element, but this does not change what
the default value is.
- setOutputPropertyDefault(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setOutputPropertyDefault(String, String) - Method in class org.apache.xml.serializer.SerializerBase
-
Set the default value for an output property, but this does
not impact any explicitly set value.
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setOutputStream(OutputStream) - Method in interface org.apache.xml.serializer.Serializer
-
Specifies an output stream to which the document should be
serialized.
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.ToStream
-
Specifies an output stream to which the document should be
serialized.
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Sets the output stream to write to
- setOutputStream(OutputStream) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- setParameter(String, Object) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
-
This method sets the value of the named parameter.
- setSerializationHandler(SerializationHandler) - Method in class org.apache.xml.serializer.dom3.DOM3SerializerImpl
-
Sets a SerializationHandler on the DOM Serializer.
- setShouldOutputNSAttr(boolean) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Set whether or not namespace declarations (e.g.
- setSourceLocator(SourceLocator) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setSourceLocator(SourceLocator) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to set the source locator, which might be used to
generated an error message.
- setSourceLocator(SourceLocator) - Method in class org.apache.xml.serializer.SerializerBase
-
This method is used to set the source locator, which might be used to
generated an error message.
- setSourceLocator(SourceLocator) - Method in class org.apache.xml.serializer.ToUnknownStream
-
This method is used to set the source locator, which might be used to
generated an error message.
- setSpecialEscapeURLs(boolean) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Tells if the formatter should use special URL escaping.
- setStandalone(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setStandalone(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the value coming from the xsl:output standalone stylesheet attribute.
- setStandalone(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- setStandaloneInternal(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the XSL standalone attribute, but does not remember if this is a
default or explicite setting.
- setTop(boolean) - Method in class org.apache.xml.serializer.utils.BoolStack
-
Set the item at the top of this stack
- setTransformer(Transformer) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setTransformer(Transformer) - Method in interface org.apache.xml.serializer.SerializationHandler
-
Set the transformer associated with the serializer.
- setTransformer(Transformer) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the transformer associated with this serializer
- setTransformer(Transformer) - Method in class org.apache.xml.serializer.ToStream
-
- setTransformer(Transformer) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- setTransformState(TransformStateSetter) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Pass in a reference to a TransformState object, which
can be used during SAX ContentHandler events to obtain
information about he state of the transformation.
- setVersion(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setVersion(String) - Method in class org.apache.xml.serializer.SerializerBase
-
Sets the value coming from the xsl:output version attribute.
- setVersion(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
This method cannot be cached because default is different in
HTML and XML (we need more than a boolean).
- setWriter(Writer) - Method in class org.apache.xml.serializer.EmptySerializer
-
- setWriter(Writer) - Method in interface org.apache.xml.serializer.Serializer
-
Specifies a writer to which the document should be serialized.
- setWriter(Writer) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- setWriter(Writer) - Method in class org.apache.xml.serializer.ToStream
-
Specifies a writer to which the document should be serialized.
- setWriter(Writer) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- setWriter(Writer) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Sets the writer to write to
- setWriter(Writer) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- shouldIndent() - Method in class org.apache.xml.serializer.ToStream
-
Tell if, based on space preservation constraints and the doIndent property,
if an indent should occur.
- size() - Method in class org.apache.xml.serializer.utils.BoolStack
-
Get the length of the list.
- skippedEntity(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- skippedEntity(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- skippedEntity(String) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- skippedEntity(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- skippedEntity(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startCDATA() - Method in class org.apache.xml.serializer.EmptySerializer
-
- startCDATA() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- startCDATA() - Method in class org.apache.xml.serializer.ToStream
-
Report the start of a CDATA section.
- startCDATA() - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startCDATA() - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- startCDATA() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startDocument() - Method in class org.apache.xml.serializer.EmptySerializer
-
- startDocument() - Method in class org.apache.xml.serializer.SerializerBase
-
Receive notification of the beginning of a document.
- startDocument() - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startDocumentInternal() - Method in class org.apache.xml.serializer.SerializerBase
-
This method handles what needs to be done at a startDocument() call,
whether from an external caller, or internally called in the
serializer.
- startDocumentInternal() - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of the beginning of a document.
- startDocumentInternal() - Method in class org.apache.xml.serializer.ToSAXHandler
-
Pass callback to the SAX Handler
- startDocumentInternal() - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of the beginning of a document.
- startDocumentInternal() - Method in class org.apache.xml.serializer.ToXMLStream
-
Receive notification of the beginning of a document.
- startDTD(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startDTD(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
-
- startDTD(String, String, String) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Do nothing.
- startDTD(String, String, String) - Method in class org.apache.xml.serializer.ToStream
-
Report the start of DTD declarations, if any.
- startDTD(String, String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- startElement(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startElement(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startElement(String, String, String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to notify that an element is starting.
- startElement(String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
This method is used to notify of the start of an element
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
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.
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
An element starts, but attributes are not fully known yet.
- startElement(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
An element starts, but attributes are not fully known yet.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToHTMLStream
-
Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToSAXHandler
-
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.
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToSAXHandler
-
Receives notification that an element starts, but attributes are not
fully known yet.
- startElement(String) - Method in class org.apache.xml.serializer.ToSAXHandler
-
An element starts, but attributes are not fully known yet.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToStream
-
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.
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToStream
-
Receive notification of the beginning of an element, additional
namespace or attribute information can occur before or after this call,
that is associated with this element.
- startElement(String) - Method in class org.apache.xml.serializer.ToStream
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
From XSLTC
- startElement(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToTextStream
-
Receive notification of the beginning of an element.
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToTextStream
-
From XSLTC
- startElement(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startElement(String, String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
Start an element in the output document.
- startElement(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startEntity(String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startEntity(String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Does nothing.
- startEntity(String) - Method in class org.apache.xml.serializer.ToStream
-
Report the beginning of an entity.
- startEntity(String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startEntity(String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
Pass the call on to the underlying handler
- startEntity(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startNode(Node) - Method in class org.apache.xml.serializer.TreeWalker
-
Start processing given node
- startNonEscaping() - Method in class org.apache.xml.serializer.ToStream
-
Starts an un-escaping section.
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
-
- startPrefixMapping(String, String, boolean) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
-
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.
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Handle a prefix/uri mapping, which is associated with a startElement()
that is soon to follow.
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
-
Deprecated.
Begin the scope of a prefix-URI Namespace mapping
just before another element is about to start.
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToStream
-
Begin the scope of a prefix-URI Namespace mapping
just before another element is about to start.
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToStream
-
Handle a prefix/uri mapping, which is associated with a startElement()
that is soon to follow.
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
-
Deprecated.
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToTextStream
-
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToTextStream
-
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
-
- startPrefixMapping(String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
- startPrefixMapping(String, String, boolean) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
-
Remember the prefix/uri mapping at the current nested element depth.
- startPreserving() - Method in class org.apache.xml.serializer.ToXMLStream
-
Starts a whitespace preserving section.
- StringToIntTable - Class in org.apache.xml.serializer.utils
-
A very simple lookup table that stores a list of strings, the even
number strings being keys, and the odd number strings being values.
- StringToIntTable() - Constructor for class org.apache.xml.serializer.utils.StringToIntTable
-
Default constructor.
- StringToIntTable(int) - Constructor for class org.apache.xml.serializer.utils.StringToIntTable
-
Construct a StringToIntTable, using the given block size.
- supplemental(char, char) - Static method in class org.apache.xml.serializer.utils.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- SystemIDResolver - Class in org.apache.xml.serializer.utils
-
This class is used to resolve relative URIs and SystemID
strings into absolute URIs.
- SystemIDResolver() - Constructor for class org.apache.xml.serializer.utils.SystemIDResolver
-