BoundarySpace EnumerationBoundarySpace EnumerationBoundarySpace Enumeration

Specifies the boundary-space policy of an XQuery module.

Syntax

Public Enumeration BoundarySpace
public enum BoundarySpace
public:
enum BoundarySpace
 
The BoundarySpaceBoundarySpaceBoundarySpace type exposes the following members.

Members

 MemberDescription
MemberPreservePreservePreserve Boundary whitespace should be preserved.
MemberStripStripStrip Boundary whitespace should be stripped (deleted).

Top

Remarks

The boundary space policy controls the processing of boundary whitespace by direct element constructors. Its value may be "preserve" or "strip".

Use the BoundarySpaceBoundarySpaceBoundarySpace property to set the default boundary space policy.