xpath.Standalone

The xpath.Standalone enumeration is used during xml serialization to control the standalone attribute generation in the xml declaration.

Constants

xpath.Standalone.YES

The xml declaration will contain standalone=”yes”.

xpath.Standalone.NO

The xml declaration will contain standalone=”no”.

xpath.Standalone.OMIT

The xml declaration will contain no standalone attribute.

Methods