Home
last modified time | relevance | path

Searched defs:nodeValue (Results 1 – 14 of 14) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java92 Node nodeValue = tuple.getValueNode(); in representJavaBean() local
126 Node nodeValue = representData(propertyValue); in representJavaBeanProperty() local
DBaseRepresenter.java156 Node nodeValue = representData(entry.getValue()); in representMapping() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
DUniqueKeyTest.java47 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java359 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
391 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructSet2ndStep() local
DSafeConstructor.java94 List<NodeTuple> nodeValue = node.getValue(); in mergeNode() local
316 String nodeValue = scalar.getValue(); in construct() local
DConstructor.java227 List<NodeTuple> nodeValue = node.getValue(); in constructJavaBean2ndStep() local
/external/python/cpython3/Lib/xml/dom/
Dminidom.py329 nodeValue = None variable in DocumentFragment
396 nodeValue = value = property(_get_value, _set_value) variable in Attr
666 nodeValue = None variable in Element
978 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1283 nodeValue = None variable in DocumentType
1344 nodeValue = None variable in Entity
1383 nodeValue = None variable in Notation
1528 nodeValue = None variable in Document
/external/python/cpython2/Lib/xml/dom/
Dminidom.py320 nodeValue = None variable in DocumentFragment
632 nodeValue = None variable in Element
1238 nodeValue = None variable in DocumentType
1299 nodeValue = None variable in Entity
1338 nodeValue = None variable in Notation
1480 nodeValue = None variable in Document
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp765 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash); in RunBindItems() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java1022 public void setNodeValue(String nodeValue) throws DOMException in setNodeValue()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3286 String nodeValue = (String)m_values.elementAt(dataIndex); in copyNS() local
3378 String nodeValue = (String)m_values.elementAt(valueIndex); in copyAttribute() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java563 public void setNodeValue(String nodeValue) throws DOMException in setNodeValue()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java314 public final void setNodeValue(String nodeValue) throws DOMException in setNodeValue()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java1073 String nodeValue = ""; in extractMergeData() local