| java.lang.Object de.danet.an.util.web.CocoonUtil
CocoonUtil | public class CocoonUtil (Code) | | Utilities for cocoon.
|
Method Summary | |
public static void | replaceStylesheet(Document doc, String newSheet) Looks for the processing instruction "xml-stylesheet" and
replaces the value of href. |
replaceStylesheet | public static void replaceStylesheet(Document doc, String newSheet)(Code) | | Looks for the processing instruction "xml-stylesheet" and
replaces the value of href.
Parameters: doc - the document to look in. Parameters: newSheet - the new value for href. |
|
|