Lines Matching defs:xml
4 * @todo move these to xml/ instead of dialogs/
17 #include "xml/repr.h"
515 return "xml goes here";
777 Inkscape::XML::Node const * xml = 0;
787 xml = sp_repr_lookup_name( rdf, name );
790 return xml;
795 Inkscape::XML::Node const *xml = getXmlRepr( const_cast<SPDocument const *>(doc), name );
797 return const_cast<Inkscape::XML::Node *>(xml);
802 Inkscape::XML::Node * xml = 0;
812 xml = sp_repr_lookup_name( rdf, name );
813 if ( !xml ) {
814 xml = doc->getReprDoc()->createElement( name );
815 if ( !xml ) {
816 g_critical("Unable to create xml element <%s>.", name);
818 xml->setAttribute("rdf:about", "" );
820 rdf->appendChild(xml);
821 Inkscape::GC::release(xml);
826 return xml;
864 g_critical("Unable to create xml element <%s>", name);
1171 { "format", "image/svg+xml", },