Searched defs:isId (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DAttr.java299 * <code>isId</code> will always return true.
302 public boolean isId(); method in interface:Attr
H A DElement.java399 * If the parameter <code>isId</code> is <code>true</code>, this method
401 * . This affects the value of <code>Attr.isId</code> and the behavior
406 * <code>isId</code> to undeclare an attribute for being a
411 * @param isId Whether the attribute is a of type ID.
419 boolean isId)
423 * If the parameter <code>isId</code> is <code>true</code>, this method
425 * . This affects the value of <code>Attr.isId</code> and the behavior
430 * <code>isId</code> to undeclare an attribute for being a
434 * @param isId Whether the attribute is a of type ID.
443 boolean isId)
418 setIdAttribute(String name, boolean isId) argument
441 setIdAttributeNS(String namespaceURI, String localName, boolean isId) argument
464 setIdAttributeNode(Attr idAttr, boolean isId) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java136 public boolean isId(){ method in class:AttrImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFormatter.java397 if(!tl.collisions(c) && !tl.isId()) {
551 public boolean isId() { method in class:JFormatter.ReferenceList
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrImpl.java220 /** DOM Level 3: isId*/
221 public boolean isId(){ method in class:AttrImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java133 public boolean isId( ) { return false; } method in class:DOM2DTMdefaultNamespaceDeclarationNode
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java191 public boolean isId() { method in class:IIOAttr
964 boolean isId)
977 boolean isId)
989 boolean isId)
963 setIdAttribute(String name, boolean isId) argument
975 setIdAttributeNS(String namespaceURI, String localName, boolean isId) argument
988 setIdAttributeNode(Attr idAttr, boolean isId) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java2379 public boolean isId() { method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java2023 public boolean isId() { method in class:UnImplNode

Completed in 66 milliseconds