C# Class Mvp.Xml.XPointer.XPath1SchemaPointerPart

xpath1() scheme based XPointer pointer part.
Inheritance: Mvp.Xml.XPointer.PointerPart
Mostra file Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
Evaluate ( XPathNavigator doc, XmlNamespaceManager nm ) : XPathNodeIterator

Evaluates XPointer pointer part and returns pointed nodes.

ParseSchemaData ( XPointerLexer lexer ) : XPath1SchemaPointerPart

Method Details

Evaluate() public method

Evaluates XPointer pointer part and returns pointed nodes.
public Evaluate ( XPathNavigator doc, XmlNamespaceManager nm ) : XPathNodeIterator
doc System.Xml.XPath.XPathNavigator Document to evaluate pointer part on
nm System.Xml.XmlNamespaceManager Namespace manager
return System.Xml.XPath.XPathNodeIterator

ParseSchemaData() public static method

public static ParseSchemaData ( XPointerLexer lexer ) : XPath1SchemaPointerPart
lexer XPointerLexer
return XPath1SchemaPointerPart