Home | History | Annotate | Download | only in utils

Lines Matching refs:parentType

683         int parentType;
695 parentType = parent.getNodeType();
701 if (parentType == Node.ELEMENT_NODE)
735 if ((Node.ATTRIBUTE_NODE != parentType) && (null == nsInfo)
745 if (Node.ATTRIBUTE_NODE == parentType)