getValue 581 core/E4XNode.cpp x = new (core->GetGC()) AttributeE4XNode (0, getValue());
getValue 584 core/E4XNode.cpp x = new (core->GetGC()) TextE4XNode (0, getValue());
getValue 587 core/E4XNode.cpp x = new (core->GetGC()) CDATAE4XNode (0, getValue());
getValue 590 core/E4XNode.cpp x = new (core->GetGC()) CommentE4XNode (0, getValue());
getValue 593 core/E4XNode.cpp x = new (core->GetGC()) PIE4XNode (0, getValue());
getValue 730 core/E4XNode.cpp if (this->getValue() != v->getValue() &&
getValue 731 core/E4XNode.cpp (this->getValue()==NULL || v->getValue()==NULL || *getValue() != *v->getValue()))
getValue 918 core/E4XNode.cpp Atom detail = prior ? prior->getValue()->atom() : 0;
getValue 922 core/E4XNode.cpp target->nonChildChanges(toplevel->xmlClass()->kTextSet, newXML->getValue()->atom(), detail);
getValue 163 core/E4XNode.h virtual Stringp getValue() const = 0;
getValue 252 core/E4XNode.h Stringp getValue() const { return m_value; };
getValue 264 core/E4XNode.h Stringp getValue() const { return m_value; };
getValue 276 core/E4XNode.h Stringp getValue() const { return m_value; };
getValue 288 core/E4XNode.h Stringp getValue() const { return m_value; };
getValue 301 core/E4XNode.h Stringp getValue() const { return m_value; };
getValue 343 core/E4XNode.h Stringp getValue() const { return 0; };
getValue 83 core/PrintWriter.cpp writeHexAddr(value.getValue());
getValue 57 core/PrintWriter.h uintptr getValue() const { return value; }
getValue 228 core/XMLClass.cpp if (!n->getValue()->isWhitespace())
getValue 1124 core/XMLListObject.cpp xn->setValue (core->concatStrings(xn->getValue(), _getNodeAt(i + 1)->getValue()));
getValue 1127 core/XMLListObject.cpp if (xn->getValue()->length() == 0)
getValue 678 core/XMLObject.cpp Stringp prior = x->getValue();
getValue 855 core/XMLObject.cpp Stringp val = x->getValue();
getValue 1181 core/XMLObject.cpp s << core->EscapeElementValue(m_node->getValue(), true);
getValue 1186 core/XMLObject.cpp s << core->EscapeElementValue(m_node->getValue(), false);
getValue 1192 core/XMLObject.cpp s << "<![CDATA[" << m_node->getValue() << "]]>";
getValue 1197 core/XMLObject.cpp s << core->EscapeAttributeValue (m_node->getValue()->atom());
getValue 1203 core/XMLObject.cpp s << m_node->getValue();
getValue 1217 core/XMLObject.cpp s << m_node->getValue() << "?>";
getValue 1339 core/XMLObject.cpp s << core->EscapeAttributeValue(an->getValue()->atom());
getValue 2035 core/XMLObject.cpp Stringp prior = x->getValue();
getValue 2039 core/XMLObject.cpp x->setValue (core->concatStrings(x->getValue(), x2->getValue()));
getValue 2049 core/XMLObject.cpp if (x->getValue()->isWhitespace())
getValue 2067 core/XMLObject.cpp Stringp current = x->getValue();
getValue 2447 core/XMLObject.cpp return m_node->getValue()->atom();
getValue 2538 core/XMLObject.cpp return m_node->getValue();
getValue 2725 core/XMLObject.cpp if (core->equals(xml->getValue()->atom(), value) == trueAtom)
getValue 2760 core/XMLObject.cpp if (core->equals(child->getValue()->atom(), value) == trueAtom)
getValue 270 core/XMLObject.h Stringp getValue();
getValue 375 core/avmplusHashtable.cpp Atom WeakValueHashtable::getValue(Atom key, Atom value)
getValue 406 core/avmplusHashtable.h virtual Atom get(Atom key) { return getValue(key, ht.get(key)); }
getValue 407 core/avmplusHashtable.h virtual Atom remove(Atom key) { return getValue(key, ht.remove(key)); }
getValue 410 core/avmplusHashtable.h Atom getValue(Atom key, Atom value);