Class Dom4jDocUtil

Object
com.liferay.util.xml.Dom4jDocUtil

public class Dom4jDocUtil extends Object
Author:
Brian Wing Shun Chan, Alexander Chow
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, boolean text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, double text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, float text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, int text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, long text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, short text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, Object text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, String text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, boolean text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, double text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, float text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, int text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, long text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, short text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, Object text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, String text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, boolean text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, double text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, float text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, int text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, long text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, short text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, Object text)
     
    static org.dom4j.Element
    add(org.dom4j.Element element, org.dom4j.QName qName, String text)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Dom4jDocUtil

      public Dom4jDocUtil()
  • Method Details

    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, boolean text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, double text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, float text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, int text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, long text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, Object text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, short text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, org.dom4j.QName qName, String text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, boolean text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, double text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, float text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, int text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, long text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, boolean text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, double text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, float text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, int text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, long text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, Object text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, short text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, org.dom4j.Namespace namespace, String text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, Object text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, short text)
    • add

      public static org.dom4j.Element add(org.dom4j.Element element, String name, String text)