Méthode | Description | |
---|---|---|
AddFunction ( string prefix, string name, Func |
||
AddFunction ( string prefix, string name, IXsltContextFunction function ) : |
||
AddNamespace ( string namespaceUri ) : string | ||
AddSerializer ( IXPathSerializer serializer ) : XPathContext | ||
AddStandardNamespaces ( XPathNavigator source ) : void | ||
AppendElement ( string name, string namespaceUri, XPathNavigator source ) : XPathNavigator | ||
ApplyBehaviors ( XmlMetadata xmlMeta, IEnumerable behaviors ) : XPathContext | ||
CompareDocument ( string baseUri, string nextbaseUri ) : int | ||
CreateAttribute ( string name, string namespaceUri, XPathNavigator source ) : XPathNavigator | ||
CreateChild ( XmlMetadata xmlMeta ) : XPathContext | ||
CreateChild ( XmlMetadata xmlMeta, IEnumerable behaviors ) : XPathContext | ||
CreateNamespace ( string prefix, string namespaceUri, XPathNavigator source ) : string | ||
Evaluate ( XPathExpression xpath, XPathNavigator source, object &result ) : bool | ||
GetEffectiveNamespace ( string namespaceUri ) : string | ||
GetXmlType ( XPathNavigator source ) : XmlQualifiedName | ||
HasNamespace ( string prefix ) : bool | ||
IsNil ( XPathNavigator source ) : bool | ||
LookupNamespace ( string prefix ) : string | ||
LookupPrefix ( string uri ) : string | ||
MakeNil ( XPathNavigator source ) : bool | ||
Matches ( XPathExpression xpath, XPathNavigator source ) : bool | ||
PreserveWhitespace ( XPathNavigator node ) : bool | ||
ResolveFunction ( string prefix, string name, XPathResultType argTypes ) : IXsltContextFunction | ||
ResolveVariable ( string prefix, string name ) : IXsltContextVariable | ||
SelectSingleNode ( XPathExpression xpath, XPathNavigator source ) : XPathNavigator | ||
SetXmlType ( string name, string namespaceUri, XPathNavigator source ) : void | ||
XPathContext ( ) : System | ||
XPathContext ( NameTable nameTable ) : System | ||
XPathContext ( XPathContext parent ) : System |
Méthode | Description | |
---|---|---|
AddRootNamespace ( string namespaceUri, string prefix ) : void | ||
GetQualifiedName ( string prefix, string name ) : string | ||
GetUniquePrefix ( ) : string | ||
IsRootNamespace ( string namespaceUri, string &prefix ) : bool | ||
SplitQualifiedName ( string qualifiedName, string &name ) : string |
public AddFunction ( string prefix, string name, Func |
||
prefix | string | |
name | string | |
function | Func |
|
Résultat |
public AddFunction ( string prefix, string name, IXsltContextFunction function ) : |
||
prefix | string | |
name | string | |
function | IXsltContextFunction | |
Résultat |
public AddNamespace ( string namespaceUri ) : string | ||
namespaceUri | string | |
Résultat | string |
public AddSerializer ( IXPathSerializer serializer ) : XPathContext | ||
serializer | IXPathSerializer | |
Résultat | XPathContext |
public AddStandardNamespaces ( XPathNavigator source ) : void | ||
source | XPathNavigator | |
Résultat | void |
public AppendElement ( string name, string namespaceUri, XPathNavigator source ) : XPathNavigator | ||
name | string | |
namespaceUri | string | |
source | XPathNavigator | |
Résultat | XPathNavigator |
public ApplyBehaviors ( XmlMetadata xmlMeta, IEnumerable behaviors ) : XPathContext | ||
xmlMeta | XmlMetadata | |
behaviors | IEnumerable | |
Résultat | XPathContext |
public CompareDocument ( string baseUri, string nextbaseUri ) : int | ||
baseUri | string | |
nextbaseUri | string | |
Résultat | int |
public CreateAttribute ( string name, string namespaceUri, XPathNavigator source ) : XPathNavigator | ||
name | string | |
namespaceUri | string | |
source | XPathNavigator | |
Résultat | XPathNavigator |
public CreateChild ( XmlMetadata xmlMeta ) : XPathContext | ||
xmlMeta | XmlMetadata | |
Résultat | XPathContext |
public CreateChild ( XmlMetadata xmlMeta, IEnumerable behaviors ) : XPathContext | ||
xmlMeta | XmlMetadata | |
behaviors | IEnumerable | |
Résultat | XPathContext |
public CreateNamespace ( string prefix, string namespaceUri, XPathNavigator source ) : string | ||
prefix | string | |
namespaceUri | string | |
source | XPathNavigator | |
Résultat | string |
public Evaluate ( XPathExpression xpath, XPathNavigator source, object &result ) : bool | ||
xpath | XPathExpression | |
source | XPathNavigator | |
result | object | |
Résultat | bool |
public GetEffectiveNamespace ( string namespaceUri ) : string | ||
namespaceUri | string | |
Résultat | string |
public GetXmlType ( XPathNavigator source ) : XmlQualifiedName | ||
source | XPathNavigator | |
Résultat | XmlQualifiedName |
public HasNamespace ( string prefix ) : bool | ||
prefix | string | |
Résultat | bool |
public IsNil ( XPathNavigator source ) : bool | ||
source | XPathNavigator | |
Résultat | bool |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
Résultat | string |
public LookupPrefix ( string uri ) : string | ||
uri | string | |
Résultat | string |
public MakeNil ( XPathNavigator source ) : bool | ||
source | XPathNavigator | |
Résultat | bool |
public Matches ( XPathExpression xpath, XPathNavigator source ) : bool | ||
xpath | XPathExpression | |
source | XPathNavigator | |
Résultat | bool |
public PreserveWhitespace ( XPathNavigator node ) : bool | ||
node | XPathNavigator | |
Résultat | bool |
public ResolveFunction ( string prefix, string name, XPathResultType argTypes ) : IXsltContextFunction | ||
prefix | string | |
name | string | |
argTypes | XPathResultType | |
Résultat | IXsltContextFunction |
public ResolveVariable ( string prefix, string name ) : IXsltContextVariable | ||
prefix | string | |
name | string | |
Résultat | IXsltContextVariable |
public SelectSingleNode ( XPathExpression xpath, XPathNavigator source ) : XPathNavigator | ||
xpath | XPathExpression | |
source | XPathNavigator | |
Résultat | XPathNavigator |
public SetXmlType ( string name, string namespaceUri, XPathNavigator source ) : void | ||
name | string | |
namespaceUri | string | |
source | XPathNavigator | |
Résultat | void |
public XPathContext ( NameTable nameTable ) : System | ||
nameTable | NameTable | |
Résultat | System |
public XPathContext ( XPathContext parent ) : System | ||
parent | XPathContext | |
Résultat | System |