Свойство | Type | Description | |
---|---|---|---|
BuildSubtree | void | ||
CompareSiblings | XmlNodeOrder | ||
CompileMatchPattern | |||
CreateContextReader | XmlReader | ||
CreateReader | XmlReader | ||
GetContentKindMask | int | ||
GetDepth | int | ||
GetKindMask | int | ||
GetNamespaces | |||
GetValidatingReader | XmlReader | ||
ICloneable | object | ||
IsText | bool | ||
IsValidChildType | bool | ||
IsValidSiblingType | bool | ||
MoveToNonDescendant | bool | ||
MoveToPrevious | bool | ||
MoveToPrevious | bool |
Méthode | Description | |
---|---|---|
AppendChild ( ) : |
||
AppendChild ( |
||
AppendChild ( XmlReader newChild ) : void | ||
AppendChild ( string newChild ) : void | ||
AppendChildElement ( string prefix, string localName, string namespaceURI, string value ) : void | ||
CheckValidity ( |
||
Clone ( ) : |
||
ComparePosition ( |
||
Compile ( string xpath ) : |
||
CreateAttribute ( string prefix, string localName, string namespaceURI, string value ) : void | ||
CreateAttributes ( ) : |
||
CreateNavigator ( ) : |
||
DeleteRange ( |
||
DeleteSelf ( ) : void | ||
Evaluate ( |
||
Evaluate ( |
||
Evaluate ( string xpath ) : object | ||
Evaluate ( string xpath, IXmlNamespaceResolver resolver ) : object | ||
GetAttribute ( string localName, string namespaceURI ) : string | ||
GetNamespace ( string name ) : string | ||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
InsertAfter ( ) : |
||
InsertAfter ( |
||
InsertAfter ( XmlReader newSibling ) : void | ||
InsertAfter ( string newSibling ) : void | ||
InsertBefore ( ) : |
||
InsertBefore ( |
||
InsertBefore ( XmlReader newSibling ) : void | ||
InsertBefore ( string newSibling ) : void | ||
InsertElementAfter ( string prefix, string localName, string namespaceURI, string value ) : void | ||
InsertElementBefore ( string prefix, string localName, string namespaceURI, string value ) : void | ||
IsDescendant ( |
||
IsSamePosition ( |
||
LookupNamespace ( string prefix ) : string | ||
LookupPrefix ( string namespaceURI ) : string | ||
Matches ( |
||
Matches ( string xpath ) : bool | ||
MoveTo ( |
||
MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
MoveToChild ( XPathNodeType type ) : bool | ||
MoveToChild ( string localName, string namespaceURI ) : bool | ||
MoveToFirst ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToFirstChild ( ) : bool | ||
MoveToFirstNamespace ( ) : bool | ||
MoveToFirstNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
MoveToFollowing ( XPathNodeType type ) : bool | ||
MoveToFollowing ( XPathNodeType type, |
||
MoveToFollowing ( string localName, string namespaceURI ) : bool | ||
MoveToFollowing ( string localName, string namespaceURI, |
||
MoveToId ( string id ) : bool | ||
MoveToNamespace ( string name ) : bool | ||
MoveToNext ( ) : bool | ||
MoveToNext ( XPathNodeType type ) : bool | ||
MoveToNext ( string localName, string namespaceURI ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
MoveToNextNamespace ( ) : bool | ||
MoveToNextNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
MoveToParent ( ) : bool | ||
MoveToPrevious ( ) : bool | ||
MoveToRoot ( ) : void | ||
PrependChild ( ) : |
||
PrependChild ( |
||
PrependChild ( XmlReader newChild ) : void | ||
PrependChild ( string newChild ) : void | ||
PrependChildElement ( string prefix, string localName, string namespaceURI, string value ) : void | ||
ReadSubtree ( ) : XmlReader | ||
ReplaceRange ( |
||
ReplaceSelf ( |
||
ReplaceSelf ( XmlReader newNode ) : void | ||
ReplaceSelf ( string newNode ) : void | ||
Select ( |
||
Select ( string xpath ) : |
||
Select ( string xpath, IXmlNamespaceResolver resolver ) : |
||
SelectAncestors ( XPathNodeType type, bool matchSelf ) : |
||
SelectAncestors ( string name, string namespaceURI, bool matchSelf ) : |
||
SelectChildren ( XPathNodeType type ) : |
||
SelectChildren ( string name, string namespaceURI ) : |
||
SelectDescendants ( XPathNodeType type, bool matchSelf ) : |
||
SelectDescendants ( string name, string namespaceURI, bool matchSelf ) : |
||
SelectSingleNode ( |
||
SelectSingleNode ( string xpath ) : |
||
SelectSingleNode ( string xpath, IXmlNamespaceResolver resolver ) : |
||
SetTypedValue ( object typedValue ) : void | ||
SetValue ( string value ) : void | ||
ToString ( ) : string | ||
ValueAs ( Type returnType, IXmlNamespaceResolver nsResolver ) : object | ||
WriteSubtree ( XmlWriter writer ) : void |
Méthode | Description | |
---|---|---|
BuildSubtree ( XmlReader reader, |
||
CompareSiblings ( |
||
CompileMatchPattern ( string xpath ) : |
||
CreateContextReader ( string xml, bool fromCurrentNode ) : XmlReader | ||
CreateReader ( ) : XmlReader | ||
GetContentKindMask ( XPathNodeType type ) : int | ||
GetDepth ( |
||
GetKindMask ( XPathNodeType type ) : int | ||
GetNamespaces ( IXmlNamespaceResolver resolver ) : |
||
GetValidatingReader ( XmlReader reader, |
||
ICloneable ( ) : object | ||
IsText ( XPathNodeType type ) : bool | ||
IsValidChildType ( XPathNodeType type ) : bool | ||
IsValidSiblingType ( XPathNodeType type ) : bool | ||
MoveToNonDescendant ( ) : bool | ||
MoveToPrevious ( XPathNodeType type ) : bool | ||
MoveToPrevious ( string localName, string namespaceURI ) : bool |
public AppendChild ( |
||
newChild | ||
Résultat | void |
public AppendChild ( XmlReader newChild ) : void | ||
newChild | XmlReader | |
Résultat | void |
public AppendChild ( string newChild ) : void | ||
newChild | string | |
Résultat | void |
public AppendChildElement ( string prefix, string localName, string namespaceURI, string value ) : void | ||
prefix | string | |
localName | string | |
namespaceURI | string | |
value | string | |
Résultat | void |
public CheckValidity ( |
||
schemas | ||
validationEventHandler | ValidationEventHandler | |
Résultat | bool |
public ComparePosition ( |
||
nav | ||
Résultat | XmlNodeOrder |
public Compile ( string xpath ) : |
||
xpath | string | |
Résultat |
public CreateAttribute ( string prefix, string localName, string namespaceURI, string value ) : void | ||
prefix | string | |
localName | string | |
namespaceURI | string | |
value | string | |
Résultat | void |
public CreateAttributes ( ) : |
||
Résultat |
public CreateNavigator ( ) : |
||
Résultat |
public DeleteRange ( |
||
lastSiblingToDelete | ||
Résultat | void |
public Evaluate ( |
||
expr | ||
Résultat | object |
public Evaluate ( |
||
expr | ||
context | ||
Résultat | object |
public Evaluate ( string xpath, IXmlNamespaceResolver resolver ) : object | ||
xpath | string | |
resolver | IXmlNamespaceResolver | |
Résultat | object |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
Résultat | string |
public GetNamespace ( string name ) : string | ||
name | string | |
Résultat | string |
public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
scope | XmlNamespaceScope | |
Résultat | string>.IDictionary |
public InsertAfter ( |
||
newSibling | ||
Résultat | void |
public InsertAfter ( XmlReader newSibling ) : void | ||
newSibling | XmlReader | |
Résultat | void |
public InsertAfter ( string newSibling ) : void | ||
newSibling | string | |
Résultat | void |
public InsertBefore ( |
||
newSibling | ||
Résultat | void |
public InsertBefore ( XmlReader newSibling ) : void | ||
newSibling | XmlReader | |
Résultat | void |
public InsertBefore ( string newSibling ) : void | ||
newSibling | string | |
Résultat | void |
public InsertElementAfter ( string prefix, string localName, string namespaceURI, string value ) : void | ||
prefix | string | |
localName | string | |
namespaceURI | string | |
value | string | |
Résultat | void |
public InsertElementBefore ( string prefix, string localName, string namespaceURI, string value ) : void | ||
prefix | string | |
localName | string | |
namespaceURI | string | |
value | string | |
Résultat | void |
public IsDescendant ( |
||
nav | ||
Résultat | bool |
public abstract IsSamePosition ( |
||
other | ||
Résultat | bool |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
Résultat | string |
public LookupPrefix ( string namespaceURI ) : string | ||
namespaceURI | string | |
Résultat | string |
public Matches ( |
||
expr | ||
Résultat | bool |
public abstract MoveTo ( |
||
other | ||
Résultat | bool |
public MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
Résultat | bool |
public MoveToChild ( XPathNodeType type ) : bool | ||
type | XPathNodeType | |
Résultat | bool |
public MoveToChild ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
Résultat | bool |
public abstract MoveToFirstAttribute ( ) : bool | ||
Résultat | bool |
public abstract MoveToFirstChild ( ) : bool | ||
Résultat | bool |
public abstract MoveToFirstNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
namespaceScope | XPathNamespaceScope | |
Résultat | bool |
public MoveToFollowing ( XPathNodeType type ) : bool | ||
type | XPathNodeType | |
Résultat | bool |
public MoveToFollowing ( XPathNodeType type, |
||
type | XPathNodeType | |
end | ||
Résultat | bool |
public MoveToFollowing ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
Résultat | bool |
public MoveToFollowing ( string localName, string namespaceURI, |
||
localName | string | |
namespaceURI | string | |
end | ||
Résultat | bool |
public abstract MoveToId ( string id ) : bool | ||
id | string | |
Résultat | bool |
public MoveToNamespace ( string name ) : bool | ||
name | string | |
Résultat | bool |
public MoveToNext ( XPathNodeType type ) : bool | ||
type | XPathNodeType | |
Résultat | bool |
public MoveToNext ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
Résultat | bool |
public abstract MoveToNextAttribute ( ) : bool | ||
Résultat | bool |
public abstract MoveToNextNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
namespaceScope | XPathNamespaceScope | |
Résultat | bool |
public PrependChild ( |
||
newChild | ||
Résultat | void |
public PrependChild ( XmlReader newChild ) : void | ||
newChild | XmlReader | |
Résultat | void |
public PrependChild ( string newChild ) : void | ||
newChild | string | |
Résultat | void |
public PrependChildElement ( string prefix, string localName, string namespaceURI, string value ) : void | ||
prefix | string | |
localName | string | |
namespaceURI | string | |
value | string | |
Résultat | void |
public ReplaceRange ( |
||
lastSiblingToReplace | ||
Résultat |
public ReplaceSelf ( |
||
newNode | ||
Résultat | void |
public ReplaceSelf ( XmlReader newNode ) : void | ||
newNode | XmlReader | |
Résultat | void |
public ReplaceSelf ( string newNode ) : void | ||
newNode | string | |
Résultat | void |
public Select ( |
||
expr | ||
Résultat |
public Select ( string xpath ) : |
||
xpath | string | |
Résultat |
public Select ( string xpath, IXmlNamespaceResolver resolver ) : |
||
xpath | string | |
resolver | IXmlNamespaceResolver | |
Résultat |
public SelectAncestors ( XPathNodeType type, bool matchSelf ) : |
||
type | XPathNodeType | |
matchSelf | bool | |
Résultat |
public SelectAncestors ( string name, string namespaceURI, bool matchSelf ) : |
||
name | string | |
namespaceURI | string | |
matchSelf | bool | |
Résultat |
public SelectChildren ( XPathNodeType type ) : |
||
type | XPathNodeType | |
Résultat |
public SelectChildren ( string name, string namespaceURI ) : |
||
name | string | |
namespaceURI | string | |
Résultat |
public SelectDescendants ( XPathNodeType type, bool matchSelf ) : |
||
type | XPathNodeType | |
matchSelf | bool | |
Résultat |
public SelectDescendants ( string name, string namespaceURI, bool matchSelf ) : |
||
name | string | |
namespaceURI | string | |
matchSelf | bool | |
Résultat |
public SelectSingleNode ( |
||
expression | ||
Résultat |
public SelectSingleNode ( string xpath ) : |
||
xpath | string | |
Résultat |
public SelectSingleNode ( string xpath, IXmlNamespaceResolver resolver ) : |
||
xpath | string | |
resolver | IXmlNamespaceResolver | |
Résultat |
public SetTypedValue ( object typedValue ) : void | ||
typedValue | object | |
Résultat | void |
public ValueAs ( Type returnType, IXmlNamespaceResolver nsResolver ) : object | ||
returnType | Type | |
nsResolver | IXmlNamespaceResolver | |
Résultat | object |
public WriteSubtree ( XmlWriter writer ) : void | ||
writer | XmlWriter | |
Résultat | void |