xconst

package
v0.0.0-...-97928f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2021 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	//AxisAncestor represents the "ancestor" axis
	AxisAncestor = "ancestor"
	//AxisAncestorOrSelf represents the "ancestor-or-self" axis
	AxisAncestorOrSelf = "ancestor-or-self"
	//AxisAttribute represents the "attribute" axis
	AxisAttribute = "attribute"
	//AxisChild represents the "child" axis
	AxisChild = "child"
	//AxisDescendent represents the "descendant" axis
	AxisDescendent = "descendant"
	//AxisDescendentOrSelf represents the "descendant-or-self" axis
	AxisDescendentOrSelf = "descendant-or-self"
	//AxisFollowing represents the "following" axis
	AxisFollowing = "following"
	//AxisFollowingSibling represents the "following-sibling" axis
	AxisFollowingSibling = "following-sibling"
	//AxisNamespace represents the "namespace" axis
	AxisNamespace = "namespace"
	//AxisParent represents the "parent" axis
	AxisParent = "parent"
	//AxisPreceding represents the "preceding" axis
	AxisPreceding = "preceding"
	//AxisPrecedingSibling represents the "preceding-sibling" axis
	AxisPrecedingSibling = "preceding-sibling"
	//AxisSelf represents the "self" axis
	AxisSelf = "self"
)
View Source
const (
	//NodeTypeComment represents the "comment" node test
	NodeTypeComment = "comment"
	//NodeTypeText represents the "text" node test
	NodeTypeText = "text"
	//NodeTypeProcInst represents the "processing-instruction" node test
	NodeTypeProcInst = "processing-instruction"
	//NodeTypeNode represents the "node" node test
	NodeTypeNode = "node"
)

Variables

AxisNames is all the possible Axis identifiers wrapped in an array for convenience

NodeTypes is all the possible node tests wrapped in an array for convenience

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL