| |
|
| java.lang.Object org.apache.dvsl.dom4j.Dom4jNodeImpl
Dom4jNodeImpl | public class Dom4jNodeImpl implements DVSLNode(Code) | | wrapper class for dom4j nodes to implement the
DVSLNode interface for template use
author: Geir Magnusson Jr. |
element | protected Node element(Code) | | |
Dom4jNodeImpl | public Dom4jNodeImpl(Element e)(Code) | | this is a bit yecchy - need to revamp
|
Dom4jNodeImpl | public Dom4jNodeImpl(Document e)(Code) | | |
Dom4jNodeImpl | public Dom4jNodeImpl(Text e)(Code) | | |
Dom4jNodeImpl | public Dom4jNodeImpl(Attribute e)(Code) | | |
Dom4jNodeImpl | public Dom4jNodeImpl(Comment e)(Code) | | |
Dom4jNodeImpl | public Dom4jNodeImpl(CDATA e)(Code) | | |
attribute | public String attribute(String attribute)(Code) | | returns a specificed attributeattribute
|
selectNodes | public List selectNodes(String xpath)(Code) | | returns a list of nodes that satisfy
the xpath
|
|
|
|