|
.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 class for .Net nodes to implement the DVSLNode interface for template use
Field Summary | |
---|---|
System.Collections.Hashtable | attributes |
System.Xml.XmlNode | element |
Constructor Summary | |
---|---|
DvslNodeImpl(System.Xml.XmlElement e) this is a bit yecchy - need to revamp |
|
DvslNodeImpl(System.Xml.XmlDocument e) | |
DvslNodeImpl(System.Xml.XmlText e) | |
DvslNodeImpl(System.Xml.XmlAttribute e) | |
DvslNodeImpl(System.Xml.XmlComment e) | |
DvslNodeImpl(System.Xml.XmlCDataSection e) | |
DvslNodeImpl() Initializes a new instance of the DvslNodeImpl class. |
Property Summary | |
---|---|
System.Collections.Hashtable | AttribMap |
string |
Name
returns the name of the node |
object | NodeImpl |
string | Value |
Method Summary | |
---|---|
string | Attrib(string name) |
string |
Attribute(string attribute) returns a specificed attributeattribute |
System.Collections.IList | Children() |
string |
Copy(System.Collections.IList nodes) assumes a list of DVSLNodes |
string | Copy() |
NVelocity.Dvsl.DvslNode | Get(string xpath) |
string | Render() |
System.Collections.IList |
SelectNodes(string xpath) returns a list of nodes that satisfy the xpath |
NVelocity.Dvsl.DvslNode | SelectSingleNode(string xpath) |
string | ToString() |
object | ValueOf(string xpath) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone |
Field Detail |
---|
protected internal System.Collections.Hashtable attributes
protected internal System.Xml.XmlNode element
Constructor Detail |
---|
public DvslNodeImpl(System.Xml.XmlElement e)
this is a bit yecchy - need to revamp
public DvslNodeImpl(System.Xml.XmlDocument e)
public DvslNodeImpl(System.Xml.XmlText e)
public DvslNodeImpl(System.Xml.XmlAttribute e)
public DvslNodeImpl(System.Xml.XmlComment e)
public DvslNodeImpl(System.Xml.XmlCDataSection e)
public DvslNodeImpl()
Initializes a new instance of the DvslNodeImpl class.
Property Detail |
---|
public System.Collections.Hashtable AttribMap
public string Name
returns the name of the node
public object NodeImpl
public string Value
Method Detail |
---|
public string Attrib(string name)
public string Attribute(string attribute)
returns a specificed attributeattribute
public System.Collections.IList Children()
public string Copy(System.Collections.IList nodes)
assumes a list of DVSLNodes
public string Copy()
public NVelocity.Dvsl.DvslNode Get(string xpath)
public string Render()
public System.Collections.IList SelectNodes(string xpath)
returns a list of nodes that satisfy the xpath
public NVelocity.Dvsl.DvslNode SelectSingleNode(string xpath)
public string ToString()
public object ValueOf(string xpath)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |