Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
		public DTMXPathNavigator2 (DTMXPathDocument2 document)
		{
			this.MoveToRoot ();
			this.document = document;
		}
Ejemplo n.º 3
0
 public SeekableDTMXPathNavigator2(DTMXPathDocument2 document)
 {
     this.MoveToRoot();
     this.document = document;
 }