Method
next()
Returns the next namespace in the sibling chain.
func next() -> XMLNameSpace?
Discussion
The iterator advances through libxml2’s next links without recursing because namespace declarations are stored as a flat list.
Method
Returns the next namespace in the sibling chain.
func next() -> XMLNameSpace?
The iterator advances through libxml2’s next links without recursing because namespace declarations are stored as a flat list.