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

A

AbstractCharset - Class in org.apache.cocoon.components.serializers.encoding
 
AbstractCharset(String, String[]) - Constructor for class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Create a new instance of this AbstractCharset.
allows(char) - Method in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Check if the specified character is representable by this specifiec Charset instance.
allows(char) - Method in class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Check if the specified character by representable in this specifiec Charset instance.
allows(char) - Method in interface org.apache.cocoon.components.serializers.encoding.Verifier
Check if the specified character is allowed by this Verifier.
ATTRIBUTE_LENGTH - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The length of the array of strings representing an attribute.
ATTRIBUTE_LOCAL - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The position of the local name in the attributes array.
ATTRIBUTE_NSURI - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The position of the namespace URI in the attributes array.
ATTRIBUTE_QNAME - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The position of the qualified name in the attributes array.
ATTRIBUTE_VALUE - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The position of the value in the attributes array.

B

body(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the beginning of the document body.
body(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.HTMLSerializer
Receive notification of the beginning of the document body.
body(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Receive notification of the beginning of the document body.
body(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of the beginning of the document body.

C

characters(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
charactersImpl(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive character notifications
charactersImpl(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of character data.
Charset - Interface in org.apache.cocoon.components.serializers.encoding
 
charset - Variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The Charset associated with the character encoding.
CharsetFactory - Class in org.apache.cocoon.components.serializers.encoding
A factory for the charsets.
closeElement(boolean) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Write the end part of a start element (if necessary).
comment(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report an XML comment anywhere in the document.
commit() - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Checkpoint this stack, returning the list of all namespaces added since the last commit() or pop(...) call.
compile() - Method in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Compile the encoding table of this CompiledCharset.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.Compiler
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.HTMLEncoder
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Return true or false whether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Return true or false wether this encoding can encode the specified character or not.
CompiledCharset - Class in org.apache.cocoon.components.serializers.encoding
 
CompiledCharset(String, String[]) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Create a new instance of this CompiledCharset.
CompiledCharset(String, String[], byte[]) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Create a new instance of this CompiledCharset.
CompiledEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
CompiledEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledEncoder
Create a new instance of this CompiledEncoder.
Compiler - Class in org.apache.cocoon.components.serializers.encoding
 
CONTENT_LIST_ATTRIBUTE - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 

D

DefaultEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
DefaultEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.DefaultEncoder
Create a new instance of this DefaultEncoder.
DocType - Class in org.apache.cocoon.components.serializers.util
The DocType class encapsulates informations regarding the document type public and system IDs and root element name.
DocType(String) - Constructor for class org.apache.cocoon.components.serializers.util.DocType
Create a new DocType instance.
DocType(String, String) - Constructor for class org.apache.cocoon.components.serializers.util.DocType
Create a new DocType instance.
DocType(String, String, String) - Constructor for class org.apache.cocoon.components.serializers.util.DocType
Create a new DocType instance.
doctype - Variable in class org.apache.cocoon.components.serializers.util.XMLSerializer
The DocType instance representing the document.
doctype_default - Variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
The DocType instance representing the document.

E

encode(char) - Method in class org.apache.cocoon.components.serializers.encoding.DefaultEncoder
Encode the specified character as a sequence of characters.
encode(char) - Method in interface org.apache.cocoon.components.serializers.encoding.Encoder
Encode the specified character as a sequence of characters.
encode(char) - Method in class org.apache.cocoon.components.serializers.encoding.HTMLEncoder
Return an array of characters representing the encoding for the specified character.
encode(char) - Method in class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Return an array of characters representing the encoding for the specified character.
encode(char) - Method in class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Return an array of characters representing the encoding for the specified character.
encode(String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Encode and write a String
encode(char[]) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Encode and write an array of characters.
encode(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Encode and write a specific part of an array of characters.
encode(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Encode and write a specific part of an array of characters.
encodeCharacters - Variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
 
Encoder - Interface in org.apache.cocoon.components.serializers.encoding
 
encoding - Variable in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
The encoding table of this Charset.
EncodingSerializer - Class in org.apache.cocoon.components.serializers.util
An abstract serializer supporting multiple encodings.
EncodingSerializer(Encoder) - Constructor for class org.apache.cocoon.components.serializers.util.EncodingSerializer
Create a new instance of this EncodingSerializer
endCDATA() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the end of a CDATA section.
endDocument() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of the end of a document.
endDTD() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the start of DTD declarations, if any.
endElement(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the end of an element.
endElementImpl(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the end of an element.
endElementImpl(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.HTMLSerializer
Receive notification of the end of an element.
endElementImpl(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Receive notification of the end of an element.
endElementImpl(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the end of an entity.
endPrefixMapping(String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
End the scope of a prefix-URI mapping.
equals(Object) - Method in class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Compare an object to this Charset instances for equality.
equals(Charset) - Method in class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Compare two Charset instances for equality.
equals(Charset) - Method in interface org.apache.cocoon.components.serializers.encoding.Charset
Compare two Charset instances for equality.
equals(Object) - Method in class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Compare two Charset instances for equality.
equals(Charset) - Method in class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Compare an object to this Charset instances for equality.
equals(Object) - Method in class org.apache.cocoon.components.serializers.util.DocType
Check if the specified object is equal to this DocType instance.

F

flush() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Flush the stream.

G

getAliases() - Method in class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Return all alias names for this Charset
getAliases() - Method in interface org.apache.cocoon.components.serializers.encoding.Charset
Return all alias names for this Charset
getAliases() - Method in class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Return all alias names for this Charset
getCharset() - Method in class org.apache.cocoon.components.serializers.encoding.CharsetFactory
Return the Charset instance for the unknown charset.
getCharset(String) - Method in class org.apache.cocoon.components.serializers.encoding.CharsetFactory
Return the Charset instance for a specifc charset.
getColumnNumber() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Return the column number where the current document event ends.
getDefaultCharset() - Method in class org.apache.cocoon.components.serializers.encoding.CharsetFactory
Return the Charset instance for the default charset.
getLineNumber() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Return the line number where the current document event ends.
getLocation() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Return a String describing the current location.
getMimeType() - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Return the MIME Content-Type produced by this serializer.
getMimeType() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Return the MIME Content-Type produced by this serializer.
getName() - Method in class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Return the primary name of this Charset
getName() - Method in interface org.apache.cocoon.components.serializers.encoding.Charset
Return the primary name of this Charset
getName() - Method in class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Return the primary name of this Charset
getName() - Method in class org.apache.cocoon.components.serializers.util.DocType
Return the document root element name.
getPrefix(String) - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Return the namespace prefix associated with the specified URI.
getPublicId() - Method in class org.apache.cocoon.components.serializers.util.DocType
Return the document type public identifier or null if none configured..
getPublicId() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Return the public identifier for the current document event.
getSystemId() - Method in class org.apache.cocoon.components.serializers.util.DocType
Return the document type system identifier or null if none configured..
getSystemId() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Return the system identifier for the current document event.
getUri(String) - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Return the namespace URI associated with the specified prefix.

H

head() - Method in class org.apache.cocoon.components.serializers.util.HTMLSerializer
Write the XML document header.
head() - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Write the XML document header.
head() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Write the XML document header.
HTML401_DOCTYPE_COMPATIBLE - Static variable in class org.apache.cocoon.components.serializers.util.HTMLSerializer
A cross-browser compatible very simple document type declaration.
HTML401_DOCTYPE_FRAMESET - Static variable in class org.apache.cocoon.components.serializers.util.HTMLSerializer
A representation of the HTML 4.01 frameset document type.
HTML401_DOCTYPE_STRICT - Static variable in class org.apache.cocoon.components.serializers.util.HTMLSerializer
A representation of the HTML 4.01 strict document type.
HTML401_DOCTYPE_TRANSITIONAL - Static variable in class org.apache.cocoon.components.serializers.util.HTMLSerializer
A representation of the HTML 4.01 transitional document type.
HTMLEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
HTMLEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.HTMLEncoder
Create a new instance of this HTMLEncoder.
HTMLEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.HTMLEncoder
Create a new instance of this HTMLEncoder.
HTMLSerializer - Class in org.apache.cocoon.components.serializers.util
A serializer converting XHTML into plain old HTML.
HTMLSerializer() - Constructor for class org.apache.cocoon.components.serializers.util.HTMLSerializer
Create a new instance of this HTMLSerializer

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of ignorable whitespace in element content.
include(String, HttpServletRequest, ContentHandler) - Static method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Add the content to the output without sending it through the pipeline.
indentPerLevel - Variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Per level indent spaces
isCdataElement(String) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
script and style are CDATA sections by default, so no encoding

M

main(String[]) - Static method in class org.apache.cocoon.components.serializers.encoding.Compiler
Compile all java.nio.charset.Charset classes and generate the main holding encodings table.

N

NAMESPACE - Static variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
NAMESPACE_PREFIX - Static variable in class org.apache.cocoon.components.serializers.util.Namespaces
The index of the namespace prefix in for commit().
NAMESPACE_URI - Static variable in class org.apache.cocoon.components.serializers.util.Namespaces
The index of the namespace uri in for commit().
namespaces - Variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
The Namespace associated with this instance.
Namespaces - Class in org.apache.cocoon.components.serializers.util
The Namespaces class is an utility class implementing a stack for XML namespaces declarations.
Namespaces() - Constructor for class org.apache.cocoon.components.serializers.util.Namespaces
Create a new Namespaces instance.
newInstance() - Static method in class org.apache.cocoon.components.serializers.encoding.CharsetFactory
Return an instance of this CharsetFactory.

O

org.apache.cocoon.components.serializers.encoding - package org.apache.cocoon.components.serializers.encoding
 
org.apache.cocoon.components.serializers.util - package org.apache.cocoon.components.serializers.util
 

P

pop(String) - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Pop a new namespace declaration out of this stack.
process(Charset) - Static method in class org.apache.cocoon.components.serializers.encoding.Compiler
Process a NIO Charset producing a java source file.
processingInstruction(String, String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of a processing instruction.
public_id - Variable in class org.apache.cocoon.components.serializers.util.DocType
The configured system identifier.
push(String, String) - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Push a new namespace declaration into this stack.

Q

qualify(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Qualify an XML name.

R

recycle() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Reset this EncodingSerializer.
recycle() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Reset this XMLSerializer.
request - Variable in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
root_name - Variable in class org.apache.cocoon.components.serializers.util.DocType
The name of the root element.

S

save() - Method in class org.apache.cocoon.components.serializers.encoding.Compiler
Save this Charset into a Java source file.
save(File) - Method in class org.apache.cocoon.components.serializers.encoding.Compiler
Save this Charset into a Java source file.
save(OutputStream) - Method in class org.apache.cocoon.components.serializers.encoding.Compiler
Save this Charset as a Java source file to the specified OutputStream.
setDoctypeDefault(String) - Method in class org.apache.cocoon.components.serializers.util.HTMLSerializer
 
setDoctypeDefault(String) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive an object for locating the origin of SAX document events.
setEncoding(String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
setIndentPerLevel(int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
setOmitXmlDeclaration(String) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
 
setOutputStream(OutputStream) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Set the OutputStream where this serializer will write data to.
setup(HttpServletRequest) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
 
SGMLDocType - Class in org.apache.cocoon.components.serializers.util
The SGMLDocType class encapsulates informations regarding the document type public and system IDs and root element name for SGML (like HTML) documents.
SGMLDocType(String) - Constructor for class org.apache.cocoon.components.serializers.util.SGMLDocType
Create a new SGMLDocType instance.
SGMLDocType(String, String, String) - Constructor for class org.apache.cocoon.components.serializers.util.SGMLDocType
Create a new SGMLDocType instance.
skippedEntity(String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of a skipped entity.
startCDATA() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the start of a CDATA section.
startDocument() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of the beginning of a document.
startDTD(String, String, String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the start of DTD declarations, if any.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the beginning of an element.
startElementImpl(String, String, String, String[][], String[][]) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Receive notification of the beginning of an element.
startElementImpl(String, String, String, String[][], String[][]) - Method in class org.apache.cocoon.components.serializers.util.HTMLSerializer
Receive notification of the beginning of an element.
startElementImpl(String, String, String, String[][], String[][]) - Method in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Receive notification of the beginning of an element.
startElementImpl(String, String, String, String[][], String[][]) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Receive notification of the beginning of an element.
startEntity(String) - Method in class org.apache.cocoon.components.serializers.util.XMLSerializer
Report the beginning of some internal and external XML entities.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Begin the scope of a prefix-URI Namespace mapping.
system_id - Variable in class org.apache.cocoon.components.serializers.util.DocType
The configured public identifier.

T

toString() - Method in class org.apache.cocoon.components.serializers.encoding.AbstractCharset
Return a String representation of this Charset.
toString() - Method in class org.apache.cocoon.components.serializers.util.DocType
Return the document type declaration as a string

U

UnknownCharset - Class in org.apache.cocoon.components.serializers.encoding
The Charset implementation provided by this factory for the unknown charset.
UnknownCharset() - Constructor for class org.apache.cocoon.components.serializers.encoding.UnknownCharset
Create a new instance of this UnknownCharset.

V

Verifier - Interface in org.apache.cocoon.components.serializers.encoding
 

W

write(char[]) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write an array of characters.
write(char[], int, int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a portion of an array of characters.
write(int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a single character.
write(String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a string.
write(String, int, int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a portion of a string.
writeIndent(int) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write out character to indent the output according to the level of nesting
writeln() - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a end-of-line character.
writeln(String) - Method in class org.apache.cocoon.components.serializers.util.EncodingSerializer
Write a string and a end-of-line character.

X

XHTML1_DOCTYPE_FRAMESET - Static variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
A representation of the XHTML 1.0 frameset document type.
XHTML1_DOCTYPE_STRICT - Static variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
A representation of the XHTML 1.0 strict document type.
XHTML1_DOCTYPE_TRANSITIONAL - Static variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
A representation of the XHTML 1.0 transitional document type.
XHTML1_NAMESPACE - Static variable in class org.apache.cocoon.components.serializers.util.XHTMLSerializer
The namespace URI for XHTML 1.0.
XHTMLEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
XHTMLEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Create a new instance of this XHTMLEncoder.
XHTMLEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Create a new instance of this XHTMLEncoder.
XHTMLSerializer - Class in org.apache.cocoon.components.serializers.util
A pedantic XHTML serializer encoding all recognized entities with their proper HTML names.
XHTMLSerializer() - Constructor for class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Create a new instance of this XHTMLSerializer
XHTMLSerializer(XHTMLEncoder) - Constructor for class org.apache.cocoon.components.serializers.util.XHTMLSerializer
Create a new instance of this XHTMLSerializer
XMLEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
XMLEncoder() - Constructor for class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Create a new instance of this XMLEncoder.
XMLEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Create a new instance of this XMLEncoder.
XMLSerializer - Class in org.apache.cocoon.components.serializers.util
A fancy XML serializer not relying on the JAXP API.
XMLSerializer() - Constructor for class org.apache.cocoon.components.serializers.util.XMLSerializer
Create a new instance of this XMLSerializer
XMLSerializer(XMLEncoder) - Constructor for class org.apache.cocoon.components.serializers.util.XMLSerializer
Create a new instance of this XMLSerializer

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

Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.