Class virtual Dm.attribute

class virtual attribute : 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 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 virtual attrName : unit -> Namespace_symbols.rattr_symbol
method virtual node_type : unit -> Namespace_symbols.rtype_symbol
method virtual export_typed_value : unit -> Dm_atomic.atomicValue list
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 virtual rename : Datatypes.xs_QName -> unit
method node_lang : unit -> Datatypes.xs_string option