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


NXmlNode Class Members

The following tables list the members exposed by NXmlNode.

Protected Fields
 NameDescription
Protected FieldThe parent of this node.  
Top
Public Properties
 NameDescription
Public PropertyGets whether this node is case sensitive. Always returns true for XML nodes.  
Public PropertyGets the number of children of this node.  
Public PropertyGets the number of declarations of this node.  
Public PropertyGets the name of this node.  
Public PropertyGets the node type of this XML node.  
Public PropertyGets the parent node of this node.  
Top
Public Methods
 NameDescription
Public MethodAdds the given node as a child to this node.  
Public MethodAdds the given declaration to this document's list of declarations.  
Public MethodGets the child node at the specified index.  
Public MethodGets an iterator that iterates through the child nodes of this node. Returns null if this node doesn't have child nodes.  
Public MethodGets all children of this node that have the given name. If no such children are found, an empty list is returned.  
Public MethodGets the declaration at the specified index.  
Public MethodGets an iterator that iterates through the declarations of this document. Returns null if this document doesn't have declarations.  
Public MethodGets all descendants of this node that have the given name. If no such descendants are found, an empty list is returned.  
Public MethodOverloaded. Returns the first ancestor of this node that has the given name or null if no such ancestor is found.  
Public MethodOverloaded. Gets the first child of this XML node.  
Public MethodReturns the first descendant of this node with the given name or null if no such descendant is found.  
Public MethodGets the last child of this XML node.  
Public MethodReturns the last descendant of this node with the given name or null if no such descendant is found.  
Public MethodOverloaded. Gets the next sibling of this node. Returns null if it is doesn't have a next sibling.  
Public MethodOverloaded. Gets the previous sibling of this node. Returns null if it doesn't have a previous sibling.  
Public MethodOverloaded. Returns this node or its first ancestor that has a name equal to the given name. Returns null if such ancestor is not found.  
Public MethodInserts the given child node at the specified index.  
Public MethodRemoves all child nodes of this node.  
Public MethodRemoves all declaration nodes of this node.  
Public MethodRemoves the given child from this node's children.  
Public MethodRemoves the child node at the specified index.  
Public MethodRemoves the given declaration from this node's declarations.  
Public MethodRemoves the declaration at the given index.  
Public MethodReturns the string representation of this node.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Top
See Also