Searched refs:attributeHandle (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java795 * @param attributeHandle The attribute handle
800 public boolean isAttributeSpecified(int attributeHandle); argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java1181 public boolean isAttributeSpecified(int attributeHandle) argument
1184 return _dom.isAttributeSpecified(attributeHandle);
1187 return super.isAttributeSpecified(attributeHandle);
H A DSimpleResultTreeImpl.java938 public boolean isAttributeSpecified(int attributeHandle) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1470 * @param attributeHandle the attribute handle
1474 public boolean isAttributeSpecified(int attributeHandle) argument
1476 int type = getNodeType(attributeHandle);
1480 Attr attr = (Attr)getNode(attributeHandle);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java2167 * @param attributeHandle The attribute handle in question.
2172 public abstract boolean isAttributeSpecified(int attributeHandle); argument
H A DDTMDocumentImpl.java1991 * @param attributeHandle the attribute handle
1995 public boolean isAttributeSpecified(int attributeHandle) {return false;} argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java684 * @param attributeHandle Must be a valid handle to an attribute node.
688 public boolean isAttributeSpecified(int attributeHandle) argument

Completed in 86 milliseconds