xquery.xpath.Standalone¶
The xpath.Standalone enumeration is used during xml serialization to control the standalone attribute generation in the xml declaration.
Constants¶
- xquery.xpath.Standalone.YES
- The xml declaration will contain standalone=”yes”. 
- xquery.xpath.Standalone.NO
- The xml declaration will contain standalone=”no”. 
- xquery.xpath.Standalone.OMIT
- The xml declaration will contain no standalone attribute. 
