Searched refs:hasAttributes (Results 1 – 11 of 11) sorted by relevance
78 boolean hasAttributes; in testHasAttributes1()82 hasAttributes = element.hasAttributes(); in testHasAttributes1()83 assertFalse("nodehasattributes01_1", hasAttributes); in testHasAttributes1()86 hasAttributes = element.hasAttributes(); in testHasAttributes1()87 assertTrue("nodehasattributes01_2", hasAttributes); in testHasAttributes1()92 boolean hasAttributes; in testHasAttributes2()95 hasAttributes = docType.hasAttributes(); in testHasAttributes2()96 assertFalse("nodehasattributes02", hasAttributes); in testHasAttributes2()102 boolean hasAttributes; in testHasAttributes3()107 hasAttributes = element.hasAttributes(); in testHasAttributes3()[all …]
78 state = addrNode.hasAttributes(); in testHasAttributes1()89 state = addrNode.hasAttributes(); in testHasAttributes2()
66 boolean hasAttributes; in runTest()70 hasAttributes = element.hasAttributes(); in runTest()71 assertFalse("nodehasattributes01_1", hasAttributes); in runTest()74 hasAttributes = element.hasAttributes(); in runTest()75 assertTrue("nodehasattributes01_2", hasAttributes); in runTest()
78 boolean hasAttributes; in runTest()81 hasAttributes = docType.hasAttributes(); in runTest()82 assertFalse("nodehasattributes02", hasAttributes); in runTest()
65 boolean hasAttributes; in runTest()70 hasAttributes = element.hasAttributes(); in runTest()71 assertTrue("hasAttributes", hasAttributes); in runTest()
82 boolean hasAttributes; in runTest()93 hasAttributes = elementTest.hasAttributes(); in runTest()94 assertTrue("nodehasattributes04", hasAttributes); in runTest()
71 state = addrNode.hasAttributes(); in runTest()
569 public boolean hasAttributes(); in hasAttributes() method
136 public boolean hasAttributes() { in hasAttributes() method in NodeImpl508 if (!node.hasAttributes()) { in lookupPrefix()573 if (!node.hasAttributes()) { in lookupNamespaceURI()
212 public boolean hasAttributes() { in hasAttributes() method in ElementImpl