|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.components.serializers.encoding.AbstractCharset
org.apache.cocoon.components.serializers.encoding.CompiledCharset
org.apache.cocoon.components.serializers.encoding.CompiledEncoder
org.apache.cocoon.components.serializers.encoding.XMLEncoder
public class XMLEncoder
Field Summary |
---|
Fields inherited from class org.apache.cocoon.components.serializers.encoding.CompiledCharset |
---|
encoding |
Constructor Summary | |
---|---|
|
XMLEncoder()
Create a new instance of this XMLEncoder . |
protected |
XMLEncoder(String name)
Create a new instance of this XMLEncoder . |
Method Summary | |
---|---|
protected boolean |
compile(char c)
Return true or false wether this encoding can encode the specified character or not. |
char[] |
encode(char c)
Return an array of characters representing the encoding for the specified character. |
Methods inherited from class org.apache.cocoon.components.serializers.encoding.CompiledCharset |
---|
allows, compile |
Methods inherited from class org.apache.cocoon.components.serializers.encoding.AbstractCharset |
---|
equals, equals, getAliases, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.components.serializers.encoding.Verifier |
---|
allows |
Constructor Detail |
---|
public XMLEncoder()
XMLEncoder
.
protected XMLEncoder(String name)
XMLEncoder
.
name
- A name for this Encoding
.
NullPointerException
- If one of the arguments is null.Method Detail |
---|
protected boolean compile(char c)
This method will return true for the following character range:
compile
in class CompiledCharset
public char[] encode(char c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |