Home
last modified time | relevance | path

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

12345678910>>...52

/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/dom/
H A Dm_dom_character_data.m425 nodeType == COMMENT_NODE .or. &
98 if (arg%nodeType==COMMENT_NODE .and. index(str_vs(arg%nodeValue),"--")>0) then
105 if (getNodeType(arg)/=COMMENT_NODE) &
140 if (arg%nodeType==COMMENT_NODE .and. index(str_vs(arg%nodeValue),"--")>0) then
147 if (getNodeType(arg)/=COMMENT_NODE) &
184 if (getNodeType(arg)/=COMMENT_NODE) &
231 if (arg%nodeType==COMMENT_NODE .and. index(str_vs(arg%nodeValue),"--")>0) then
238 if (getNodeType(arg)/=COMMENT_NODE) &
H A Dm_dom_common.m415 …TOHW_m_dom_get(DOMString, data, np%nodeValue, (TEXT_NODE, COMMENT_NODE, CDATA_SECTION_NODE, PROCES…
29 arg%nodeType==COMMENT_NODE .or. &
44 case (COMMENT_NODE)
H A Dm_dom_exception.m442 .and. testChild%nodeType/=COMMENT_NODE &
69 .and. testChild%nodeType/=COMMENT_NODE &
81 .and. testChild%nodeType/=COMMENT_NODE &
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp475 || type == DOMNode::COMMENT_NODE in selectNode()
570 || type == DOMNode::COMMENT_NODE in surroundContents()
577 || type == DOMNode::COMMENT_NODE in surroundContents()
764 || type == DOMNode::COMMENT_NODE in insertNode()
835 || type == DOMNode::COMMENT_NODE in toString()
895 && type != DOMNode::COMMENT_NODE in toString()
923 || type == DOMNode::COMMENT_NODE in toString()
1092 || type == DOMNode::COMMENT_NODE in checkIndex()
1246 || type == DOMNode::COMMENT_NODE in traverseSameContainer()
1606 || type == DOMNode::COMMENT_NODE in traverseNode()
[all …]
H A DDOMCDATASectionImpl.cpp148 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in getWholeText()
155 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in getWholeText()
178 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in replaceWholeText()
187 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
223 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
H A DDOMTextImpl.cpp160 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in getWholeText()
167 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in getWholeText()
190 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in replaceWholeText()
199 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
235 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp475 || type == DOMNode::COMMENT_NODE in selectNode()
570 || type == DOMNode::COMMENT_NODE in surroundContents()
577 || type == DOMNode::COMMENT_NODE in surroundContents()
764 || type == DOMNode::COMMENT_NODE in insertNode()
835 || type == DOMNode::COMMENT_NODE in toString()
895 && type != DOMNode::COMMENT_NODE in toString()
923 || type == DOMNode::COMMENT_NODE in toString()
1092 || type == DOMNode::COMMENT_NODE in checkIndex()
1246 || type == DOMNode::COMMENT_NODE in traverseSameContainer()
1605 || type == DOMNode::COMMENT_NODE in traverseNode()
[all …]
H A DDOMCDATASectionImpl.cpp145 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in getWholeText()
152 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in getWholeText()
175 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in replaceWholeText()
184 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
220 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
H A DDOMTextImpl.cpp155 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in getWholeText()
162 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in getWholeText()
185 …if(prevNode->getNodeType()==ELEMENT_NODE || prevNode->getNodeType()==COMMENT_NODE || prevNode->get… in replaceWholeText()
194 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
230 …if(nextNode->getNodeType()==ELEMENT_NODE || nextNode->getNodeType()==COMMENT_NODE || nextNode->get… in replaceWholeText()
/dports/java/jaxen/jaxen-1.0-FCS/src/java/main/org/jaxen/pattern/
H A DNodeTypeTest.java84 = new NodeTypeTest( COMMENT_NODE );
133 case COMMENT_NODE: in getText()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/xpath/
H A DNodeTypeTest.java85 case Node.COMMENT_NODE: in matches()
123 case Node.COMMENT_NODE: in toString()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/xpath/
H A DNodeTypeTest.java86 case Node.COMMENT_NODE: in matches()
128 case Node.COMMENT_NODE: in toString()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/xpath/
H A DNodeTypeTest.java86 case Node.COMMENT_NODE: in matches()
128 case Node.COMMENT_NODE: in toString()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/xpath/
H A DNodeTypeTest.java86 case Node.COMMENT_NODE: in matches()
128 case Node.COMMENT_NODE: in toString()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/xpath/
H A DNodeTypeTest.java86 case Node.COMMENT_NODE: in matches()
128 case Node.COMMENT_NODE: in toString()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/xpath/
H A DNodeTypeTest.java86 case Node.COMMENT_NODE: in matches()
128 case Node.COMMENT_NODE: in toString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DCodeTemplateBlock.java117 if (element == COMMENT_NODE || element == CODE_NODE) { in getChildren()
118 return getTemplateOfCategory(element == COMMENT_NODE); in getChildren()
128 return COMMENT_NODE; in getParent()
137 return (element == COMMENT_NODE || element == CODE_NODE); in hasChildren()
153 if (element == COMMENT_NODE) { in category()
224 if (element == COMMENT_NODE || element == CODE_NODE) { in getText()
294 …protected final static String COMMENT_NODE= PreferencesMessages.CodeTemplateBlock_templates_commen… field in CodeTemplateBlock
337 fCodeTemplateTree.addElement(COMMENT_NODE); in CodeTemplateBlock()
558 TemplatePersistenceData[] cat= getTemplateOfCategory(curr == COMMENT_NODE); in export()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathUtil.cpp47 case Node::COMMENT_NODE: in stringValue()
78 case Node::COMMENT_NODE: in isValidContextNode()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DCodeTemplateBlock.java96 if (element == COMMENT_NODE || element == CODE_NODE) { in getChildren()
97 return getTemplateOfCategory(element == COMMENT_NODE); in getChildren()
107 return COMMENT_NODE; in getParent()
115 return (element == COMMENT_NODE || element == CODE_NODE); in hasChildren()
144 if (element == COMMENT_NODE || element == CODE_NODE) { in getText()
203 protected final static Object COMMENT_NODE = PreferencesMessages field in CodeTemplateBlock
253 fCodeTemplateTree.addElement(COMMENT_NODE); in CodeTemplateBlock()
460 TemplatePersistenceData[] cat = getTemplateOfCategory(curr == COMMENT_NODE); in export()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeHelper.cpp89 case XalanNode::COMMENT_NODE: in doAppendSibling()
125 case XalanNode::COMMENT_NODE: in doAppendToLastSibling()
203 case XalanNode::COMMENT_NODE: in doAppendSibling()
241 case XalanNode::COMMENT_NODE: in appendSibling()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXIfActionFactory.java82 if (thisChild.getNodeType() == Node.COMMENT_NODE) in parseAction()
174 if (thisChild.getNodeType() == Node.COMMENT_NODE) in handleElseifChild()
216 if (thisChild.getNodeType() == Node.COMMENT_NODE) in handleElseChild()
H A DSTAXCallWithListActionFactory.java79 if (thisChild.getNodeType() == Node.COMMENT_NODE) in parseAction()
119 if (thisChild.getNodeType() == Node.COMMENT_NODE) in handleChild()
H A DSTAXTryActionFactory.java76 if (thisChild.getNodeType() == Node.COMMENT_NODE) in parseAction()
185 if (thisChild.getNodeType() == Node.COMMENT_NODE) in handleCatch()
244 if (thisChild.getNodeType() == Node.COMMENT_NODE) in handleFinally()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DNodeInfoInlines.h69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
91 ((aNodeType == nsINode::COMMENT_NODE) == in CheckValidNodeInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DNodeInfoInlines.h69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
91 ((aNodeType == nsINode::COMMENT_NODE) == in CheckValidNodeInfo()

12345678910>>...52