Enum libxml::tree::NodeType[][src]

pub enum NodeType {
    ElementNode,
    AttributeNode,
    TextNode,
    CDataSectionNode,
    EntityRefNode,
    EntityNode,
    PiNode,
    CommentNode,
    DocumentNode,
    DocumentTypeNode,
    DocumentFragNode,
    NotationNode,
    HtmlDocumentNode,
    DTDNode,
    ElementDecl,
    AttributeDecl,
    EntityDecl,
    NamespaceDecl,
    XIncludeStart,
    XIncludeEnd,
    DOCBDocumentNode,
}

Types of xml nodes

Variants

Methods

impl NodeType
[src]

converts an integer from libxml's enum NodeType to an instance of our NodeType

Trait Implementations

impl Debug for NodeType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NodeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for NodeType

impl Sync for NodeType