|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleXml.Element | |
|---|---|
| com.day.cq.commons | |
| Uses of SimpleXml.Element in com.day.cq.commons |
|---|
| Methods in com.day.cq.commons that return SimpleXml.Element | |
|---|---|
SimpleXml.Element |
SimpleXml.Element.addAttribute(String uri,
String localName,
String name,
String value,
String type)
Adds a new attribute to the XML element. |
SimpleXml.Element |
SimpleXml.Element.attr(String name,
String value)
Adds a new attribute to the XML element. |
SimpleXml.Element |
SimpleXml.Element.attr(String localName,
String name,
String value)
Adds a new attribute to the XML element. |
SimpleXml.Element |
SimpleXml.Element.attr(String uri,
String localName,
String name,
String value,
String type)
Adds a new attribute to the XML element. |
SimpleXml.Element |
SimpleXml.Element.attrs(String[]... atts)
Adds the specified attributes to the XML element. |
SimpleXml.Element |
SimpleXml.open(String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.Element.open(String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.open(String localName,
String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.Element.open(String localName,
String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.open(String name,
String content,
boolean cdata)
Opens and returns a new XML element with the specified name and content. |
SimpleXml.Element |
SimpleXml.Element.open(String name,
String content,
boolean cdata)
Opens and returns a new XML element with the specified name and content. |
SimpleXml.Element |
SimpleXml.open(String uri,
String localName,
String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.Element.open(String uri,
String localName,
String name)
Opens and returns a new XML element with the specified name. |
SimpleXml.Element |
SimpleXml.Element.setCDATA(boolean cdata)
Defines whether the XML element has a CDATA block. |
SimpleXml.Element |
SimpleXml.Element.setText(String text,
boolean cdata)
Sets the content of the XML element. |
SimpleXml.Element |
SimpleXml.Element.text(String text)
Sets the content of the XML element. |
SimpleXml.Element |
SimpleXml.Element.text(String text,
boolean cdata)
Sets the content of the XML element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||