|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ElementLocator in com.googlecode.jinahya.el |
|---|
| Subclasses of ElementLocator in com.googlecode.jinahya.el | |
|---|---|
class |
DOMElementLocator
|
class |
JDOMElementLocator
|
class |
KDOMElementLocator
|
class |
XOMElementLocator
|
| Methods in com.googlecode.jinahya.el that return ElementLocator | |
|---|---|
ElementLocator<D> |
ElementLocator.addChild(String localName)
Adds a child element whose name is localName with
no namespace and locate it. |
ElementLocator<D> |
ElementLocator.addChild(String namespaceURI,
String localName)
Adds a child element whose name is localName with given
namespaceURI and locate it. |
ElementLocator<D> |
ElementLocator.locateChild(String localName,
int index)
Locates child element which has given localName with no
namespace at index. |
ElementLocator<D> |
ElementLocator.locateChild(String namespaceURI,
String localName,
int index)
Locate a child with localName at index in
namespaceURI. |
ElementLocator<D> |
ElementLocator.locateParent()
Locate to the parent of the current element. |
ElementLocator<D> |
ElementLocator.locateRoot()
Locate the root. |
static ElementLocator<org.jdom.Document> |
JDOMElementLocator.newInstance(org.jdom.Document document)
|
static ElementLocator<nu.xom.Document> |
XOMElementLocator.newInstance(nu.xom.Document document)
|
static ElementLocator<org.kxml2.kdom.Document> |
KDOMElementLocator.newInstance(org.kxml2.kdom.Document document)
|
static ElementLocator<Document> |
DOMElementLocator.newInstance(Document document)
Creates a new instance. |
static ElementLocator<org.jdom.Document> |
JDOMElementLocator.newInstance(org.jdom.Element element)
|
static ElementLocator<nu.xom.Document> |
XOMElementLocator.newInstance(nu.xom.Element element)
|
static ElementLocator<org.kxml2.kdom.Document> |
KDOMElementLocator.newInstance(org.kxml2.kdom.Element element)
|
static ElementLocator<Document> |
DOMElementLocator.newInstance(Element element)
Creates a new instance. |
static ElementLocator<nu.xom.Document> |
XOMElementLocator.newInstance(String namespaceURI,
String localName)
|
ElementLocator<D> |
ElementLocator.setAttribute(String localName,
String value)
Sets attribute value. |
ElementLocator<D> |
ElementLocator.setAttribute(String namespaceURI,
String localName,
String value)
Sets the value of attribute which has localName in
namespaceURI. |
ElementLocator<D> |
ElementLocator.setText(String text)
Remove all child elements and add given text value to the
current element. |
ElementLocator<D> |
ElementLocator.setText(String text,
boolean parent)
Remove all child elements and add given text value to the
current element and locate parent if specified. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||