Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
node.h File Reference

Interface for XML nodes. More...

Go to the source code of this file.

Classes

class  Inkscape::XML::Node
 Interface for refcounted XML nodes. More...
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::XML
 @Inkscape XML tree.
 

Typedefs

using Inkscape::XML::AttributeVector = std::vector< AttributeRecord, Inkscape::GC::Alloc< AttributeRecord > >
 

Enumerations

enum class  Inkscape::XML::NodeType {
  Inkscape::XML::DOCUMENT_NODE , Inkscape::XML::ELEMENT_NODE , Inkscape::XML::TEXT_NODE , Inkscape::XML::COMMENT_NODE ,
  Inkscape::XML::PI_NODE
}
 Enumeration containing all supported node types. More...
 

Detailed Description

Interface for XML nodes.

Authors: MenTaLguY menta.nosp@m.l@ry.nosp@m.dia.n.nosp@m.et Krzysztof KosiƄski tween.nosp@m.k.pl.nosp@m.@gmai.nosp@m.l.co.nosp@m.m (documentation)

Copyright (C) 2018 Authors Released under GNU GPL v2+, read the file 'COPYING' for more information.

Definition in file node.h.