Class virtual Dm.comment

class virtual comment : 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 base_uri : unit -> Dm_atomic.atomicAnyURI option Pervasives.ref
method node_kind : unit -> Dm_types._NodeKind
method node_name : unit -> Dm_atomic.atomicQName option
method typed_value : unit -> Dm_atomic.atomicValue Cursor.cursor
method children : (Xquery_type_core_ast.cxschema option * Xquery_algebra_ast.anode_test) option ->
node Cursor.cursor
method attributes : (Xquery_type_core_ast.cxschema option * Xquery_algebra_ast.anode_test) option ->
attribute Cursor.cursor
method delete : node -> unit
method detach : node -> unit
method insert : node Cursor.cursor -> node -> unit
method insert_first : node Cursor.cursor -> unit
method replace : node Cursor.cursor -> node -> unit
method rename : Datatypes.xs_QName -> unit
method node_lang : unit -> Datatypes.xs_string option