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