|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jinahya.xml.ElementLocator
com.googlecode.jinahya.xml.KDOMElementLocator
public class KDOMElementLocator
A kXML2 implementation.
| Constructor Summary | |
|---|---|
KDOMElementLocator(ELElement root)
Creates a new instance. |
|
| Method Summary | |
|---|---|
static ElementLocator |
parse(org.kxml2.kdom.Document document)
Parses given document and creates a new ElementLocator
instance. |
static org.kxml2.kdom.Document |
print(ElementLocator locator)
Prints given element to a new Document. |
static void |
print(ElementLocator locator,
org.kxml2.kdom.Document document)
Prints given locator to specified document. |
| Methods inherited from class com.googlecode.jinahya.xml.ElementLocator |
|---|
addChild, addChild, getAttribute, getAttribute, getChildCount, getChildCount, getLocalName, getNamespaceURI, getText, locateChild, locateChild, locateParent, locateRoot, removeCurrent, setAttribute, setAttribute, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KDOMElementLocator(ELElement root)
root - root element| Method Detail |
|---|
public static ElementLocator parse(org.kxml2.kdom.Document document)
document and creates a new ElementLocator
instance.
document - document to parse
public static org.kxml2.kdom.Document print(ElementLocator locator)
element to a new Document.
locator - element to print
element has been printed.
public static void print(ElementLocator locator,
org.kxml2.kdom.Document document)
locator to specified document.
locator - the element to printdocument - the document to which element is printed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||