[ 原始碼: golang-gopkg-xmlpath.v2 ]
套件:golang-gopkg-xmlpath.v2-dev(0.0~git20150820.0.860cbec-5)
golang-gopkg-xmlpath.v2-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-gopkg-xmlpath.v2:
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.dsc]
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec.orig.tar.xz]
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
strict subset of the XPath specification for the Go language
Package xmlpath implements a strict subset of the XPath specification for the Go language. At the moment, xmlpath is compatible with the XPath specification to the following extent:
- All axes are supported ("child", "following-sibling", etc) - All abbreviated forms are supported (".", "//", etc) - All node types except for namespace are supported - Predicates may be [N], [path], [not(path)], [path=literal] or [contains(path, literal)] - Predicates may be joined with "or", "and", and parenthesis - Richer expressions and namespaces are not supported
其他與 golang-gopkg-xmlpath.v2-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package