Home | History | Annotate | Download | only in ref

Lines Matching defs:nsIndex

677 // 	 * @param nsIndex The namespace of the node
683 // public int createElement(int nsIndex, int nameIndex, Attributes atts)
691 // int w0 = (nsIndex << 16) | ELEMENT_NODE;
737 // int nsIndex = NULL;
742 // return createElement(nsIndex, nameIndex, atts);
773 // int nsIndex = m_nsNames.stringToIndex(ns);
778 // return createElement(nsIndex, nameIndex, atts);
1087 int nsIndex = m_nsNames.stringToIndex(namespaceURI),
1097 if ((nsIndex == (gotslot[0] << 16)) && (gotslot[3] == nameIndex))