XQuerySettings.BoundarySpace PropertyXQuerySettings.BoundarySpace PropertyXQuerySettings::BoundarySpace Property

Gets or sets the boundary space policy.

Syntax

Public Property BoundarySpace As BoundarySpace
        Get
        Set(ByVal value As BoundarySpace)
public BoundarySpace BoundarySpace { get; set; }
public:
property BoundarySpace BoundarySpace {
    BoundarySpace get();
    void set(BoundarySpace value);
}
 

Property Value

Type: XmlPrime.BoundarySpaceXmlPrime.BoundarySpaceXmlPrime::BoundarySpace

One of the BoundarySpaceBoundarySpaceBoundarySpace values.

Remarks

The boundary space policy controls the processing of boundary whitespace by direct element constructors, as described in 3.7.1.4 Boundary Whitespace.

This setting can be overridden with a declare boundary-space declaration in the query.

The default boundary space policy is StripStripStrip.