---
title: DOMObject
framework: webkit
role: symbol
role_heading: Class
path: webkit/domobject
---

# DOMObject

## Declaration

```swift
class DOMObject
```

## Topics

### Instance Properties

- [sheet](webkit/domobject/sheet.md)

## Relationships

### Inherits From

- [WebScriptObject](webkit/webscriptobject.md)

### Inherited By

- [DOMAbstractView](webkit/domabstractview.md)
- [DOMBlob](webkit/domblob.md)
- [DOMCSSRule](webkit/domcssrule.md)
- [DOMCSSRuleList](webkit/domcssrulelist.md)
- [DOMCSSStyleDeclaration](webkit/domcssstyledeclaration.md)
- [DOMCSSValue](webkit/domcssvalue.md)
- [DOMCounter](webkit/domcounter.md)
- [DOMEvent](webkit/domevent.md)
- [DOMFileList](webkit/domfilelist.md)
- [DOMHTMLCollection](webkit/domhtmlcollection.md)
- [DOMHTMLOptionsCollection](webkit/domhtmloptionscollection.md)
- [DOMImplementation](webkit/domimplementation.md)
- [DOMMediaList](webkit/dommedialist.md)
- [DOMNamedNodeMap](webkit/domnamednodemap.md)
- [DOMNode](webkit/domnode.md)
- [DOMNodeIterator](webkit/domnodeiterator.md)
- [DOMNodeList](webkit/domnodelist.md)
- [DOMRGBColor](webkit/domrgbcolor.md)
- [DOMRange](webkit/domrange.md)
- [DOMRect](webkit/domrect.md)
- [DOMStyleSheet](webkit/domstylesheet.md)
- [DOMStyleSheetList](webkit/domstylesheetlist.md)
- [DOMTreeWalker](webkit/domtreewalker.md)
- [DOMXPathExpression](webkit/domxpathexpression.md)
- [DOMXPathResult](webkit/domxpathresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Document Object Model (DOM) APIs

- [DOMAbstractView](webkit/domabstractview.md)
- [DOMAttr](webkit/domattr.md)
- [DOMBlob](webkit/domblob.md)
- [DOMCDATASection](webkit/domcdatasection.md)
- [DOMCharacterData](webkit/domcharacterdata.md)
- [DOMComment](webkit/domcomment.md)
- [DOMCounter](webkit/domcounter.md)
- [DOMCSSCharsetRule](webkit/domcsscharsetrule.md)
- [DOMCSSFontFaceRule](webkit/domcssfontfacerule.md)
- [DOMCSSImportRule](webkit/domcssimportrule.md)
- [DOMCSSMediaRule](webkit/domcssmediarule.md)
- [DOMCSSPageRule](webkit/domcsspagerule.md)
- [DOMCSSPrimitiveValue](webkit/domcssprimitivevalue.md)
- [DOMCSSRule](webkit/domcssrule.md)
- [DOMCSSRuleList](webkit/domcssrulelist.md)
