Home
last modified time | relevance | path

Searched defs:getNodeValue (Results 1 – 13 of 13) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTextLiteral.java103 public synchronized String getNodeValue() in getNodeValue() method in ElemTextLiteral
DElemLiteralResult.java881 public String getNodeValue() throws DOMException in getNodeValue() method
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp409 std::string SyntaxTree::Impl::getNodeValue(NodeId Id) const { in getNodeValue() function in clang::diff::SyntaxTree::Impl
413 std::string SyntaxTree::Impl::getNodeValue(const Node &N) const { in getNodeValue() function in clang::diff::SyntaxTree::Impl
519 std::string getNodeValue(SNodeId Id) const { in getNodeValue() function in clang::diff::Subtree
1009 std::string SyntaxTree::getNodeValue(NodeId Id) const { in getNodeValue() function in clang::diff::SyntaxTree
1013 std::string SyntaxTree::getNodeValue(const Node &N) const { in getNodeValue() function in clang::diff::SyntaxTree
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java73 public String getNodeValue() {return uri;} in getNodeValue() method in DOM2DTMdefaultNamespaceDeclarationNode
DDOM2DTM.java1231 public String getNodeValue(int nodeHandle) in getNodeValue() method in DOM2DTM
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java532 public String getNodeValue(int nodeHandle); in getNodeValue() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java548 public String getNodeValue() throws DOMException in getNodeValue() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java292 public final String getNodeValue() throws DOMException in getNodeValue() method in DTMNodeProxy
DDTMDefaultBase.java1823 public abstract String getNodeValue(int nodeHandle); in getNodeValue() method in DTMDefaultBase
DDTMDocumentImpl.java1699 public String getNodeValue(int nodeHandle) in getNodeValue() method in DTMDocumentImpl
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java998 public String getNodeValue(int nodeHandle) in getNodeValue() method in SAX2DTM
DSAX2DTM2.java3126 public String getNodeValue(int nodeHandle) in getNodeValue() method in SAX2DTM2
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1758 public static String getNodeValue(Node node) { in getNodeValue() method in LDMLUtilities