module Gdome: sig
.. end
class domString : TDOMString.t ->
object
.. end
val gdome_obj_eq : (< equals : 'a -> bool; .. > as 'a) -> 'a -> bool
val (===) : (< equals : 'a -> bool; .. > as 'a) -> 'a -> bool
class domImplementation : TDOMImplementation.t ->
object
.. end
class eventTarget : TEventTarget.t ->
object
.. end
class event : TEvent.t ->
object
.. end
class mutationEvent : TMutationEvent.t ->
object
.. end
class eventListener : TEventListener.t ->
object
.. end
class node : TNode.t ->
object
.. end
class nodeList : TNodeList.t ->
object
.. end
class namedNodeMap : TNamedNodeMap.t ->
object
.. end
class characterData : TCharacterData.t ->
object
.. end
class attr : TAttr.t ->
object
.. end
class element : TElement.t ->
object
.. end
class text : TText.t ->
object
.. end
class comment : TComment.t ->
object
.. end
class cdataSection : TCDATASection.t ->
object
.. end
class documentType : TDocumentType.t ->
object
.. end
class notation : TNotation.t ->
object
.. end
class entity : TEntity.t ->
object
.. end
class entityReference : TEntityReference.t ->
object
.. end
class processingInstruction : TProcessingInstruction.t ->
object
.. end
class documentFragment : TDocumentFragment.t ->
object
.. end
class document : TDocument.t ->
object
.. end
val domString : string -> domString
val domImplementation : unit -> domImplementation
val eventListener : callback:(event -> unit) -> eventListener
class mutationEvent_of_event : < as_Event : [> `Event ] GdomeT.t; .. > ->
mutationEvent
class characterData_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
characterData
class attr_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
attr
class element_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
element
class text_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
text
class comment_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
comment
class cdataSection_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
cdataSection
class documentType_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
documentType
class notation_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
notation
class entity_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
entity
class entityReference_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
entityReference
class processingInstruction_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
processingInstruction
class documentFragment_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
documentFragment
class document_of_node : < as_Node : [> `Node ] GdomeT.t; .. > ->
document