Beispiel #1
0
 public virtual IIndexedNode Resolve()
 {
     if (IsResolved())
     {
         return(null);
     }
     return(IndexedPath.NewParentPath(this, Constraint()));
 }
Beispiel #2
0
 public IndexedPathIterator(IndexedPath path, IEnumerator iterator) : base(iterator
                                                                           )
 {
     _path = path;
 }
Beispiel #3
0
		public IndexedPathIterator(IndexedPath path, IEnumerator iterator) : base(iterator
			)
		{
			_path = path;
		}
Beispiel #4
0
 public virtual IIndexedNode Resolve()
 {
     return(IndexedPath.NewParentPath(this, _constraint));
 }