메소드 | 설명 | |
---|---|---|
Clone ( ) : |
See System.Xml.XPath.XPathNavigator.Clone for details.
|
|
GetAttribute ( string localName, string namespaceURI ) : string |
See System.Xml.XPath.XPathNavigator.GetAttribute(string, string) for details. No attributes are returned. |
|
GetNamespace ( string name ) : string |
See System.Xml.XPath.XPathNavigator.GetNamespace(string) for details. Namespace is always empty |
|
IsSamePosition ( System other ) : bool |
See System.Xml.XPath.XPathNavigator.IsSamePosition for details.
|
|
MoveTo ( System other ) : bool |
See System.Xml.XPath.XPathNavigator.MoveTo for details.
|
|
MoveToAttribute ( string localName, string namespaceURI ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToAttribute for details.
|
|
MoveToFirst ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToFirst for details. Not supported. |
|
MoveToFirstAttribute ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToFirstAttribute for details.
|
|
MoveToFirstChild ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToFirstChild for details.
|
|
MoveToFirstNamespace ( System namespaceScope ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToFirstNamespace for details.
|
|
MoveToId ( string id ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToId for details. Not supported. |
|
MoveToNamespace ( string name ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToNamespace(string) for details.
|
|
MoveToNext ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToNext for details.
|
|
MoveToNextAttribute ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToNextAttribute for details.
|
|
MoveToNextNamespace ( System namespaceScope ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToNextNamespace for details.
|
|
MoveToParent ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToParent for details.
|
|
MoveToPrevious ( ) : bool |
See System.Xml.XPath.XPathNavigator.MoveToPrevious for details. Not supported. |
|
MoveToRoot ( ) : void |
See System.Xml.XPath.XPathNavigator.MoveToRoot for details.
|
|
SelectObject ( string xpath ) : object |
Selects a single object from the current node.
|
|
SelectObjects ( string xpath, |
Selects a group of objects from the current node.
|
|
SelectObjects ( string xpath ) : object[] |
Same as SelectObjects(System.String, System.Type) with returnItemType iguals to typeof(object).
|
|
XPathObjectNavigator ( |
copy constructor.
|
|
XPathObjectNavigator ( object node ) : System |
Create a new navigator for the object graph starting at node. The node name will be node.GetType().Name.
|
|
XPathObjectNavigator ( object node, string nodeName ) : System |
Create a new navigator for the object graph starting at node. The node's name is nodeName.
|
메소드 | 설명 | |
---|---|---|
Trace ( string format ) : void |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
리턴 | string |
public MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
리턴 | bool |
public MoveToFirstNamespace ( System namespaceScope ) : bool | ||
namespaceScope | System | |
리턴 | bool |
public MoveToNextNamespace ( System namespaceScope ) : bool | ||
namespaceScope | System | |
리턴 | bool |
public SelectObject ( string xpath ) : object | ||
xpath | string | selection expression |
리턴 | object |
public SelectObjects ( string xpath, |
||
xpath | string | selection expression |
returnItemType | array element type to be returned | |
리턴 |
public XPathObjectNavigator ( |
||
other | navigator to be copied | |
리턴 | System |
public XPathObjectNavigator ( object node ) : System | ||
node | object | root |
리턴 | System |
public XPathObjectNavigator ( object node, string nodeName ) : System | ||
node | object | root |
nodeName | string | root's name |
리턴 | System |