Home
last modified time | relevance | path

Searched refs:appendNodeValue (Results 1 – 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPSerializerRDF.java340 appendNodeValue(name, true); in writeTreeName()
427 appendNodeValue(prop.getValue(), true); in serializeCompactRDFAttrProps()
531 appendNodeValue(qualifier.getValue(), true); in serializeCompactRDFElementProps()
596 appendNodeValue(node.getValue(), true); in serializeCompactRDFSimpleProp()
610 appendNodeValue (node.getValue(), false); in serializeCompactRDFSimpleProp()
991 appendNodeValue(qualifier.getValue(), true); in serializePrettyRDFProperty()
1037 appendNodeValue(node.getValue(), true); in serializePrettyRDFProperty()
1051 appendNodeValue(node.getValue(), false); in serializePrettyRDFProperty()
1111 appendNodeValue(child.getValue(), true); in serializePrettyRDFProperty()
1189 private void appendNodeValue(String value, boolean forAttribute) throws IOException in appendNodeValue() method in XMPSerializerRDF
/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h83 void appendNodeValue(Vector<UChar>& out, const Node*, const Range*, EntityMask);
DMarkupAccumulator.cpp185 void MarkupAccumulator::appendNodeValue(Vector<UChar>& out, const Node* node, const Range* range, E… in appendNodeValue() function in WebCore::MarkupAccumulator
271 appendNodeValue(out, text, m_range, entityMaskForText(text)); in appendText()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0668106 by appendNodeValue.
68114 (WebCore::MarkupAccumulator::appendNodeValue): Added.
68115 …(WebCore::MarkupAccumulator::appendText): Calls appendNodeValue and appendCharactersReplacingEntit…