NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlElement Class
Fields Properties Methods


In This Topic
    NXmlElement Class Members
    In This Topic

    The following tables list the members exposed by NXmlElement.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Internal FieldA map that holds the attributes of this element.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of attributes of this XML element.  
    Public PropertyGets/Sets the concatenated values of this element's text and the texts of all of its children.  
    Public PropertyGets the inner XML of this XML element.  
    Public PropertyOverridden. Gets the node type of this XML node.  
    Top
    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