메소드 | 설명 | |
---|---|---|
GetAttributesByName ( string name ) : |
Creates a (possibly empty) XmlNodeList containing all the attribute nodes identified by the given name string.
|
|
GetElementById ( string id ) : |
Returns the XmlElement in the indexed document that has an id attribute with the given value.
|
|
GetElementsByName ( string name ) : |
Creates a (possibly empty) XmlNodeList containing all the element nodes identified by the given name string.
|
|
GetElementsByType ( string ns, string type ) : |
Creates a (possibly empty) XmlNodeList containing all the element nodes of a given type (or a derived subtype).
|
|
NodeIndex ( |
Constructs a NodeIndex for the given XmlDocument.
|
메소드 | 설명 | |
---|---|---|
IndexNodes ( |
Recursively walks a DOM tree creating an index of the elements by thier local name.
|
|
IsDerived ( |
Walks up the type inheritance structure to determine if the indicated XmlSchemaType is derived from the named type.
|
public GetAttributesByName ( string name ) : |
||
name | string | The name of the required elements. |
리턴 |
public GetElementById ( string id ) : |
||
id | string | The required id attribute value. |
리턴 |
public GetElementsByName ( string name ) : |
||
name | string | The name of the required elements. |
리턴 |
public GetElementsByType ( string ns, string type ) : |
||
ns | string | The required namespace URI. |
type | string | The required type. |
리턴 |
public NodeIndex ( |
||
document | The |
|
리턴 | System |