Lines Matching refs:equals

216 			if ("xmlns".equals(attribute.getPrefix())  ||
217 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
245 if (!xmpParent.getName().equals(attribute.getNodeValue()))
376 if ("xmlns".equals(attribute.getPrefix()) ||
377 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
413 if (!(XML_LANG.equals(attribute.getNodeName()) &&
414 !("ID".equals(attrLocal) && NS_RDF.equals(attrNS))))
416 if ("datatype".equals(attrLocal) && NS_RDF.equals(attrNS))
420 else if (!("parseType".equals(attrLocal) && NS_RDF.equals(attrNS)))
424 else if ("Literal".equals(attrValue))
428 else if ("Resource".equals(attrValue))
432 else if ("Collection".equals(attrValue))
489 if (isTopLevel && "iX:changes".equals(xmlNode.getNodeName()))
501 if ("xmlns".equals(attribute.getPrefix()) ||
502 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
509 if (XML_LANG.equals(attribute.getNodeName()))
513 else if ("ID".equals(attrLocal) && NS_RDF.equals(attrNS))
536 boolean isRDF = NS_RDF.equals(currChild.getNamespaceURI());
539 if (isRDF && "Bag".equals(childLocal))
543 else if (isRDF && "Seq".equals(childLocal))
547 else if (isRDF && "Alt".equals(childLocal))
555 if (!isRDF && !"Description".equals(childLocal))
625 if ("xmlns".equals(attribute.getPrefix()) ||
626 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
633 if (XML_LANG.equals(attribute.getNodeName()))
637 else if (NS_RDF.equals(attrNS) &&
638 ("ID".equals(attrLocal) || "datatype".equals(attrLocal)))
706 if ("xmlns".equals(attribute.getPrefix()) ||
707 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
714 if (XML_LANG.equals(attribute.getNodeName()))
718 else if (NS_RDF.equals(attrNS) &&
719 ("ID".equals(attrLocal) || "parseType".equals(attrLocal)))
834 if ("xmlns".equals(attribute.getPrefix()) ||
835 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
880 if ("value".equals(attribute.getLocalName())
881 && NS_RDF.equals(attribute.getNamespaceURI()))
892 else if (!XML_LANG.equals(attribute.getNodeName()))
932 "xmlns".equals(attribute.getPrefix()) ||
933 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
956 else if (XML_LANG.equals(attribute.getNodeName()))
994 if (NS_DC_DEPRECATED.equals(namespace))
1040 boolean isArrayItem = "rdf:li".equals(childName);
1041 boolean isValueNode = "rdf:value".equals(childName);
1094 boolean isLang = XML_LANG.equals(name);
1121 assert "rdf:value".equals(valueNode.getName());
1261 ("about".equals(localName) || "ID".equals(localName)) &&
1263 NS_RDF.equals(((Attr) node).getOwnerElement().getNamespaceURI())
1269 if (NS_RDF.equals(namespace))
1271 if ("li".equals(localName))
1275 else if ("parseType".equals(localName))
1279 else if ("Description".equals(localName))
1283 else if ("about".equals(localName))
1287 else if ("resource".equals(localName))
1291 else if ("RDF".equals(localName))
1295 else if ("ID".equals(localName))
1299 else if ("nodeID".equals(localName))
1303 else if ("datatype".equals(localName))
1307 else if ("aboutEach".equals(localName))
1311 else if ("aboutEachPrefix".equals(localName))
1315 else if ("bagID".equals(localName))