OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSpecified
(Results
1 - 25
of
36
) sorted by null
1
2
/libcore/luni/src/main/java/org/w3c/dom/
Attr.java
174
public boolean
getSpecified
();
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrspecifiedvalue.java
31
* The "
getSpecified
()" method for an Attr node should
36
* returned by the "
getSpecified
()" method. This test uses
76
state = domesticAttr.
getSpecified
();
attrspecifiedvaluechanged.java
31
* The "
getSpecified
()" method for an Attr node should return true if the
36
* should cause the "
getSpecified
()" method to be true.
78
state = streetAttr.
getSpecified
();
elementassociatedattribute.java
34
* the first employee and invoke the "
getSpecified
()"
76
specified = domesticAttr.
getSpecified
();
hc_attrspecifiedvalue.java
31
* The "
getSpecified
()" method for an Attr node should
36
* returned by the "
getSpecified
()" method. This test uses
75
state = domesticAttr.
getSpecified
();
hc_attrspecifiedvaluechanged.java
31
* The "
getSpecified
()" method for an Attr node should return true if the
36
* should cause the "
getSpecified
()" method to be true.
77
state = streetAttr.
getSpecified
();
hc_elementassociatedattribute.java
32
* the first employee and invoke the "
getSpecified
()"
73
specified = domesticAttr.
getSpecified
();
attrnotspecifiedvalue.java
31
* The "
getSpecified
()" method for an Attr node should
36
* returned by the "
getSpecified
()" method. This test uses
83
state = streetAttr.
getSpecified
();
attrspecifiedvalueremove.java
33
* make a new attribute available with the "
getSpecified
()"
38
* value and also cause the "
getSpecified
()" method to
89
state = streetAttr.
getSpecified
();
namednodemapremovenameditem.java
39
* the "
getSpecified
()" method should return false.
89
specified = streetAttr.
getSpecified
();
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java
97
public boolean
getSpecified
() {
/packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java
52
public boolean
getSpecified
() {
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode01.java
107
specified = ((Attr) /*Node */aNode).
getSpecified
();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java
85
public boolean
getSpecified
() {return false;}
DOM2DTM.java
[
all
...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java
124
specified = ((Attr) /* Node */aNode).
getSpecified
();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java
1070
public boolean
getSpecified
(){
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java
625
public boolean
getSpecified
()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java
1277
public final boolean
getSpecified
()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java
689
boolean isSpecified = ((Attr) attr).
getSpecified
();
[
all
...]
/prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar
/prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/external/jdiff/
xerces.jar
Completed in 7205 milliseconds
1
2