Home | History | Annotate | Download | only in impl

Lines Matching refs:getPrefix

216 			if ("xmlns".equals(attribute.getPrefix())  ||
217 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
376 if ("xmlns".equals(attribute.getPrefix()) ||
377 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
501 if ("xmlns".equals(attribute.getPrefix()) ||
502 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
625 if ("xmlns".equals(attribute.getPrefix()) ||
626 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
706 if ("xmlns".equals(attribute.getPrefix()) ||
707 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
834 if ("xmlns".equals(attribute.getPrefix()) ||
835 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
932 "xmlns".equals(attribute.getPrefix()) ||
933 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
1003 prefix = xmlNode.getPrefix() != null ? xmlNode.getPrefix() : DEFAULT_PREFIX;