Home
last modified time | relevance | path

Searched refs:appendAttribute (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h95 void appendAttribute(Vector<UChar>& out, Element* element, const Attribute&, Namespaces*);
DMarkupAccumulator.cpp328 appendAttribute(out, element, *attributes->attributeItem(i), namespaces); in appendElement()
351 void MarkupAccumulator::appendAttribute(Vector<UChar>& out, Element* element, const Attribute& attr… in appendAttribute() function in WebCore::MarkupAccumulator
Dmarkup.cpp267 appendAttribute(out, element, *attribute, 0); in appendElement()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java548 appendAttribute(m_nsNames.stringToIndex(atts.getURI(i)), in startElement()
2230 void appendAttribute(int namespaceIndex, int localNameIndex, int prefixIndex, in appendAttribute() method in DTMDocumentImpl
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659222 (WebCore::MarkupAccumulator::appendAttribute): Added.