DOMNode
Declared In: DOMProtocols.h
Methods: - length , - objectAtIndex:


Protocol Description
No protocol description.


Defined Types

Synopsis:

typedef enum {    
    DOM_UNKNOWN_NODE = 0,
    DOM_ATTRIBUTE_NODE = 1,
    DOM_CDATA_SECTION_NODE = 2,
    DOM_COMMENT_NODE = 3,
    DOM_DOCUMENT_FRAGMENT_NODE = 4,
    DOM_DOCUMENT_NODE = 5,
    DOM_DOCUMENT_TYPE_NODE = 6,
    DOM_ELEMENT_NODE = 7,
    DOM_ENTITY_NODE = 8,
    DOM_ENTITY_REFERENCE_NODE = 9,
    DOM_NOTATION_NODE = 10,
    DOM_PROCESSING_INSTRUCTION_NODE = 11,
    DOM_TEXT_NODE = 12
} DOMNodeType;



Method Types
- length
- objectAtIndex:


Instance Methods
length
- (unsigned)length
No method description.

objectAtIndex:
- (id)objectAtIndex:(unsigned)_idx
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.