Class virtual Dm.element

class virtual element : 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 base_uri : unit -> Dm_atomic.atomicAnyURI option Pervasives.ref
method node_kind : unit -> Dm_types._NodeKind
method string_value : unit -> Datatypes.xs_string
method virtual elemName : unit -> Namespace_symbols.relem_symbol
method virtual namespace_environment : unit -> Namespace_context.nsenv
method virtual nilled : unit -> Dm_types.nilled
method has_element_content : unit -> bool
method virtual node_type : unit -> Namespace_symbols.rtype_symbol
method virtual export_typed_value : unit -> Dm_atomic.atomicValue list
method node_lang : unit -> Datatypes.xs_string option
method virtual rename : Datatypes.xs_QName -> unit