A C D E G J K L N P R S T X

A

addChild(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.child(java.lang.String)
addChild(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.child(java.lang.String, java.lang.String)
attribute(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Finds an attribute and returns its value.
attribute(String, String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Sets or removes attribute's value.

C

child(String, int) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Locates child element which has given localName in no name space at index.
child(String, String, int) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Locate a child element which has given localName in given namespaceURI at index.
child(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Adds a child element and locate it.
child(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Adds a child element and locate it.
com.googlecode.jinahya.elementlocator - package com.googlecode.jinahya.elementlocator
 

D

DOM4JElementLocator - Class in com.googlecode.jinahya.elementlocator
 
DOMElementLocator - Class in com.googlecode.jinahya.elementlocator
 

E

ElementLocator<D> - Class in com.googlecode.jinahya.elementlocator
Abstract element locator.

G

getAttribute(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(java.lang.String, java.lang.String)
getAttribute(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(java.lang.String, java.lang.String)
getChildCount(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Returns the number of child elements which each has given localName in no name space.
getChildCount(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Returns the number of child elements which each has given localName in specified namespaceURI.
getText() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.text()

J

JDOMElementLocator - Class in com.googlecode.jinahya.elementlocator
 

K

KDOMElementLocator - Class in com.googlecode.jinahya.elementlocator
 

L

locateChild(String, int) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.child(java.lang.String, int)
locateChild(String, String, int) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.child(java.lang.String, java.lang.String, int)
locateParent() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.parent()
locateRoot() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.root()

N

newInstance(String, String) - Static method in class com.googlecode.jinahya.elementlocator.DOM4JElementLocator
Creates a new empty (root only) instance.
newInstance(String, String) - Static method in class com.googlecode.jinahya.elementlocator.DOMElementLocator
 
newInstance(String, String) - Static method in class com.googlecode.jinahya.elementlocator.JDOMElementLocator
Creates a new empty (root only) instance.
newInstance(String, String) - Static method in class com.googlecode.jinahya.elementlocator.KDOMElementLocator
 
newInstance(String, String) - Static method in class com.googlecode.jinahya.elementlocator.XOMElementLocator
 

P

parent() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Locates to the parent element.
parseInstance(Document) - Static method in class com.googlecode.jinahya.elementlocator.DOM4JElementLocator
Creates a new instance.
parseInstance(Document) - Static method in class com.googlecode.jinahya.elementlocator.DOMElementLocator
Creates a new instance.
parseInstance(Document) - Static method in class com.googlecode.jinahya.elementlocator.JDOMElementLocator
Parses given document and creates a new instance.
parseInstance(Document) - Static method in class com.googlecode.jinahya.elementlocator.KDOMElementLocator
 
parseInstance(Document) - Static method in class com.googlecode.jinahya.elementlocator.XOMElementLocator
 

R

remove() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Removes currently located element and locate parent.
removeAttribute(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(String, String, String) with null value.
removeAttribute(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(String, String, String) with null value.
removeCurrent() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Removes current element and locate parent.
root() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Locate to the root element.

S

setAttribute(String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(String, String, String)
setAttribute(String, String, String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.attribute(String, String, String)
setText(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Deprecated. Use ElementLocator.text(java.lang.String)

T

text() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Returns text value of currently located element.
text(String) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Sets the text value of currently located element.
toDocument() - Method in class com.googlecode.jinahya.elementlocator.DOM4JElementLocator
Prints contents to a new document.
toDocument(Document) - Method in class com.googlecode.jinahya.elementlocator.DOM4JElementLocator
 
toDocument(DocumentBuilder) - Method in class com.googlecode.jinahya.elementlocator.DOMElementLocator
 
toDocument(Document) - Method in class com.googlecode.jinahya.elementlocator.DOMElementLocator
 
toDocument(D) - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Prints contents to given document.
toDocument() - Method in class com.googlecode.jinahya.elementlocator.JDOMElementLocator
A new document contains this element's content.
toDocument(Document) - Method in class com.googlecode.jinahya.elementlocator.JDOMElementLocator
 
toDocument() - Method in class com.googlecode.jinahya.elementlocator.KDOMElementLocator
 
toDocument(Document) - Method in class com.googlecode.jinahya.elementlocator.KDOMElementLocator
 
toDocument() - Method in class com.googlecode.jinahya.elementlocator.XOMElementLocator
 
toDocument(Document) - Method in class com.googlecode.jinahya.elementlocator.XOMElementLocator
 
toJSON() - Method in class com.googlecode.jinahya.elementlocator.ElementLocator
Returns JSON representation of the contents.

X

XOMElementLocator - Class in com.googlecode.jinahya.elementlocator
 

A C D E G J K L N P R S T X

Copyright © 2010-2011. All Rights Reserved.