Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
►NDOM | The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core functionality, and the HTMLDOM HTML DOM, which deals with the extensions needed for HTML |
CCSS2Azimuth | The CSS2Azimuth interface represents the azimuth CSS Level 2 property |
CCSS2BackgroundPosition | The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property |
CCSS2BorderSpacing | The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property |
CCSS2CounterIncrement | The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property |
CCSS2CounterReset | The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property |
CCSS2Cursor | The CSS2Cursor interface represents the cursor CSS Level 2 property |
CCSS2FontFaceSrc | The CSS2Cursor interface represents the src CSS Level 2 descriptor |
CCSS2FontFaceWidths | The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor |
CCSS2PageSize | The CSS2Cursor interface represents the size CSS Level 2 descriptor |
CCSS2PlayDuring | The CSS2PlayDuring interface represents the play-during CSS Level 2 property |
CCSS2Properties | The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration |
CCSS2TextShadow | The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property |
CCSSRule | The CSSRule interface is the abstract base interface for any type of CSS statement |
CCSSCharsetRule | The CSSCharsetRule interface a @charset rule in a CSS style sheet |
CCSSFontFaceRule | The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet |
CCSSImportRule | The CSSImportRule interface represents a @import rule within a CSS style sheet |
CCSSMediaRule | The CSSMediaRule interface represents a @media rule in a CSS style sheet |
CCSSStyleRule | The CSSStyleRule interface represents a single rule set in a CSS style sheet |
CCSSUnknownRule | The CSSUnkownRule interface represents an at-rule not supported by this user agent |
CCSSRuleList | The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules |
CStyleSheet | The StyleSheet interface is the abstract base interface for any type of style sheet |
CCSSException | This exception is raised when a specific CSS operation is impossible to perform |
CCSSStyleSheet | The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e |
CStyleSheetList | The StyleSheetList interface provides the abstraction of an ordered collection of style sheets |
CMediaList | The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented |
CCSSStyleDeclaration | The CSSStyleDeclaration interface represents a single CSS declaration block |
CCSSValue | The CSSValue interface represents a simple or a complexe value |
CCSSValueList | The CSSValueList interface provides the absraction of an ordered collection of CSS values |
CCSSPrimitiveValue | The CSSPrimitiveValue interface represents a single CSS value |
CRGBColor | The RGBColor interface is used to represent any RGB color value |
CRect | The Rect interface is used to represent any rect value |
CCounter | The Counter interface is used to represent any counter or counters function value |
CEventListener | Introduced in DOM Level 2 |
CEvent | Introduced in DOM Level 2 |
CEventException | Introduced in DOM Level 2: |
CUIEvent | Introduced in DOM Level 2 |
CMouseEvent | Introduced in DOM Level 2 |
CTextEvent | DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition |
CMutationEvent | Introduced in DOM Level 2 |
CNodeIterator | NodeIterators are used to step through a set of nodes, e.g |
CNodeFilter | Filters are objects that know how to "filter out" nodes |
CCustomNodeFilter | CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers |
CTreeWalker | TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the TreeWalker |
CAbstractView | Introduced in DOM Level 2 |
CDOMImplementation | The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model |
CDocument | The Document interface represents the entire HTML or XML document |
CDocumentFragment | DocumentFragment is a "lightweight" or "minimal" Document object |
CDocumentType | Each Document has a doctype attribute whose value is either null or a DocumentType object |
CAttr | The Attr interface represents an attribute in an Element object |
CElement | By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes |
CDOMException | DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable) |
CNamedNodeMap | Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name |
CNode | The Node interface is the primary datatype for the entire Document Object Model |
CNodeList | The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented |
CDOMString | This class implements the basic string we use in the DOM |
CCharacterData | The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM |
CComment | This represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending ' –> ' |
CText | The Text interface represents the textual content (termed character data in XML) of an Element or Attr |
CCDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup |
CEntity | This interface represents an entity, either parsed or unparsed, in an XML document |
CEntityReference | EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference |
CNotation | This interface represents a notation declared in the DTD |
CProcessingInstruction | The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document |
CHTMLBodyElement | The HTML document body |
CHTMLFrameElement | Create a frame |
CHTMLFrameSetElement | Create a grid of frames |
CHTMLIFrameElement | Inline subwindows |
CHTMLHeadElement | Document head information |
CHTMLHtmlElement | Root of an HTML document |
CHTMLBlockquoteElement | ??? See the BLOCKQUOTE element definition in HTML 4.0 |
CHTMLDivElement | Generic block container |
CHTMLHRElement | Create a horizontal rule |
CHTMLHeadingElement | For the H1 to H6 elements |
CHTMLParagraphElement | Paragraphs |
CHTMLPreElement | Preformatted text |
CHTMLLayerElement | Layer container for Netscape 4.x compatability |
CHTMLDocument | An HTMLDocument is the root of the HTML hierarchy and holds the entire content |
CHTMLElement | All HTML element interfaces derive from this class |
CHTMLButtonElement | Push button |
CHTMLFieldSetElement | Organizes form controls into logical groups |
CHTMLFormElement | The FORM element encompasses behavior similar to a collection and an element |
CHTMLInputElement | Form control |
CHTMLLabelElement | Form field label text |
CHTMLLegendElement | Provides a caption for a FIELDSET grouping |
CHTMLOptGroupElement | Group options together in logical subdivisions |
CHTMLSelectElement | The select element allows the selection of an option |
CHTMLTextAreaElement | Multi-line text field |
CHTMLOptionElement | A selectable choice |
CHTMLIsIndexElement | This element is used for single-line text input |
CHTMLBaseElement | Document base URI |
CHTMLLinkElement | The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa) |
CHTMLMetaElement | This contains generic meta-information about the document |
CHTMLScriptElement | Script statements |
CHTMLStyleElement | Style information |
CHTMLTitleElement | The document title |
CHTMLAreaElement | Client-side image map area definition |
CHTMLImageElement | Embedded image |
CHTMLMapElement | Client-side image map |
CHTMLAnchorElement | The anchor element |
CHTMLBRElement | Force a line break |
CHTMLFontElement | Local change to font |
CHTMLModElement | Notice of modification to part of a document |
CHTMLQuoteElement | For the Q and BLOCKQUOTE elements |
CHTMLDListElement | Definition list |
CHTMLDirectoryElement | Directory list |
CHTMLLIElement | List item |
CHTMLMenuElement | Menu list |
CHTMLOListElement | Ordered list |
CHTMLUListElement | Unordered list |
CHTMLBaseFontElement | Base font |
CHTMLCollection | An HTMLCollection is a list of nodes |
CHTMLAppletElement | An embedded Java applet |
CHTMLObjectElement | Generic embedded object |
CHTMLParamElement | Parameters fed to the OBJECT element |
CHTMLTableCaptionElement | Table caption See the CAPTION element definition in HTML 4.0 |
CHTMLTableCellElement | The object used to represent the TH and TD elements |
CHTMLTableColElement | Regroups the COL and COLGROUP elements |
CHTMLTableElement | The create* and delete* methods on the table allow authors to construct and modify tables |
CHTMLTableRowElement | A row in a table |
CHTMLTableSectionElement | The THEAD , TFOOT , and TBODY elements |
NKDE | |
NKKeyServer | |
NKMacroExpander | |
NKNotifyClient | |
NKShell | |
NKStdAction | |
NTDEAccelGen | |
Ntdehtml | |
NTDEStdAccel |