Home | History | Annotate | Download | only in dom2dtm

Lines Matching defs:attrIndex

149         int attrIndex=NULL; // start with no previous sib
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
156 m_firstch.setElementAt(DTM.NULL,attrIndex);
160 m_nextsib.setElementAt(DTM.NULL,attrIndex);
530 int attrIndex=NULL; // start with no previous sib
542 attrIndex=addNode(attrs.item(i),
543 nextindex,attrIndex,NULL);
544 m_firstch.setElementAt(DTM.NULL,attrIndex);
570 attrIndex=addNode(new DOM2DTMdefaultNamespaceDeclarationNode(
572 makeNodeHandle(((attrIndex==NULL)?nextindex:attrIndex)+1)
574 nextindex,attrIndex,NULL);
575 m_firstch.setElementAt(DTM.NULL,attrIndex);
578 if(attrIndex!=NULL)
579 m_nextsib.setElementAt(DTM.NULL,attrIndex);