Home | History | Annotate | Download | only in utils

Lines Matching refs:nt

956     int nt = n.getNodeType();
957 return ( (Node.DOCUMENT_NODE == nt) || (Node.DOCUMENT_FRAGMENT_NODE == nt) )