Searched defs:hasAttribute (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java71 static boolean hasAttribute(UserDefinedFileAttributeView view, String attr) method in class:Basic
123 if (!hasAttribute(view, ATTR_NAME))
128 if (hasAttribute(view, ATTR_NAME))
/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java367 public boolean hasAttribute(String name); method in interface:Element
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java90 public boolean hasAttribute(String name) { method in class:DefaultElement
H A DElementImpl.java210 public boolean hasAttribute(String name) { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java859 public boolean hasAttribute(String name) { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java191 protected boolean hasAttribute(String qname) { method in class:SyntaxTreeNode
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java904 public boolean hasAttribute(String name) { method in class:IIOMetadataNode
909 * Equivalent to <code>hasAttribute(localName)</code>.
913 return hasAttribute(localName);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java463 * Method hasAttribute
470 public boolean hasAttribute(String name) method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java325 public boolean hasAttribute(String name) method in class:UnImplNode
328 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttribute not supported!");
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java344 if (sf.isFileSystem() && !sf.hasAttribute(ATTRIB_REMOVABLE)) {
534 cachedIsFileSystem = hasAttribute(ATTRIB_FILESYSTEM);
543 public boolean hasAttribute(final int attribute) { method in class:Win32ShellFolder2
614 if (hasAttribute(ATTRIB_FOLDER) && !hasAttribute(ATTRIB_BROWSABLE)) {
681 if (isLink() && !hasAttribute(ATTRIB_FOLDER)) {
772 cachedIsLink = hasAttribute(ATTRIB_LINK);
782 return hasAttribute(ATTRIB_HIDDEN);

Completed in 1857 milliseconds