|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.webapps.session.xml.XMLUtil
public final class XMLUtil
A utility class which will soon be removed...
Constructor Summary | |
---|---|
XMLUtil()
Deprecated. |
Method Summary | |
---|---|
static String |
decode(String value)
Deprecated. Convert entities to umlaute |
static String |
encode(String value)
Deprecated. Convert umlaute to entities |
static void |
writeDOM(String location,
Parameters typeParameters,
SourceParameters parameters,
DocumentFragment frag,
SourceResolver resolver,
String serializerName)
Deprecated. Write a DOM Fragment to a source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLUtil()
Method Detail |
---|
public static String encode(String value)
public static String decode(String value)
public static void writeDOM(String location, Parameters typeParameters, SourceParameters parameters, DocumentFragment frag, SourceResolver resolver, String serializerName) throws ProcessingException
location
- URI of the SourcetypeParameters
- Type of Source query. Currently, only
method
parameter (value typically GET
or
POST
) is recognized. May be null
.parameters
- Parameters (e.g. URL params) of the source.
May be null
frag
- DOM fragment to serialize to the Sourceresolver
- Resolver for the source.serializerName
- The serializer to use
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |