Documentation Language: Swift

Structure

XMLAttribute

A Swift wrapper around a libxml2 attribute node.

struct XMLAttribute

Topics

Instance Properties

V
children

The attribute value nodes attached to the attribute.

V
name

The local name of the attribute.

Default Implementations

Relationships

Conforms To

See Also

Traversing Trees

S
XMLElement

A Swift wrapper around a libxml2 element node.

S
XMLTree

Enumerates a document tree while preserving node depth and parentage.

S
XMLNameSpace

A Swift wrapper around a libxml2 namespace definition.