Home
last modified time | relevance | path

Searched refs:getNotationName (Results 1 – 6 of 6) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Ddocumentimportnode19.java114 notationName = entity2.getNotationName(); in runTest()
115 notationNameImp = entityImp2.getNotationName(); in runTest()
117 notationName = entity6.getNotationName(); in runTest()
118 notationNameImp = entityImp6.getNotationName(); in runTest()
DimportNode09.java99 notationName = entity1.getNotationName(); in runTest()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DEntityImpl.java50 return getNotationName(); in getNodeName()
58 public String getNotationName() { in getNotationName() method in EntityImpl
/libcore/luni/src/main/java/org/w3c/dom/
DEntity.java63 public String getNotationName(); in getNotationName() method
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dentitygetpublicid.java83 notation = entityNode.getNotationName(); in runTest()
/libcore/api/
Dcurrent.txt21192 method public String getNotationName();