Home
last modified time | relevance | path

Searched refs:NOTATION_NODE (Results 1 – 17 of 17) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java366 case Node.NOTATION_NODE: in lookupNamespaceURI()
497 case Node.NOTATION_NODE: in lookupPrefix()
/external/python/cpython3/Lib/xml/dom/
D__init__.py40 NOTATION_NODE = 12 variable in Node
Dexpatbuilder.py510 Node.NOTATION_NODE: NodeFilter.SHOW_NOTATION,
Dminidom.py339 Node.NOTATION_NODE)
1407 nodeType = Node.NOTATION_NODE
/external/python/cpython2/Lib/xml/dom/
D__init__.py39 NOTATION_NODE = 12 variable in Node
Dminidom.py329 Node.NOTATION_NODE)
1337 nodeType = Node.NOTATION_NODE
Dexpatbuilder.py517 Node.NOTATION_NODE: NodeFilter.SHOW_NOTATION,
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java155 public static final short NOTATION_NODE = 12; field
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java63 public static final int NOTATION = ((int)DTM.NOTATION_NODE) ;
DDTMNodeProxy.java1677 case Node.NOTATION_NODE: in lookupNamespaceURI()
1804 case Node.NOTATION_NODE: in lookupPrefix()
DDTMDefaultBase.java705 case DTM.NOTATION_NODE : in dumpDTM()
828 case DTM.NOTATION_NODE : in dumpNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1431 case Node.NOTATION_NODE: in lookupNamespaceURI()
1562 case Node.NOTATION_NODE: in lookupPrefix()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java463 case DTM.NOTATION_NODE : in getHead()
531 case DTM.NOTATION_NODE : in getTemplateFast()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTest.java396 return DTM.NOTATION_NODE; in getNodeTypeTest()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java487 case (Node.NOTATION_NODE): { in processNextNodeType()
/external/python/cpython3/Doc/library/
Dxml.dom.rst248 :const:`DOCUMENT_NODE`, :const:`DOCUMENT_TYPE_NODE`, :const:`NOTATION_NODE`.
/external/python/cpython2/Doc/library/
Dxml.dom.rst261 :const:`DOCUMENT_NODE`, :const:`DOCUMENT_TYPE_NODE`, :const:`NOTATION_NODE`.