Saxon API for .NET

XdmAtomicValue Constructor

Construct an atomic value of type xs:string

Overload List

Construct an atomic value of type xs:QName

public XdmAtomicValue(QName);

Construct an atomic value of type xs:boolean

public XdmAtomicValue(bool);

Construct an atomic value of type xs:decimal

public XdmAtomicValue(decimal);

Construct an atomic value of type xs:double

public XdmAtomicValue(double);

Construct an atomic value of type xs:integer

public XdmAtomicValue(long);

Construct an atomic value of type xs:float

public XdmAtomicValue(float);

Construct an atomic value of type xs:string

public XdmAtomicValue(string);

Construct an atomic value of a given built-in or user-defined type

public XdmAtomicValue(string,QName,Processor);

Construct an atomic value of type xs:anyURI

public XdmAtomicValue(Uri);

See Also

XdmAtomicValue Class | Saxon.Api Namespace