Searched defs:checkAttributes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/management/PlatformLoggingMXBean/
H A DLoggingMXBeanTest.java61 checkAttributes(proxy, mxbean);
205 private static void checkAttributes(LoggingMXBean mxbean1, method in class:LoggingMXBeanTest
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java214 if (checkAttributes(atts, "publicIdStartString", "catalog")) {
224 if (checkAttributes(atts, "systemIdStartString", "catalog")) {
234 if (checkAttributes(atts, "uriStartString", "catalog")) {
244 if (checkAttributes(atts, "systemIdStartString", "rewritePrefix")) {
254 if (checkAttributes(atts, "systemIdSuffix", "uri")) {
264 if (checkAttributes(atts, "uriStartString", "rewritePrefix")) {
274 if (checkAttributes(atts, "uriSuffix", "uri")) {
284 if (checkAttributes(atts, "catalog")) {
291 if (checkAttributes(atts, "publicId", "uri")) {
301 if (checkAttributes(att
419 public boolean checkAttributes (Attributes atts, String attName) { method in class:OASISXMLCatalogReader
428 public boolean checkAttributes (Attributes atts, method in class:OASISXMLCatalogReader
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DEnvHelp.java425 public static void checkAttributes(Map<?, ?> attributes) { method in class:EnvHelp
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java959 public Object[] checkAttributes(Element element, boolean isGlobal, method in class:XSAttributeChecker
961 return checkAttributes(element, isGlobal, schemaDoc, false);
978 public Object[] checkAttributes(Element element, boolean isGlobal, method in class:XSAttributeChecker

Completed in 93 milliseconds