public DTMXPathNavigator2(DTMXPathNavigator2 org) { this.document = org.document; this.currentIsNode = org.currentIsNode; this.currentIsAttr = org.currentIsAttr; this.currentNode = org.currentNode; this.currentAttr = org.currentAttr; this.currentNs = org.currentNs; }
public DTMXPathNavigator2 (DTMXPathDocument2 document) { this.MoveToRoot (); this.document = document; }
public SeekableDTMXPathNavigator2(DTMXPathDocument2 document) { this.MoveToRoot(); this.document = document; }