|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
wrapper interface for nodes exposed in the template. Isolates the in-VSL DOM from that of the underlying implementation
Property Summary | |
---|---|
System.Collections.Hashtable | AttribMap |
string |
Name
returns the name of the node |
object |
NodeImpl
returns the object corresponding to the node in the implementaion that we are using. use only with the greatest of care |
string |
Value
returns the 'value' of the node |
Method Summary | |
---|---|
string |
Attrib(string attribute) returns attribute |
System.Collections.IList |
Children() returns a list of all children of the current node |
string |
Copy(System.Collections.IList nodeList) renders a deep copy of the nodes in the list ot the output |
string |
Copy() renders a deep copy of the XML tree below the current node to the output |
NVelocity.Dvsl.DvslNode | Get(string xpath) |
System.Collections.IList |
SelectNodes(string xpath) returns a list of nodes that satisfy the xpath |
NVelocity.Dvsl.DvslNode |
SelectSingleNode(string xpath) returns a single node that satisfies the xpath |
string |
ToString() returns the 'value' of the node |
object |
ValueOf(string xpath) returns the value of the XPath expression |
Property Detail |
---|
public System.Collections.Hashtable AttribMap
public string Name
returns the name of the node
public object NodeImpl
returns the object corresponding to the node in the implementaion that we are using. use only with the greatest of care
public string Value
returns the 'value' of the node
Method Detail |
---|
public string Attrib(string attribute)
returns attribute
public System.Collections.IList Children()
returns a list of all children of the current node
public string Copy(System.Collections.IList nodeList)
renders a deep copy of the nodes in the list ot the output
public string Copy()
renders a deep copy of the XML tree below the current node to the output
public NVelocity.Dvsl.DvslNode Get(string xpath)
public System.Collections.IList SelectNodes(string xpath)
returns a list of nodes that satisfy the xpath
public NVelocity.Dvsl.DvslNode SelectSingleNode(string xpath)
returns a single node that satisfies the xpath
public string ToString()
returns the 'value' of the node
public object ValueOf(string xpath)
returns the value of the XPath expression
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |