Class virtual Dm.document

class virtual document : Dm_atomic.atomicAnyURI option Pervasives.ref -> object .. end
Inherits
method getDocumentNode : unit -> document
method getElementNode : unit -> element
method getAttributeNode : unit -> attribute
method getTextNode : unit -> text
method getProcessingInstructionNode : unit -> processingInstruction
method getCommentNode : unit -> comment
method node_name : unit -> Dm_atomic.atomicQName option
method base_uri : unit -> Dm_atomic.atomicAnyURI option Pervasives.ref
method node_kind : unit -> Dm_types._NodeKind
method string_value : unit -> Datatypes.xs_string
method typed_value : unit -> Dm_atomic.atomicValue Cursor.cursor
method parent : (Xquery_type_core_ast.cxschema option * Xquery_algebra_ast.anode_test) option ->
node option
method attributes : (Xquery_type_core_ast.cxschema option * Xquery_algebra_ast.anode_test) option ->
attribute Cursor.cursor
method virtual document_uri : unit -> Dm_atomic.atomicAnyURI option
method replace : node Cursor.cursor -> node -> unit
method replace_value : text -> unit
method rename : Datatypes.xs_QName -> unit
method node_lang : unit -> Datatypes.xs_string option