Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.DocumentType
Synopsis
- getName :: (MonadDOM m, FromJSString result) => DocumentType -> m result
- getPublicId :: (MonadDOM m, FromJSString result) => DocumentType -> m result
- getSystemId :: (MonadDOM m, FromJSString result) => DocumentType -> m result
- newtype DocumentType = DocumentType {}
- gTypeDocumentType :: JSM GType
Documentation
getName :: (MonadDOM m, FromJSString result) => DocumentType -> m result Source #
getPublicId :: (MonadDOM m, FromJSString result) => DocumentType -> m result Source #
getSystemId :: (MonadDOM m, FromJSString result) => DocumentType -> m result Source #
newtype DocumentType Source #
Functions for this inteface are in JSDOM.DocumentType. Base interface functions are in:
Constructors
DocumentType | |
Fields |
Instances
PToJSVal DocumentType Source # | |
Defined in JSDOM.Types Methods pToJSVal :: DocumentType -> JSVal # | |
PFromJSVal DocumentType Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> DocumentType # | |
ToJSVal DocumentType Source # | |
Defined in JSDOM.Types | |
FromJSVal DocumentType Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe DocumentType) # fromJSValUnchecked :: JSVal -> JSM DocumentType # fromJSValListOf :: JSVal -> JSM (Maybe [DocumentType]) # fromJSValUncheckedListOf :: JSVal -> JSM [DocumentType] # | |
MakeObject DocumentType Source # | |
Defined in JSDOM.Types Methods makeObject :: DocumentType -> JSM Object # | |
IsNode DocumentType Source # | |
Defined in JSDOM.Types | |
IsEventTarget DocumentType Source # | |
Defined in JSDOM.Types | |
IsChildNode DocumentType Source # | |
Defined in JSDOM.Types | |
IsNodeOrString DocumentType Source # | |
Defined in JSDOM.Types | |
IsGObject DocumentType Source # | |
Defined in JSDOM.Types Methods typeGType :: DocumentType -> JSM GType |