A C D E J K N P R T X 

A

attribute(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Finds an attribute and returns its value.
attribute(String, String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Sets or removes attribute's value.

C

child(String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
Locates child element which has given localName in no name space at index.
child(String, String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
Locate a child element which has given localName in given namespaceURI at index.
child(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Adds a child element and locate it.
child(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Adds a child element and locate it.
com.googlecode.jinahya.xml - package com.googlecode.jinahya.xml
 
count(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Returns the number of child elements which each has given localName in no name space.
count(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Returns the number of child elements which each has given localName in specified namespaceURI.

D

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

E

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

J

JDOMElementLocator - Class in com.googlecode.jinahya.xml
 

K

KDOMElementLocator - Class in com.googlecode.jinahya.xml
 

N

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

P

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

R

remove() - Method in class com.googlecode.jinahya.xml.ElementLocator
Removes currently located element and locate parent.
root() - Method in class com.googlecode.jinahya.xml.ElementLocator
Locate to the root element.

T

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

X

XOMElementLocator - Class in com.googlecode.jinahya.xml
 
A C D E J K N P R T X 

Copyright © 2010-2011. All Rights Reserved.