| java.lang.Object org.mmbase.util.transformers.StringTransformer org.mmbase.util.transformers.ConfigurableStringTransformer org.mmbase.util.transformers.Xml
Constructor Summary | |
public | Xml() | public | Xml(int c) |
ESCAPE | final public static int ESCAPE(Code) | | |
ESCAPE_ATTRIBUTE | final public static int ESCAPE_ATTRIBUTE(Code) | | |
ESCAPE_ATTRIBUTE_DOUBLE | final public static int ESCAPE_ATTRIBUTE_DOUBLE(Code) | | |
ESCAPE_ATTRIBUTE_HTML | final public static int ESCAPE_ATTRIBUTE_HTML(Code) | | |
ESCAPE_ATTRIBUTE_SINGLE | final public static int ESCAPE_ATTRIBUTE_SINGLE(Code) | | |
XMLAttributeEscape | public static String XMLAttributeEscape(String att, char quot)(Code) | | Attributes of XML tags cannot contain quotes, and also & must be escaped
Parameters: att - String representing the attribute Parameters: quot - Which quote (either ' or ") |
XMLAttributeEscape | public static String XMLAttributeEscape(String att)(Code) | | Attributes of XML tags cannot contain quotes, and also & must be escaped
Parameters: att - String representing the attribute |
XMLEscape | public static String XMLEscape(String xml)(Code) | | Utility class for escaping and unescaping
(XML)data
Parameters: xml - the xml to encode the encoded xml data- & is replaced by &
- " is replaced by "
- < is replaced by <
- > is replaced by >
|
XMLUnescape | public static String XMLUnescape(String data)(Code) | | Utility class for escaping and unescaping
(XML)data
Parameters: data - the data to decode to (html/xml) where- & was replaced by &
- " was replaced by "
- < was replaced by <
- > was replaced by >
the decoded xml data |
transformers | public Map<String, Config> transformers()(Code) | | Used when registering this class as a possible Transformer
|
Fields inherited from org.mmbase.util.transformers.ConfigurableStringTransformer | protected int to(Code)(Java Doc)
|
|
|