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

A

addChild(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Adds a child element and locate it.
addChild(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Adds a child element and locate it.

C

com.googlecode.jinahya.xml - package com.googlecode.jinahya.xml
 

D

DOM4JElementLocator - Class in com.googlecode.jinahya.xml
A dom4j implementation.
DOM4JElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.DOM4JElementLocator
Creates a new instance.
DOMElementLocator - Class in com.googlecode.jinahya.xml
A W3C DOM implementation.
DOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.DOMElementLocator
Creates a new instance.

E

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

G

getAttribute(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
 
getAttribute(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Finds an attribute and returns its value.
getAttributes() - Method in class com.googlecode.jinahya.xml.ELElement
 
getChildCount(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Returns the number of child elements which each has given localName in no namespace.
getChildCount(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Returns the number of child elements which each has given localName in specified namespaceURI.
getElements() - Method in class com.googlecode.jinahya.xml.ELElement
 
getLocalName() - Method in class com.googlecode.jinahya.xml.ElementLocator
 
getLocalName() - Method in class com.googlecode.jinahya.xml.ELNode
Returns localName property value.
getNamespaceURI() - Method in class com.googlecode.jinahya.xml.ElementLocator
 
getNamespaceURI() - Method in class com.googlecode.jinahya.xml.ELNode
Returns namespaceURI property value.
getNamespaceURIs() - Method in class com.googlecode.jinahya.xml.ELElement
Returns all namespace URIs.
getNamespaceURIs(Set) - Method in class com.googlecode.jinahya.xml.ELElement
Gets all namespace URIs.
getText() - Method in class com.googlecode.jinahya.xml.ELElement
 
getText() - Method in class com.googlecode.jinahya.xml.ElementLocator
Returns text value of currently located element.
getValue() - Method in class com.googlecode.jinahya.xml.ELAttribute
 

J

JDOMElementLocator - Class in com.googlecode.jinahya.xml
A JDOM implementation.
JDOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.JDOMElementLocator
Creates a new instance.

K

KDOMElementLocator - Class in com.googlecode.jinahya.xml
A kXML2 implementation.
KDOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.KDOMElementLocator
Creates a new instance.

L

locateChild(String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
Locates child element which has given localName in no namespace at index.
locateChild(String, String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
Locate a child element which has given localName in given namespaceURI at index.
locateParent() - Method in class com.googlecode.jinahya.xml.ElementLocator
Locates to the parent element.
locateRoot() - Method in class com.googlecode.jinahya.xml.ElementLocator
Locate to the root element.

P

parse(Document) - Static method in class com.googlecode.jinahya.xml.DOM4JElementLocator
Creates a new instance parsing given document.
parse(Document) - Static method in class com.googlecode.jinahya.xml.DOMElementLocator
Parses given document and creates a new instance.
parse(Document) - Static method in class com.googlecode.jinahya.xml.JDOMElementLocator
Parses given document and creates a new instance.
parse(Document) - Static method in class com.googlecode.jinahya.xml.KDOMElementLocator
Parses given document and creates a new ElementLocator instance.
parse(XMLStreamReader) - Static method in class com.googlecode.jinahya.xml.StAXElementLocator
Parses from given reader and creates a new ElementLocator.
parse(Document) - Static method in class com.googlecode.jinahya.xml.XOMElementLocator
Parses given document and creates a new ElementLocator.
print(ElementLocator) - Static method in class com.googlecode.jinahya.xml.DOM4JElementLocator
 
print(ElementLocator, Document) - Static method in class com.googlecode.jinahya.xml.DOM4JElementLocator
 
print(ElementLocator, Document) - Static method in class com.googlecode.jinahya.xml.DOMElementLocator
Prints given locator to specified document.
print(ElementLocator) - Static method in class com.googlecode.jinahya.xml.JDOMElementLocator
Prints given element to a new Document.
print(ElementLocator, Document) - Static method in class com.googlecode.jinahya.xml.JDOMElementLocator
Prints given element to specified document.
print(ElementLocator) - Static method in class com.googlecode.jinahya.xml.KDOMElementLocator
Prints given element to a new Document.
print(ElementLocator, Document) - Static method in class com.googlecode.jinahya.xml.KDOMElementLocator
Prints given locator to specified document.
print(ElementLocator, XMLStreamWriter) - Static method in class com.googlecode.jinahya.xml.StAXElementLocator
Prints given locator to specified writer.
print(ElementLocator, XMLStreamWriter, String, String) - Static method in class com.googlecode.jinahya.xml.StAXElementLocator
Prints given locator to specified writer.
print(ELElement) - Static method in class com.googlecode.jinahya.xml.XOMElementLocator
Prints given element to a new Document.
print(ELElement, Document) - Static method in class com.googlecode.jinahya.xml.XOMElementLocator
Prints given child to specified document.

R

removeCurrent() - Method in class com.googlecode.jinahya.xml.ElementLocator
Removes currently located element and locate parent.

S

setAttribute(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
 
setAttribute(String, String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Sets or removes attribute's value.
setText(String) - Method in class com.googlecode.jinahya.xml.ELElement
 
setText(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
Sets the text value of currently located element.
StAXElementLocator - Class in com.googlecode.jinahya.xml
A XOM implementation.
StAXElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.StAXElementLocator
 

T

toJSON() - Method in class com.googlecode.jinahya.xml.ELAttribute
 
toJSON() - Method in class com.googlecode.jinahya.xml.ELElement
 
toJSON() - Method in class com.googlecode.jinahya.xml.ELNode
Returns a JSON representation.

X

XOMElementLocator - Class in com.googlecode.jinahya.xml
A XOM implementation.
XOMElementLocator(ELElement) - Constructor for class com.googlecode.jinahya.xml.XOMElementLocator
Creates new instance.

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

Copyright © 2010-2011. All Rights Reserved.