Documentation
¶
Overview ¶
Package clarkns implements Clark Notation for XML.
For more information see http://www.jclark.com/xml/xmlns.htm
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnclosedNS = errors.New("clarkns: no namespace closing bracket found")
)
Errors returned by methods and functions in this package.
Functions ¶
func Name ¶
Name parses the provided XML name from Clark notation. For example the string "{http://www.cars.com/xml}part" would result in a local name of "part" and a namespace of "http://www.cars.com/xml"
Name does not enforce XML name constraints and there is no guarantee that the returned xml.Name is valid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.