A B C D E F G H I K L M N O P R S T U V W X 

A

addAttribute(String, String, String, String, String) - Method in class org.apache.xml.serializer.AttributesImplSerializer
This method adds the attribute, but also records its qName/index pair in the hashtable for fast lookup by getIndex(qName).
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.EmptySerializer
 
addAttribute(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
addAttribute(String, String, String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
addAttribute(String, String, String, String, String, boolean) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add at attribute to the current element
addAttribute(String, String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add an attribute to the current element.
addAttribute(String, String, String, String, String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add at attribute to the current element, not from an xsl:attribute element.
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.SerializerBase
Adds the given attribute to the set of collected attributes , but only if there is a currently open element.
addAttribute(String, String) - Method in class org.apache.xml.serializer.SerializerBase
Adds the given attribute to the set of collected attributes, but only if there is a currently open element.
addAttribute(String, String, String, String, String) - Method in class org.apache.xml.serializer.SerializerBase
This method adds an attribute the the current element, but should not be used for an xsl:attribute child.
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
 
addAttribute(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
From XSLTC
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToTextStream
 
addAttribute(String, String) - Method in class org.apache.xml.serializer.ToTextStream
From XSLTC
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToUnknownStream
Adds an attribute to the currenly open tag
addAttribute(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
Adds an attribute to the currenly open tag
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
Adds the given attribute to the set of attributes, and also makes sure that the needed prefix/uri mapping is declared, but only if there is a currently open element.
addAttribute(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToXMLStream
Add an attribute to the current element.
addAttributeAlways(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.SerializerBase
Adds the given attribute to the set of attributes, even if there is no currently open element.
addAttributeAlways(String, String, String, String, String, boolean) - Method in class org.apache.xml.serializer.ToStream
Adds the given attribute to the set of attributes, even if there is no currently open element.
addAttributes(Attributes) - Method in class org.apache.xml.serializer.EmptySerializer
 
addAttributes(Attributes) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add attributes to the current element
addAttributes(Attributes) - Method in class org.apache.xml.serializer.SerializerBase
Add the given attributes to the currently collected ones.
addAttributes(Attributes) - Method in class org.apache.xml.serializer.ToUnknownStream
 
addCdataSectionElements(String) - Method in class org.apache.xml.serializer.ToStream
Remembers the cdata sections specified in the cdata-section-elements by appending the given cdata section elements to the list.
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.EmptySerializer
 
addUniqueAttribute(String, String, int) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add a unique attribute to the current element.
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.ToHTMLStream
This method is used to add an attribute to the currently open element.
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.ToSAXHandler
Add a unique attribute
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.ToTextStream
Add a unique attribute
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.ToUnknownStream
Adds a unique attribute to the currenly open tag
addUniqueAttribute(String, String, int) - Method in class org.apache.xml.serializer.ToXMLStream
This method is used to add an attribute to the currently open element.
addXSLAttribute(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
addXSLAttribute(String, String, String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
Add an attribute from an xsl:attribute element.
addXSLAttribute(String, String, String) - Method in class org.apache.xml.serializer.SerializerBase
Adds the given xsl:attribute to the set of collected attributes, but only if there is a currently open element.
asContentHandler() - Method in class org.apache.xml.serializer.EmptySerializer
 
asContentHandler() - Method in interface org.apache.xml.serializer.Serializer
Return a ContentHandler interface to provide SAX input to.
asContentHandler() - Method in class org.apache.xml.serializer.SerializerBase
Return a ContentHandler interface into this serializer.
asContentHandler() - Method in class org.apache.xml.serializer.ToUnknownStream
 
asDOM3Serializer() - Method in class org.apache.xml.serializer.EmptySerializer
 
asDOM3Serializer() - Method in interface org.apache.xml.serializer.Serializer
Return an Object into this serializer to be cast to a DOM3Serializer.
asDOM3Serializer() - Method in class org.apache.xml.serializer.SerializerBase
Return a DOM3Serializer interface into this serializer.
asDOM3Serializer() - Method in class org.apache.xml.serializer.ToUnknownStream
 
asDOMSerializer() - Method in class org.apache.xml.serializer.EmptySerializer
 
asDOMSerializer() - Method in interface org.apache.xml.serializer.Serializer
Return a DOMSerializer interface into this serializer.
asDOMSerializer() - Method in class org.apache.xml.serializer.SerializerBase
Return a DOMSerializer interface into this serializer.
asDOMSerializer() - Method in class org.apache.xml.serializer.ToUnknownStream
 
AttList - Class in org.apache.xml.serializer.utils
Wraps a DOM attribute list in a SAX Attributes.
AttList(NamedNodeMap, DOM2Helper) - Constructor for class org.apache.xml.serializer.utils.AttList
Constructor AttList
ATTREMPTY - Static variable in class org.apache.xml.serializer.ElemDesc
Bit position if this attribute type is an empty type.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
Does nothing.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
This method does nothing.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToStream
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
 
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
Pass the call on to the underlying handler
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
 
AttributesImplSerializer - Class in org.apache.xml.serializer
This class extends org.xml.sax.helpers.AttributesImpl which implements org.
AttributesImplSerializer() - Constructor for class org.apache.xml.serializer.AttributesImplSerializer
 
ATTRURL - Static variable in class org.apache.xml.serializer.ElemDesc
Bit position if this attribute type is a URL.

B

BAD_MSGFORMAT - Static variable in class org.apache.xml.serializer.utils.MsgKey
An internal error with the messages, this is the message to use if the message format operation failed.
BAD_MSGKEY - Static variable in class org.apache.xml.serializer.utils.MsgKey
An internal error with the messages, this is the message to use if the message key can't be found
BoolStack - Class in org.apache.xml.serializer.utils
Simple stack for boolean values.
BoolStack() - Constructor for class org.apache.xml.serializer.utils.BoolStack
Default constructor.
BoolStack(int) - Constructor for class org.apache.xml.serializer.utils.BoolStack
Construct a IntVector, using the given block size.

C

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.

D

declarePrefix(String, String) - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
 
documentIsEmpty() - Method in class org.apache.xml.serializer.SerializerBase
Return true if nothing has been sent to this result tree yet.
DOM2Helper - Class in org.apache.xml.serializer.utils
This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.
DOM2Helper() - Constructor for class org.apache.xml.serializer.utils.DOM2Helper
Construct an instance.
DOM3Serializer - Interface in org.apache.xml.serializer
This interface is not intended to be used by an end user, but rather by an XML parser that is implementing the DOM Level 3 Load and Save APIs.
DOM3SerializerImpl - Class in org.apache.xml.serializer.dom3
This class implements the DOM3Serializer interface.
DOM3SerializerImpl(SerializationHandler) - Constructor for class org.apache.xml.serializer.dom3.DOM3SerializerImpl
Constructor
DOMSerializer - Interface in org.apache.xml.serializer
Interface for a DOM serializer implementation.

E

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
 

F

fatalError(SAXParseException) - Method in class org.apache.xml.serializer.EmptySerializer
 
fatalError(SAXParseException) - Method in class org.apache.xml.serializer.SerializerBase
 
fatalError(SAXParseException) - Method in class org.apache.xml.serializer.ToSAXHandler
 
fContext - Variable in class org.apache.xml.serializer.dom3.NamespaceSupport
Context indexes.
fCurrentContext - Variable in class org.apache.xml.serializer.dom3.NamespaceSupport
The current context.
fFeatures - Variable in class org.apache.xml.serializer.dom3.LSSerializerImpl
 
fireCDATAEvent(char[], int, int) - Method in class org.apache.xml.serializer.SerializerBase
Report the CDATA trace event
fireCharEvent(char[], int, int) - Method in class org.apache.xml.serializer.SerializerBase
Report the characters trace event
fireCommentEvent(char[], int, int) - Method in class org.apache.xml.serializer.SerializerBase
Report the comment trace event
fireEndDoc() - Method in class org.apache.xml.serializer.SerializerBase
To fire off end document trace event
fireEndElem(String) - Method in class org.apache.xml.serializer.SerializerBase
To fire off the end element trace event
fireEndEntity(String) - Method in class org.apache.xml.serializer.SerializerBase
To fire off end entity trace event
fireEntityReference(String) - Method in class org.apache.xml.serializer.SerializerBase
To fire off the entity reference trace event
fireEscapingEvent(String, String) - Method in class org.apache.xml.serializer.SerializerBase
To fire off the PI trace event
fireGenerateEvent(int) - Method in interface org.apache.xml.serializer.SerializerTrace
Fire startDocument, endDocument events.
fireGenerateEvent(int, String, Attributes) - Method in interface org.apache.xml.serializer.SerializerTrace
Fire startElement, endElement events.
fireGenerateEvent(int, char[], int, int) - Method in interface org.apache.xml.serializer.SerializerTrace
Fire characters, cdata events.
fireGenerateEvent(int, String, String) - Method in interface org.apache.xml.serializer.SerializerTrace
Fire processingInstruction events.
fireGenerateEvent(int, String) - Method in interface org.apache.xml.serializer.SerializerTrace
Fire comment and entity ref events.
firePseudoAttributes() - Method in class org.apache.xml.serializer.ToStream
To fire off the pseudo characters of attributes, as they currently exist.
firePseudoElement(String) - Method in class org.apache.xml.serializer.ToUnknownStream
 
fireStartDoc() - Method in class org.apache.xml.serializer.SerializerBase
To fire off start document trace event
fireStartElem(String) - Method in class org.apache.xml.serializer.SerializerBase
Report the start element trace event.
fireStartEntity(String) - Method in class org.apache.xml.serializer.SerializerBase
To fire off start entity trace event
flushPending() - Method in class org.apache.xml.serializer.EmptySerializer
 
flushPending() - Method in interface org.apache.xml.serializer.SerializationHandler
A SerializationHandler accepts SAX-like events, so it can accumulate attributes or namespace nodes after a startElement().
flushPending() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
flushPending() - Method in class org.apache.xml.serializer.ToSAXHandler
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
flushPending() - Method in class org.apache.xml.serializer.ToStream
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
flushPending() - Method in class org.apache.xml.serializer.ToTextStream
 
flushPending() - Method in class org.apache.xml.serializer.ToUnknownStream
 
flushWriter() - Method in class org.apache.xml.serializer.ToStream
Flush the formatter's result stream.
fNamespace - Variable in class org.apache.xml.serializer.dom3.NamespaceSupport
Namespace binding information.
fNamespaceSize - Variable in class org.apache.xml.serializer.dom3.NamespaceSupport
The top of the namespace information array.
fPrefixes - Variable in class org.apache.xml.serializer.dom3.NamespaceSupport
 

G

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.

H

hasMoreElements() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes
 
hasTraceListeners() - Method in interface org.apache.xml.serializer.SerializerTrace
Tell if trace listeners are present.
highSurrogate(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
Returns the high surrogate of a supplemental character
HTML - Static variable in class org.apache.xml.serializer.Method
The output method type for HTML documents: html.
HTML_ATTREMPTY - Static variable in interface org.apache.xml.serializer.ExtendedContentHandler
 
HTML_ATTRURL - Static variable in interface org.apache.xml.serializer.ExtendedContentHandler
 

I

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

K

keys() - Method in class org.apache.xml.serializer.utils.StringToIntTable
Return array of keys in the table.

L

lookupAllPrefixes(String) - Method in class org.apache.xml.serializer.NamespaceMappings
Given a namespace uri, get all prefixes bound to the Namespace URI in the current scope.
lookupNamespace(String) - Method in class org.apache.xml.serializer.NamespaceMappings
Use a namespace prefix to lookup a namespace URI.
lookupPrefix(String) - Method in class org.apache.xml.serializer.NamespaceMappings
Given a namespace uri, and the namespaces mappings for the current element, return the current prefix for that uri.
lowSurrogate(int) - Static method in class org.apache.xml.serializer.utils.XMLChar
Returns the low surrogate of a supplemental character
LSSerializerImpl - Class in org.apache.xml.serializer.dom3
Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer and org.w3c.dom.ls.DOMConfiguration.
LSSerializerImpl() - Constructor for class org.apache.xml.serializer.dom3.LSSerializerImpl
Constructor: Creates a LSSerializerImpl object.

M

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
 

N

namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
namespaceAfterStartElement(String, String) - Method in interface org.apache.xml.serializer.ExtendedContentHandler
This method is used to notify that a prefix mapping is to start, but after an element is started.
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.SerializerBase
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
 
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToTextStream
 
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
Send a namespace declaration in the output document.
namespaceAfterStartElement(String, String) - Method in class org.apache.xml.serializer.ToXMLStream
This method is used to notify the serializer of a namespace mapping (or node) that applies to the current element whose startElement() call has already been seen.
NamespaceMappings - Class in org.apache.xml.serializer
This class keeps track of the currently defined namespaces.
NamespaceMappings() - Constructor for class org.apache.xml.serializer.NamespaceMappings
Default constructor
NamespaceSupport - Class in org.apache.xml.serializer.dom3
Namespace support for XML document handlers.
NamespaceSupport() - Constructor for class org.apache.xml.serializer.dom3.NamespaceSupport
Default constructor.
NamespaceSupport.Prefixes - Class in org.apache.xml.serializer.dom3
 
NamespaceSupport.Prefixes(String[], int) - Constructor for class org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes
Constructor for Prefixes.
nextElement() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes
 
NO_BAD_CHARS - Static variable in interface org.apache.xml.serializer.ExtendedContentHandler
 
notationDecl(String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
notationDecl(String, String, String) - Method in class org.apache.xml.serializer.SerializerBase
 
notationDecl(String, String, String) - Method in class org.apache.xml.serializer.ToStream
If this method is called, the serializer is used as a DTDHandler, which changes behavior how the serializer handles document entities.

O

org.apache.xml.serializer - package org.apache.xml.serializer
Processes SAX events into streams.
org.apache.xml.serializer.dom3 - package org.apache.xml.serializer.dom3
 
org.apache.xml.serializer.utils - package org.apache.xml.serializer.utils
 
outputLineSep() - Method in class org.apache.xml.serializer.ToStream
Output a system-dependent line break.
OutputPropertiesFactory - Class in org.apache.xml.serializer
This class is a factory to generate a set of default properties of key/value pairs that are used to create a serializer through the factory SerilizerFactory.
OutputPropertiesFactory() - Constructor for class org.apache.xml.serializer.OutputPropertiesFactory
 
OutputPropertyUtils - Class in org.apache.xml.serializer
This class contains some static methods that act as helpers when parsing a Java Property object.
OutputPropertyUtils() - Constructor for class org.apache.xml.serializer.OutputPropertyUtils
 

P

patchName(String) - Method in class org.apache.xml.serializer.SerializerBase
If at runtime, when the qname of the attribute is known, another prefix is specified for the attribute, then we can patch or hack the name with this method.
peek() - Method in class org.apache.xml.serializer.utils.BoolStack
Looks at the object at the top of this stack without removing it from the stack.
peekOrFalse() - Method in class org.apache.xml.serializer.utils.BoolStack
Looks at the object at the top of this stack without removing it from the stack.
peekOrTrue() - Method in class org.apache.xml.serializer.utils.BoolStack
Looks at the object at the top of this stack without removing it from the stack.
PKG_NAME - Static variable in class org.apache.xml.serializer.SerializerBase
The name of the package that this class is in.
PKG_PATH - Static variable in class org.apache.xml.serializer.SerializerBase
The same as the name of the package that this class is in except that '.' are replaced with '/'.
pop() - Method in class org.apache.xml.serializer.utils.BoolStack
Removes the object at the top of this stack and returns that object as the value of this function.
popAndTop() - Method in class org.apache.xml.serializer.utils.BoolStack
Removes the object at the top of this stack and returns the next object at the top as the value of this function.
popContext() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
 
popNamespace(String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
Undeclare the namespace that is currently pointed to by a given prefix.
processAttribute(Writer, String, String, ElemDesc) - Method in class org.apache.xml.serializer.ToHTMLStream
Process an attribute.
processAttributes(Writer, int) - Method in class org.apache.xml.serializer.ToHTMLStream
Process the attributes, which means to write out the currently collected attributes to the writer.
processAttributes(Writer, int) - Method in class org.apache.xml.serializer.ToStream
Process the attributes, which means to write out the currently collected attributes to the writer.
processingInstruction(String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToSAXHandler
Do nothing as this is an abstract class.
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
From XSLTC
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToTextStream
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToUnknownStream
Pass the call on to the underlying handler
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToXMLSAXHandler
 
processingInstruction(String, String) - Method in class org.apache.xml.serializer.ToXMLStream
Receive notification of a processing instruction.
push(boolean) - Method in class org.apache.xml.serializer.utils.BoolStack
Pushes an item onto the top of this stack.
pushContext() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
 
pushNamespace(String, String, int) - Method in class org.apache.xml.serializer.NamespaceMappings
Declare a mapping of a prefix to namespace URI at the given element depth.
pushNamespace(String, String) - Method in class org.apache.xml.serializer.ToXMLStream
From XSLTC Declare a prefix to point to a namespace URI.
put(String, int) - Method in class org.apache.xml.serializer.utils.StringToIntTable
Append a string onto the vector.

R

reset() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport
 
reset() - Method in class org.apache.xml.serializer.EmptySerializer
 
reset() - Method in interface org.apache.xml.serializer.Serializer
This method resets the serializer.
reset() - Method in class org.apache.xml.serializer.SerializerBase
 
reset() - Method in class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
Try's to reset the super class and reset this class for re-use, so that you don't need to create a new serializer (mostly for performance reasons).
reset() - Method in class org.apache.xml.serializer.ToHTMLStream
 
reset() - Method in class org.apache.xml.serializer.ToSAXHandler
Try's to reset the super class and reset this class for re-use, so that you don't need to create a new serializer (mostly for performance reasons).
reset() - Method in class org.apache.xml.serializer.ToStream
Try's to reset the super class and reset this class for re-use, so that you don't need to create a new serializer (mostly for performance reasons).
reset() - Method in class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
 
reset() - Method in class org.apache.xml.serializer.ToUnknownStream
passes the call on to the underlying HTML or XML handler
reset() - Method in class org.apache.xml.serializer.ToXMLSAXHandler
Try's to reset the super class and reset this class for re-use, so that you don't need to create a new serializer (mostly for performance reasons).
reset() - Method in class org.apache.xml.serializer.ToXMLStream
Try's to reset the super class and reset this class for re-use, so that you don't need to create a new serializer (mostly for performance reasons).
resetState(Transformer) - Method in interface org.apache.xml.serializer.TransformStateSetter
Reset the state on the given transformer object.

S

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
 

T

TEXT - Static variable in class org.apache.xml.serializer.Method
The output method type for text documents: text.
ToHTMLSAXHandler - Class in org.apache.xml.serializer
Deprecated.
As of Xalan 2.7.1, replaced by the use of ToXMLSAXHandler.
ToHTMLSAXHandler(ContentHandler, String) - Constructor for class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
A constructor
ToHTMLSAXHandler(ContentHandler, LexicalHandler, String) - Constructor for class org.apache.xml.serializer.ToHTMLSAXHandler
Deprecated.
A constructor.
ToHTMLStream - Class in org.apache.xml.serializer
This serializer takes a series of SAX or SAX-like events and writes its output to the given stream.
ToHTMLStream() - Constructor for class org.apache.xml.serializer.ToHTMLStream
Default constructor.
ToSAXHandler - Class in org.apache.xml.serializer
This class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.
ToSAXHandler() - Constructor for class org.apache.xml.serializer.ToSAXHandler
 
ToSAXHandler(ContentHandler, LexicalHandler, String) - Constructor for class org.apache.xml.serializer.ToSAXHandler
 
ToSAXHandler(ContentHandler, String) - Constructor for class org.apache.xml.serializer.ToSAXHandler
 
ToStream - Class in org.apache.xml.serializer
This abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.
ToStream() - Constructor for class org.apache.xml.serializer.ToStream
Default constructor
toString() - Method in class org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes
 
ToTextSAXHandler - Class in org.apache.xml.serializer
Deprecated.
As of Xalan 2.7.1, replaced by the use of ToXMLSAXHandler.
ToTextSAXHandler(ContentHandler, LexicalHandler, String) - Constructor for class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
 
ToTextSAXHandler(ContentHandler, String) - Constructor for class org.apache.xml.serializer.ToTextSAXHandler
Deprecated.
From XSLTC
ToTextStream - Class in org.apache.xml.serializer
This class is not a public API.
ToTextStream() - Constructor for class org.apache.xml.serializer.ToTextStream
Default constructor.
ToUnknownStream - Class in org.apache.xml.serializer
This class wraps another SerializationHandler.
ToUnknownStream() - Constructor for class org.apache.xml.serializer.ToUnknownStream
Default constructor.
ToXMLSAXHandler - Class in org.apache.xml.serializer
This class receives notification of SAX-like events, and with gathered information over these calls it will invoke the equivalent SAX methods on a handler, the ultimate xsl:output method is known to be "xml".
ToXMLSAXHandler() - Constructor for class org.apache.xml.serializer.ToXMLSAXHandler
 
ToXMLSAXHandler(ContentHandler, String) - Constructor for class org.apache.xml.serializer.ToXMLSAXHandler
 
ToXMLSAXHandler(ContentHandler, LexicalHandler, String) - Constructor for class org.apache.xml.serializer.ToXMLSAXHandler
 
ToXMLStream - Class in org.apache.xml.serializer
This class converts SAX or SAX-like calls to a serialized xml document.
ToXMLStream() - Constructor for class org.apache.xml.serializer.ToXMLStream
Default constructor.
TransformStateSetter - Interface in org.apache.xml.serializer
This interface is meant to be used by a base interface to TransformState, but which as only the setters which have non Xalan specific types in their signature, so that there are no dependancies of the serializer on Xalan.
traverse(Node) - Method in class org.apache.xml.serializer.TreeWalker
Perform a pre-order traversal non-recursive style.
traverse(Node, Node) - Method in class org.apache.xml.serializer.TreeWalker
Perform a pre-order traversal non-recursive style.
TreeWalker - Class in org.apache.xml.serializer
This class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes.
TreeWalker(ContentHandler) - Constructor for class org.apache.xml.serializer.TreeWalker
 
TreeWalker(ContentHandler, String) - Constructor for class org.apache.xml.serializer.TreeWalker
Constructor.

U

UNKNOWN - Static variable in class org.apache.xml.serializer.Method
The "internal" method, just used when no method is specified in the style sheet, and a serializer of this type wraps either an XML or HTML type (depending on the first tag in the output being html or not)
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serializer.EmptySerializer
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serializer.SerializerBase
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serializer.ToStream
If this method is called, the serializer is used as a DTDHandler, which changes behavior how the serializer handles document entities.
Utils - Class in org.apache.xml.serializer.utils
This class contains utilities used by the serializer.
Utils() - Constructor for class org.apache.xml.serializer.utils.Utils
 

V

Version - Class in org.apache.xml.serializer
Administrative class to keep track of the version number of the Serializer release.
Version() - Constructor for class org.apache.xml.serializer.Version
 

W

warning(SAXParseException) - Method in class org.apache.xml.serializer.EmptySerializer
 
warning(SAXParseException) - Method in class org.apache.xml.serializer.SerializerBase
 
warning(SAXParseException) - Method in class org.apache.xml.serializer.ToSAXHandler
 
WrappedRuntimeException - Exception in org.apache.xml.serializer.utils
This class is for throwing important checked exceptions over non-checked methods.
WrappedRuntimeException(Exception) - Constructor for exception org.apache.xml.serializer.utils.WrappedRuntimeException
Construct a WrappedRuntimeException from a checked exception.
WrappedRuntimeException(String, Exception) - Constructor for exception org.apache.xml.serializer.utils.WrappedRuntimeException
Constructor WrappedRuntimeException
write(Node, LSOutput) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
Serializes the specified node to the specified LSOutput and returns true if the Node was successfully serialized.
writeAttrString(Writer, String, String) - Method in class org.apache.xml.serializer.ToHTMLStream
Writes the specified string after substituting specials, and UTF-16 surrogates for character references &#xnn.
writeAttrString(Writer, String, String) - Method in class org.apache.xml.serializer.ToStream
Returns the specified string after substituting specials, and UTF-16 surrogates for chracter references &#xnn.
writeAttrURI(Writer, String, boolean) - Method in class org.apache.xml.serializer.ToHTMLStream
Write the specified string after substituting non ASCII characters, with %HH, where HH is the hex of the byte value.
writeToString(Node) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
Serializes the specified node and returns a String with the serialized data to the caller.
writeToURI(Node, String) - Method in class org.apache.xml.serializer.dom3.LSSerializerImpl
Serializes the specified node to the specified URI and returns true if the Node was successfully serialized.
writeUTF16Surrogate(char, char[], int, int) - Method in class org.apache.xml.serializer.ToStream
Once a surrogate has been detected, write out the pair of characters if it is in the encoding, or if there is no encoding, otherwise write out an entity reference of the value of the unicode code point of the character represented by the high/low surrogate pair.

X

XHTML - Static variable in class org.apache.xml.serializer.Method
The output method for XHTML documents: xhtml.
XML - Static variable in class org.apache.xml.serializer.Method
The output method type for XML documents: xml.
XML11Char - Class in org.apache.xml.serializer.utils
THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic properties of characters in XML 1.1.
XML11Char() - Constructor for class org.apache.xml.serializer.utils.XML11Char
 
XML_URI - Static variable in class org.apache.xml.serializer.dom3.NamespaceSupport
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
XMLChar - Class in org.apache.xml.serializer.utils
THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.xml.serializer.utils.XMLChar
 
XMLNS_URI - Static variable in class org.apache.xml.serializer.dom3.NamespaceSupport
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
A B C D E F G H I K L M N O P R S T U V W X 

Copyright © –2014. All rights reserved.