|
||||||||||
| 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
org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
public class XHTMLEncoder
| Field Summary |
|---|
| Fields inherited from class org.apache.cocoon.components.serializers.encoding.CompiledCharset |
|---|
encoding |
| Constructor Summary | |
|---|---|
|
XHTMLEncoder()
Create a new instance of this XHTMLEncoder. |
protected |
XHTMLEncoder(String name)
Create a new instance of this XHTMLEncoder. |
| Method Summary | |
|---|---|
protected boolean |
compile(char c)
Return true or false whether 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 XHTMLEncoder()
XHTMLEncoder.
protected XHTMLEncoder(String name)
XHTMLEncoder.
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 XMLEncoderpublic char[] encode(char c)
encode in interface Encoderencode in class XMLEncoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||