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

A

addChild(String) - Method in class com.googlecode.jinahya.el.ElementLocator
Adds a child element whose name is localName with no namespace and locate it.
addChild(String, String) - Method in class com.googlecode.jinahya.el.ElementLocator
Adds a child element whose name is localName with given namespaceURI and locate it.
attributes - Variable in class com.googlecode.jinahya.el.ELElement
attributes.

C

com.googlecode.jinahya.el - package com.googlecode.jinahya.el
 

D

DOMElementLocator - Class in com.googlecode.jinahya.el
 
DOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.el.DOMElementLocator
Creates a new instance.

E

ELAttribute - Class in com.googlecode.jinahya.el
Attribute.
ELAttribute(String, String, String) - Constructor for class com.googlecode.jinahya.el.ELAttribute
Creates a new instance.
ELElement - Class in com.googlecode.jinahya.el
Element.
ELElement(String, String) - Constructor for class com.googlecode.jinahya.el.ELElement
Creates a new instance.
ElementLocator<D> - Class in com.googlecode.jinahya.el
Abstract element locator.
ElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.el.ElementLocator
Creates a new instance.
elements - Variable in class com.googlecode.jinahya.el.ELElement
elements.
ELNode - Class in com.googlecode.jinahya.el
Abstract node.
ELNode(String, String) - Constructor for class com.googlecode.jinahya.el.ELNode
Creates a new instance.

G

getAttribute(String) - Method in class com.googlecode.jinahya.el.ElementLocator
Returns attribute value.
getAttribute(String, String) - Method in class com.googlecode.jinahya.el.ElementLocator
Returns the value of attribute which has name in space.
getChildCount(String) - Method in class com.googlecode.jinahya.el.ElementLocator
Returns the number of child elements with given localName with no namespace.
getChildCount(String, String) - Method in class com.googlecode.jinahya.el.ElementLocator
Returns the number of child elements of currently located element with the specified local name and name space URI.
getCurrent() - Method in class com.googlecode.jinahya.el.ElementLocator
Returns currently located element.
getNamespaceURIs() - Method in class com.googlecode.jinahya.el.ELElement
Returns all name space URIs.
getText() - Method in class com.googlecode.jinahya.el.ElementLocator
Returns text value of current element.
getText(boolean) - Method in class com.googlecode.jinahya.el.ElementLocator
Returns text value of current element and locate parent if specified.

J

JDOMElementLocator - Class in com.googlecode.jinahya.el
 
JDOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.el.JDOMElementLocator
 

K

KDOMElementLocator - Class in com.googlecode.jinahya.el
 
KDOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.el.KDOMElementLocator
 

L

localName - Variable in class com.googlecode.jinahya.el.ELNode
local name.
locateChild(String, int) - Method in class com.googlecode.jinahya.el.ElementLocator
Locates child element which has given localName with no namespace at index.
locateChild(String, String, int) - Method in class com.googlecode.jinahya.el.ElementLocator
Locate a child with localName at index in namespaceURI.
locateParent() - Method in class com.googlecode.jinahya.el.ElementLocator
Locate to the parent of the current element.
locateRoot() - Method in class com.googlecode.jinahya.el.ElementLocator
Locate the root.

N

namespaceURI - Variable in class com.googlecode.jinahya.el.ELNode
namespace URI.
newInstance(Document) - Static method in class com.googlecode.jinahya.el.DOMElementLocator
Creates a new instance.
newInstance(Element) - Static method in class com.googlecode.jinahya.el.DOMElementLocator
Creates a new instance.
newInstance(Document) - Static method in class com.googlecode.jinahya.el.JDOMElementLocator
 
newInstance(Element) - Static method in class com.googlecode.jinahya.el.JDOMElementLocator
 
newInstance(Document) - Static method in class com.googlecode.jinahya.el.KDOMElementLocator
 
newInstance(Element) - Static method in class com.googlecode.jinahya.el.KDOMElementLocator
 
newInstance(String, String) - Static method in class com.googlecode.jinahya.el.XOMElementLocator
 
newInstance(Document) - Static method in class com.googlecode.jinahya.el.XOMElementLocator
 
newInstance(Element) - Static method in class com.googlecode.jinahya.el.XOMElementLocator
 

P

print(ELElement, Document, Map<String, String>) - Method in class com.googlecode.jinahya.el.DOMElementLocator
 
print(D) - Method in class com.googlecode.jinahya.el.ElementLocator
Prints contents to given document.
print(ELElement, D, Map<String, String>) - Method in class com.googlecode.jinahya.el.ElementLocator
Prints given root to specified document.
print(ELElement, Document, Map<String, String>) - Method in class com.googlecode.jinahya.el.JDOMElementLocator
 
print(ELElement, Document, Map<String, String>) - Method in class com.googlecode.jinahya.el.KDOMElementLocator
 
print(ELElement, Document, Map<String, String>) - Method in class com.googlecode.jinahya.el.XOMElementLocator
 

R

removeCurrent() - Method in class com.googlecode.jinahya.el.ElementLocator
Removes current element and locate parent.

S

setAttribute(String, String) - Method in class com.googlecode.jinahya.el.ElementLocator
Sets attribute value.
setAttribute(String, String, String) - Method in class com.googlecode.jinahya.el.ElementLocator
Sets the value of attribute which has localName in namespaceURI.
setText(String) - Method in class com.googlecode.jinahya.el.ElementLocator
Remove all child elements and add given text value to the current element.
setText(String, boolean) - Method in class com.googlecode.jinahya.el.ElementLocator
Remove all child elements and add given text value to the current element and locate parent if specified.

T

text - Variable in class com.googlecode.jinahya.el.ELElement
text.
toJSON() - Method in class com.googlecode.jinahya.el.ELAttribute
 
toJSON() - Method in class com.googlecode.jinahya.el.ELElement
 
toJSON() - Method in class com.googlecode.jinahya.el.ElementLocator
Returns JSOM representation.
toJSON() - Method in class com.googlecode.jinahya.el.ELNode
Prints as an JSON string.

V

value - Variable in class com.googlecode.jinahya.el.ELAttribute
value.

X

XOMElementLocator - Class in com.googlecode.jinahya.el
 
XOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.el.XOMElementLocator
 

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

Copyright © 2010-2011. All Rights Reserved.