Searched defs:getNodeValue (Results 1 - 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTextLiteral.java103 public synchronized String getNodeValue() method in class:ElemTextLiteral
H A DElemLiteralResult.java881 public String getNodeValue() throws DOMException method in class:ElemLiteralResult.Attribute
1132 return getNodeValue(); // overriden in some subclasses
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java501 XMLCharacterRecognizer.isWhiteSpace(n.getNodeValue());
850 buf.append(node.getNodeValue());
858 return m_xstrf.newstr( node.getNodeValue() );
884 buf.append(node.getNodeValue());
935 buf.append(node.getNodeValue());
1231 public String getNodeValue(int nodeHandle) method in class:DOM2DTM
1240 return getNode(nodeHandle).getNodeValue();
1252 return node.getNodeValue();
1255 buf.append(node.getNodeValue());
1258 buf.append(n.getNodeValue());
[all...]
H A DDOM2DTMdefaultNamespaceDeclarationNode.java73 public String getNodeValue() {return uri;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
278 if (getNodeValue() == null) {
279 if (arg.getNodeValue() != null) {
283 else if (!getNodeValue().equals(arg.getNodeValue())) {
332 String value = attr.getNodeValue();
420 String value = attr.getNodeValue();
636 return getNodeValue(); // overriden in some subclasses
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java532 public String getNodeValue(int nodeHandle); method in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java998 public String getNodeValue(int nodeHandle) method in class:SAX2DTM
H A DSAX2DTM2.java3126 public String getNodeValue(int nodeHandle) method in class:SAX2DTM2
3354 handler.addAttribute(getNodeName(node), getNodeValue(node));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java548 public String getNodeValue() throws DOMException method in class:UnImplNode
551 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeValue not supported!");
1343 if (getNodeValue() == null) {
1344 if (arg.getNodeValue() != null) {
1348 else if (!getNodeValue().equals(arg.getNodeValue())) {
1397 String value = attr.getNodeValue();
1485 String value = attr.getNodeValue();
1701 return getNodeValue(); // overriden in some subclasses
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java766 ps.println("Node Value: " + getNodeValue(i));
849 "=\""+ getNodeValue(nodeHandle)+"\"]");
1823 public abstract String getNodeValue(int nodeHandle); method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1699 public String getNodeValue(int nodeHandle) method in class:DTMDocumentImpl
H A DDTMNodeProxy.java292 public final String getNodeValue() throws DOMException method in class:DTMNodeProxy
294 return dtm.getNodeValue(node);
981 return dtm.getNodeValue(node);
1004 return dtm.getNodeValue(node).length();
1097 return (null == node) ? EMPTYSTRING : node.getNodeValue();
1198 return (null == retNode) ? EMPTYSTRING : retNode.getNodeValue();
1293 return dtm.getNodeValue(node);
1593 if (getNodeValue() == null) {
1594 if (arg.getNodeValue() != null) {
1598 else if (!getNodeValue()
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 257 milliseconds