|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.webresource.Dom4jFluent
public class Dom4jFluent
| Nested Class Summary | |
|---|---|
static class |
Dom4jFluent.Element
Element wrapper class for configuration elements |
| Constructor Summary | |
|---|---|
Dom4jFluent()
|
|
| Method Summary | |
|---|---|
static Map<String,String> |
attributes(String... attrs)
|
static Dom4jFluent.Element |
element(String name,
Dom4jFluent.Element... elements)
Constructs the element containg child elements |
static Dom4jFluent.Element |
element(String name,
Iterable<Iterable<Dom4jFluent.Element>> elements)
Constructs the element containg child elements |
static Dom4jFluent.Element |
element(String name,
Map<String,String> attributes,
Dom4jFluent.Element... elements)
Constructs the element containg child elements |
static Dom4jFluent.Element |
element(String name,
Map<String,String> attributes,
Iterable<Iterable<Dom4jFluent.Element>> elements)
Constructs the element containg child elements |
static Dom4jFluent.Element |
element(String name,
String value)
Constructs the element with a textual body |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dom4jFluent()
| Method Detail |
|---|
public static Map<String,String> attributes(String... attrs)
public static Dom4jFluent.Element element(String name,
String value)
name - The element namevalue - The element text value
public static Dom4jFluent.Element element(String name,
Dom4jFluent.Element... elements)
name - The element nameelements - The child elements
public static Dom4jFluent.Element element(String name,
Iterable<Iterable<Dom4jFluent.Element>> elements)
name - The element nameelements - The child elements
public static Dom4jFluent.Element element(String name,
Map<String,String> attributes,
Dom4jFluent.Element... elements)
name - The element nameelements - The child elements
public static Dom4jFluent.Element element(String name,
Map<String,String> attributes,
Iterable<Iterable<Dom4jFluent.Element>> elements)
name - The element nameelements - The child elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||