gi-webkit2webextension-4.0.9: WebKit2-WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMDocumentFragment

Contents

Description

 

Synopsis

Exported types

newtype DOMDocumentFragment Source #

Constructors

DOMDocumentFragment (ManagedPtr DOMDocumentFragment) 

Instances

Properties

childElementCount

data DOMDocumentFragmentChildElementCountPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildElementCountPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildElementCountPropertyInfo = "child-element-count"
type AttrGetType DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildElementCountPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDocumentFragmentChildElementCount :: AttrLabelProxy "childElementCount" Source #

children

data DOMDocumentFragmentChildrenPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildrenPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildrenPropertyInfo = "children"
type AttrGetType DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildrenPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentFragmentChildren :: AttrLabelProxy "children" Source #

firstElementChild

data DOMDocumentFragmentFirstElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentFirstElementChildPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentFirstElementChildPropertyInfo = "first-element-child"
type AttrGetType DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentFirstElementChildPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentFragmentFirstElementChild :: AttrLabelProxy "firstElementChild" Source #

lastElementChild

data DOMDocumentFragmentLastElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentLastElementChildPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentLastElementChildPropertyInfo = "last-element-child"
type AttrGetType DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentLastElementChildPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentFragmentLastElementChild :: AttrLabelProxy "lastElementChild" Source #