Home
last modified time | relevance | path

Searched refs:COMMENT_NODE (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java832 if(type == Node.COMMENT_NODE){ in parseResourceString()
866 if(type == Node.COMMENT_NODE){ in parseResourceInt()
900 if(type == Node.COMMENT_NODE){ in parseResourceAlias()
932 if(type == Node.COMMENT_NODE){ in parseResourceBinary()
1015 if(type == Node.COMMENT_NODE){ in parseBinUnit()
1047 if(type == Node.COMMENT_NODE){ in parseArray()
1104 if(type == Node.COMMENT_NODE){ in parseIntVector()
1150 if(type == Node.COMMENT_NODE){ in parseTable()
/external/python/cpython3/Lib/xml/dom/
D__init__.py36 COMMENT_NODE = 8 variable in Node
Dminidom.py337 Node.COMMENT_NODE,
673 Node.COMMENT_NODE,
1175 nodeType = Node.COMMENT_NODE
1523 Node.COMMENT_NODE, Node.DOCUMENT_TYPE_NODE)
1893 elif node.nodeType == Node.COMMENT_NODE:
Dexpatbuilder.py506 Node.COMMENT_NODE: NodeFilter.SHOW_COMMENT,
/external/python/cpython2/Lib/xml/dom/
D__init__.py35 COMMENT_NODE = 8 variable in Node
Dminidom.py328 Node.COMMENT_NODE,
639 Node.COMMENT_NODE,
1127 nodeType = Node.COMMENT_NODE
1476 Node.COMMENT_NODE, Node.DOCUMENT_TYPE_NODE)
1848 elif node.nodeType == Node.COMMENT_NODE:
Dexpatbuilder.py513 Node.COMMENT_NODE: NodeFilter.SHOW_COMMENT,
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java187 case DTM.COMMENT_NODE : in cloneToResultTree()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java135 public static final short COMMENT_NODE = 8; field
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java1430 case COMMENT_NODE: in getStringValue()
1709 case COMMENT_NODE: in getNodeValue()
2118 int w0 = COMMENT_NODE; in appendComment()
DExpandedNameTable.java59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ;
DDTMTreeWalker.java226 case DTM.COMMENT_NODE : in startNode()
DDTMDefaultBase.java681 case DTM.COMMENT_NODE : in dumpDTM()
804 case DTM.COMMENT_NODE : in dumpNode()
DDTMNodeProxy.java611 case Node.COMMENT_NODE: in getDocumentElement()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java456 case DTM.COMMENT_NODE : in getHead()
524 case DTM.COMMENT_NODE : in getTemplateFast()
DElemNumber.java753 case DTM.COMMENT_NODE : in getCountMatchPattern()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java287 case Node.COMMENT_NODE : in startNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java313 case Node.COMMENT_NODE : in startNode()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTest.java381 return DTM.COMMENT_NODE; in getNodeTypeTest()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2453 int exName = m_expandedNameTable.getExpandedTypeID(DTM.COMMENT_NODE); in comment()
2461 m_previous = addNode(DTM.COMMENT_NODE, exName, in comment()
DSAX2DTM2.java2271 m_previous = addNode(DTM.COMMENT_NODE, DTM.COMMENT_NODE, in comment()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java465 case (Node.COMMENT_NODE): { in processNextNodeType()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1675 case Node.COMMENT_NODE : in dispatchNodeData()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java411 case Node.COMMENT_NODE : in startNode()
/external/python/cpython2/Doc/library/
Dxml.dom.rst260 :const:`PROCESSING_INSTRUCTION_NODE`, :const:`COMMENT_NODE`,

12