Home
last modified time | relevance | path

Searched refs:appendElement (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMOutputCapsule.java80 private Element appendElement(String name) { in appendElement() method in DOMOutputCapsule
121 Element el = appendElement(name); in write()
142 Element el = appendElement(name); in write()
168 Element el = appendElement(name); in write()
178 Element el = appendElement(name); in write()
209 Element el = appendElement(name); in write()
229 Element el = appendElement(name); in write()
255 Element el = appendElement(name); in write()
265 Element el = appendElement(name); in write()
294 Element el = appendElement(name); in write()
[all …]
/external/webkit/Source/WebCore/editing/
Dmarkup.cpp137 …void appendElement(Vector<UChar>& out, Element* element, bool addDisplayInline, RangeFullySelectsN…
138 …void appendElement(Vector<UChar>& out, Element* element, Namespaces*) { appendElement(out, element… in appendElement() function in WebCore::StyledMarkupAccumulator
150appendElement(markup, static_cast<Element*>(node), convertBlocksToInlines && isBlock(const_cast<No… in wrapWithNode()
255 void StyledMarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, bool addDisplayIn… in appendElement() function in WebCore::StyledMarkupAccumulator
DMarkupAccumulator.h92 virtual void appendElement(Vector<UChar>& out, Element*, Namespaces*);
DMarkupAccumulator.cpp321 void MarkupAccumulator::appendElement(Vector<UChar>& out, Element* element, Namespaces* namespaces) in appendElement() function in WebCore::MarkupAccumulator
411 appendElement(result, static_cast<Element*>(const_cast<Node*>(node)), namespaces); in appendStartMarkup()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0655628 (WebCore::StyledMarkupAccumulator::appendElement):
59193 … Also made takeResults, appendText, and appendElement in MarkupAccumulator virtual to override in
59195 … to append only rendered text when shouldAnnotate() is true, and appendElement requires a different
59205 (WebCore::StyledMarkupAccumulator::appendElement): Added to support annotation.
59217 (WebCore::MarkupAccumulator::appendElement): No longer deals with annotation.
73363 …Extracted appendText, appendComment, appendProcessingInstruction, appendElement and appendCDATASec…
73372 (WebCore::MarkupAccumulator::appendElement):
DChangeLog-2011-02-164908 (WebCore::StyledMarkupAccumulator::appendElement):
DChangeLog8248 (WebCore::MarkupAccumulator::appendElement):