DOM-2.0.0: DOM Level 2 bindings for the WebBits package.
Source code
Contents
Index
Data.DOM.Document
Documentation
createElement
:: (
Monad
mn,
CDocument
this,
CElement
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createDocumentFragment
:: (
Monad
mn,
CDocument
this,
CDocumentFragment
zz) =>
Expression
this -> mn (
Expression
zz)
Source
createTextNode
:: (
Monad
mn,
CDocument
this,
CText
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createComment
:: (
Monad
mn,
CDocument
this,
CComment
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createCDATASection
:: (
Monad
mn,
CDocument
this,
CCDATASection
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createProcessingInstruction
:: (
Monad
mn,
CDocument
this,
CProcessingInstruction
zz) =>
Expression
String
->
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createAttribute
:: (
Monad
mn,
CDocument
this,
CAttr
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createEntityReference
:: (
Monad
mn,
CDocument
this,
CEntityReference
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
getElementsByTagName
:: (
Monad
mn,
CDocument
this,
CNodeList
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
importNode
:: (
Monad
mn,
CDocument
this,
CNode
importedNode,
CNode
zz) =>
Expression
importedNode ->
Expression
Bool
->
Expression
this -> mn (
Expression
zz)
Source
createElementNS
:: (
Monad
mn,
CDocument
this,
CElement
zz) =>
Expression
String
->
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
createAttributeNS
:: (
Monad
mn,
CDocument
this,
CAttr
zz) =>
Expression
String
->
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
getElementsByTagNameNS
:: (
Monad
mn,
CDocument
this,
CNodeList
zz) =>
Expression
String
->
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
getElementById
:: (
Monad
mn,
CDocument
this,
CElement
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
get'doctype
:: (
Monad
mn,
CDocument
this,
CDocumentType
zz) =>
Expression
this -> mn (
Expression
zz)
Source
getm'doctype
:: (
Monad
mn,
CDocument
this) =>
Expression
this -> mn (
Expression
TDocumentType
)
Source
get'implementation
:: (
Monad
mn,
CDocument
this,
CDOMImplementation
zz) =>
Expression
this -> mn (
Expression
zz)
Source
getm'implementation
:: (
Monad
mn,
CDocument
this) =>
Expression
this -> mn (
Expression
TDOMImplementation
)
Source
get'documentElement
:: (
Monad
mn,
CDocument
this,
CElement
zz) =>
Expression
this -> mn (
Expression
zz)
Source
getm'documentElement
:: (
Monad
mn,
CDocument
this) =>
Expression
this -> mn (
Expression
TElement
)
Source
Produced by
Haddock
version 2.4.2