Searched refs:skipAttribute (Results 1 – 2 of 2) sorted by relevance
372 skipAttribute(); in skipAttributes()377 private void skipAttribute() in skipAttribute() method in LibraryClassReader
810 if (skipAttribute(element, attribute, value)) continue; in writeAttributes()811 if (skipAttribute("*", attribute, value)) continue; in writeAttributes()824 private boolean skipAttribute(String element, String attribute, String value) { in skipAttribute() method in XPathParts.Element