Home
last modified time | relevance | path

Searched defs:COMMENT_NODE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
D__init__.py35 COMMENT_NODE = 8 variable in Node
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java135 public static final short COMMENT_NODE = 8; field