Saxon API for .NET

XdmAxis Enumeration

Enumeration identifying the thirteen XPath axes

public enum XdmAxis

Members

Member NameDescription
AncestorThe XPath ancestor axis
AncestorOrSelfThe XPath ancestor-or-self axis
AttributeThe XPath attribute axis
ChildThe XPath child axis
DescendantThe XPath descendant axis
DescendantOrSelfThe XPath descandant-or-self axis
FollowingThe XPath following axis
FollowingSiblingThe XPath following-sibling axis
NamespaceThe XPath namespace axis
ParentThe XPath parent axis
PrecedingThe XPath preceding axis
PrecedingSiblingThe XPath preceding-sibling axis
SelfThe XPath self axis

Requirements

Namespace: Saxon.Api

Assembly: saxon8api (in saxon8api.netmodule)

See Also

Saxon.Api Namespace