Esempio 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;
        }
Esempio 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);
        }