|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ELElement in com.googlecode.jinahya.el |
|---|
| Fields in com.googlecode.jinahya.el with type parameters of type ELElement | |
|---|---|
protected List<ELElement> |
ELElement.elements
elements. |
| Methods in com.googlecode.jinahya.el that return ELElement | |
|---|---|
protected ELElement |
ElementLocator.getCurrent()
Returns currently located element. |
| Methods in com.googlecode.jinahya.el with parameters of type ELElement | |
|---|---|
protected abstract void |
ElementLocator.print(ELElement root,
D document,
Map<String,String> namespaceMap)
Prints given root to specified document. |
protected void |
JDOMElementLocator.print(ELElement root,
org.jdom.Document document,
Map<String,String> namespaces)
|
protected void |
XOMElementLocator.print(ELElement root,
nu.xom.Document document,
Map<String,String> namespaceMap)
|
protected void |
KDOMElementLocator.print(ELElement root,
org.kxml2.kdom.Document document,
Map<String,String> namespaceMap)
|
protected void |
DOMElementLocator.print(ELElement root,
Document document,
Map<String,String> namespaces)
|
| Constructors in com.googlecode.jinahya.el with parameters of type ELElement | |
|---|---|
DOMElementLocator(ELElement root)
Creates a new instance. |
|
ElementLocator(ELElement root)
Creates a new instance. |
|
JDOMElementLocator(ELElement root)
|
|
KDOMElementLocator(ELElement root)
|
|
XOMElementLocator(ELElement root)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||