NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlElement Class


NXmlElement Class Methods

For a list of all members of this type, see NXmlElement members.

Public Methods
 NameDescription
Public MethodGets an iterator that iterates through the attributes of this element. Returns null if the element doesn't have attributes.  
Public MethodReturns the value of the attribute with the specified name or null if no such attribute is found.  
Public Methodstatic (Shared in Visual Basic)Loads an XML element from the given string.  
Public MethodRemoves all attributes of this XML element.  
Public MethodRemoves the attribute with the given name.  
Public MethodSets the value of the attribute with the specified name. Appends the attribute to the element if it is not present.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Top
See Also