| java.lang.Object com.liferay.util.xml.DocUtil
Method Summary | |
public static void | add(Element el, String name, boolean text) | public static void | add(Element el, String name, double text) | public static void | add(Element el, String name, float text) | public static void | add(Element el, String name, int text) | public static void | add(Element el, String name, long text) | public static void | add(Element el, String name, short text) | public static void | add(Element el, String name, Object text) | public static void | add(Element el, String name, String text) | public static Element | add(Element el, String name, Namespace ns) | public static void | add(Element el, String name, Namespace ns, boolean text) | public static void | add(Element el, String name, Namespace ns, double text) | public static void | add(Element el, String name, Namespace ns, float text) | public static void | add(Element el, String name, Namespace ns, int text) | public static void | add(Element el, String name, Namespace ns, long text) | public static void | add(Element el, String name, Namespace ns, short text) | public static void | add(Element el, String name, Namespace ns, Object text) | public static void | add(Element el, String name, Namespace ns, String text) |
add | public static void add(Element el, String name, boolean text)(Code) | | |
add | public static void add(Element el, String name, double text)(Code) | | |
add | public static void add(Element el, String name, float text)(Code) | | |
add | public static void add(Element el, String name, int text)(Code) | | |
add | public static void add(Element el, String name, long text)(Code) | | |
add | public static void add(Element el, String name, short text)(Code) | | |
add | public static Element add(Element el, String name, Namespace ns)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, boolean text)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, double text)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, float text)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, int text)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, long text)(Code) | | |
add | public static void add(Element el, String name, Namespace ns, short text)(Code) | | |
|
|