Structure
XMLNameSpace
A Swift wrapper around a libxml2 namespace definition.
struct XMLNameSpace
Topics
Instance Properties
V
href
The namespace URI referenced by the declaration.
V
prefix
The declared prefix for the namespace.
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
XMLAttribute
A Swift wrapper around a libxml2 attribute node.