BoundarySpace EnumerationBoundarySpace EnumerationBoundarySpace Enumeration
Specifies the boundary-space policy of an XQuery module.
The BoundarySpaceBoundarySpaceBoundarySpace
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | PreservePreservePreserve | Boundary whitespace should be preserved. |
![]() | StripStripStrip | Boundary whitespace should be stripped (deleted). |
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.