Ejemplo n.º 1
0
        internal IteratorFrame push(XPathNavigator eParent, bool fIsAttribute) {
            IteratorFrame frame = new IteratorFrame();


            frame.init(eParent, fIsAttribute);
            _astkframe.Add((Object)frame);
            _sp++;
            return frame;
        }
Ejemplo n.º 2
0
        internal IteratorFrame push(XPathNavigator eParent, bool fIsAttribute)
        {
            IteratorFrame frame = new IteratorFrame();


            frame.init(eParent, fIsAttribute);
            _astkframe.Add((Object)frame);
            _sp++;
            return(frame);
        }