Home | History | Annotate | Download | only in impl

Lines Matching refs:childName

991 		String childName;
1006 childName = prefix + xmlNode.getLocalName();
1030 if (registry.findAlias(childName) != null)
1040 boolean isArrayItem = "rdf:li".equals(childName);
1041 boolean isValueNode = "rdf:value".equals(childName);
1045 childName, value, childOptions);