MonobjcMonobjc Documented Class Library
DOMHTMLDocument Class
NamespacesMonobjc.WebKit.DOMDOMHTMLDocument

[Missing <summary> documentation for "T:Monobjc.WebKit.DOM.DOMHTMLDocument"]

Declaration Syntax
C#Visual BasicVisual C++
public class DOMHTMLDocument : DOMDocument
Public Class DOMHTMLDocument _
	Inherits DOMDocument
public ref class DOMHTMLDocument : public DOMDocument
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
DOMHTMLDocument()()()()
Initializes a new instance of the DOMHTMLDocument class.

DOMHTMLDocument(IntPtr)
Initializes a new instance of the DOMHTMLDocument class.

DOMHTMLDocument(String, Object, array<Object>[]()[][])
Initializes a new instance of the DOMHTMLDocument class.

ActiveElement

Original signature is '@property (nonatomic,readonly,retain) DOMElement * activeElement;'


AddEventListener(NSString, IDOMEventListener, Boolean)

Original signature is '- (void)addEventListener:(NSString *)type :(id< DOMEventListener >)listener :(BOOL)useCapture;'

(Inherited from DOMNode.)
AddEventListenerListenerUseCapture(NSString, IDOMEventListener, Boolean)

Original signature is '- (void)addEventListener:(NSString *)type listener:(id< DOMEventListener >)listener useCapture:(BOOL)useCapture;'

(Inherited from DOMNode.)
AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
AdoptNode(DOMNode)

Original signature is '- (DOMNode *)adoptNode:(DOMNode *)source;'

(Inherited from DOMDocument.)
AlinkColor

Original signature is '@property (nonatomic,copy) NSString * alinkColor;'


Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
Anchors

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * anchors;'

(Inherited from DOMDocument.)
AppendChild(DOMNode)

Original signature is '- (DOMNode *)appendChild:(DOMNode *)newChild;'

(Inherited from DOMNode.)
Applets

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * applets;'

(Inherited from DOMDocument.)
AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Attributes

Original signature is '@property (nonatomic,readonly,retain) DOMNamedNodeMap * attributes;'

(Inherited from DOMNode.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BaseURI

Original signature is '@property (nonatomic,readonly,copy) NSString * baseURI;'

(Inherited from DOMNode.)
BgColor

Original signature is '@property (nonatomic,copy) NSString * bgColor;'


BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Body

Original signature is '@property (nonatomic,retain) DOMHTMLElement * body;'

(Inherited from DOMDocument.)
BoundingBox

Original signature is '- (NSRect)boundingBox;'

(Inherited from DOMNode.)
CallWebScriptMethodWithArguments(NSString, NSArray)

Returns the result of executing a method in the scripting environment.

Original signature is '- (id)callWebScriptMethod:(NSString *)name withArguments:(NSArray *)args'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
CaptureEvents()()()()

Original signature is '- (void)captureEvents;'


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CharacterSet

Original signature is '@property (nonatomic,readonly,copy) NSString * characterSet;'

(Inherited from DOMDocument.)
Charset

Original signature is '@property (nonatomic,copy) NSString * charset;'

(Inherited from DOMDocument.)
ChildNodes

Original signature is '@property (nonatomic,readonly,retain) DOMNodeList * childNodes;'

(Inherited from DOMNode.)
Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Clear()()()()

Original signature is '- (void)clear;'


CloneNode(Boolean)

Original signature is '- (DOMNode *)cloneNode:(BOOL)deep;'

(Inherited from DOMNode.)
Close()()()()

Original signature is '- (void)close;'


CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CompareDocumentPosition(DOMNode)

Original signature is '- (unsigned short)compareDocumentPosition:(DOMNode *)other;'

(Inherited from DOMNode.)
CompatMode

Original signature is '@property (nonatomic,readonly,copy) NSString * compatMode;'


ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Cookie

Original signature is '@property (nonatomic,copy) NSString * cookie;'

(Inherited from DOMDocument.)
Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CreateAttribute(NSString)

Original signature is '- (DOMAttr *)createAttribute:(NSString *)name;'

(Inherited from DOMDocument.)
CreateAttributeNS(NSString, NSString)

Original signature is '- (DOMAttr *)createAttributeNS:(NSString *)namespaceURI :(NSString *)qualifiedName;'

(Inherited from DOMDocument.)
CreateAttributeNSQualifiedName(NSString, NSString)

Original signature is '- (DOMAttr *)createAttributeNS:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName;'

(Inherited from DOMDocument.)
CreateCDATASection(NSString)

Original signature is '- (DOMCDATASection *)createCDATASection:(NSString *)data;'

(Inherited from DOMDocument.)
CreateComment(NSString)

Original signature is '- (DOMComment *)createComment:(NSString *)data;'

(Inherited from DOMDocument.)
CreateCSSStyleDeclaration

Original signature is '- (DOMCSSStyleDeclaration *)createCSSStyleDeclaration;'

(Inherited from DOMDocument.)
CreateDocumentFragment

Original signature is '- (DOMDocumentFragment *)createDocumentFragment;'

(Inherited from DOMDocument.)
CreateDocumentFragmentWithMarkupStringBaseURL(NSString, NSURL)

Original signature is '- (DOMDocumentFragment *)createDocumentFragmentWithMarkupString:(NSString *)markupString baseURL:(NSURL *)baseURL;'


CreateDocumentFragmentWithText(NSString)

Original signature is '- (DOMDocumentFragment *)createDocumentFragmentWithText:(NSString *)text;'


CreateElement(NSString)

Original signature is '- (DOMElement *)createElement:(NSString *)tagName;'

(Inherited from DOMDocument.)
CreateElementNS(NSString, NSString)

Original signature is '- (DOMElement *)createElementNS:(NSString *)namespaceURI :(NSString *)qualifiedName;'

(Inherited from DOMDocument.)
CreateElementNSQualifiedName(NSString, NSString)

Original signature is '- (DOMElement *)createElementNS:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName;'

(Inherited from DOMDocument.)
CreateEntityReference(NSString)

Original signature is '- (DOMEntityReference *)createEntityReference:(NSString *)name;'

(Inherited from DOMDocument.)
CreateEvent(NSString)

Original signature is '- (DOMEvent *)createEvent:(NSString *)eventType;'

(Inherited from DOMDocument.)
CreateExpression(NSString, IDOMXPathNSResolver)

Original signature is '- (DOMXPathExpression *)createExpression:(NSString *)expression :(id< DOMXPathNSResolver >)_BUT_DEPRECATED;'

(Inherited from DOMDocument.)
CreateExpressionResolver(NSString, IDOMXPathNSResolver)

Original signature is '- (DOMXPathExpression *)createExpression:(NSString *)expression resolver:(id< DOMXPathNSResolver >)resolver;'

(Inherited from DOMDocument.)
CreateNodeIterator(DOMNode, UInt32, IDOMNodeFilter, Boolean)

Original signature is '- (DOMNodeIterator *)createNodeIterator:(DOMNode *)root :(unsigned)whatToShow :(id< DOMNodeFilter >)filter :(BOOL)expandEntityReferences;'

(Inherited from DOMDocument.)
CreateNodeIteratorWhatToShowFilterExpandEntityReferences(DOMNode, UInt32, IDOMNodeFilter, Boolean)

Original signature is '- (DOMNodeIterator *)createNodeIterator:(DOMNode *)root whatToShow:(unsigned)whatToShow filter:(id< DOMNodeFilter >)filter expandEntityReferences:(BOOL)expandEntityReferences;'

(Inherited from DOMDocument.)
CreateNSResolver(DOMNode)

Original signature is '- (id< DOMXPathNSResolver >)createNSResolver:(DOMNode *)nodeResolver;'

(Inherited from DOMDocument.)
CreateProcessingInstruction(NSString, NSString)

Original signature is '- (DOMProcessingInstruction *)createProcessingInstruction:(NSString *)target :(NSString *)data;'

(Inherited from DOMDocument.)
CreateProcessingInstructionData(NSString, NSString)

Original signature is '- (DOMProcessingInstruction *)createProcessingInstruction:(NSString *)target data:(NSString *)data;'

(Inherited from DOMDocument.)
CreateRange

Original signature is '- (DOMRange *)createRange;'

(Inherited from DOMDocument.)
CreateTextNode(NSString)

Original signature is '- (DOMText *)createTextNode:(NSString *)data;'

(Inherited from DOMDocument.)
CreateTreeWalker(DOMNode, UInt32, IDOMNodeFilter, Boolean)

Original signature is '- (DOMTreeWalker *)createTreeWalker:(DOMNode *)root :(unsigned)whatToShow :(id< DOMNodeFilter >)filter :(BOOL)expandEntityReferences;'

(Inherited from DOMDocument.)
CreateTreeWalkerWhatToShowFilterExpandEntityReferences(DOMNode, UInt32, IDOMNodeFilter, Boolean)

Original signature is '- (DOMTreeWalker *)createTreeWalker:(DOMNode *)root whatToShow:(unsigned)whatToShow filter:(id< DOMNodeFilter >)filter expandEntityReferences:(BOOL)expandEntityReferences;'

(Inherited from DOMDocument.)
Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DefaultCharset

Original signature is '@property (nonatomic,readonly,copy) NSString * defaultCharset;'

(Inherited from DOMDocument.)
DefaultView

Original signature is '@property (nonatomic,readonly,retain) DOMAbstractView * defaultView;'

(Inherited from DOMDocument.)
Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DesignMode

Original signature is '@property (nonatomic,copy) NSString * designMode;'


DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Dir

Original signature is '@property (nonatomic,copy) NSString * dir;'


DispatchEvent(DOMEvent)

Original signature is '- (BOOL)dispatchEvent:(DOMEvent *)event;'

(Inherited from DOMNode.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
Doctype

Original signature is '@property (nonatomic,readonly,retain) DOMDocumentType * doctype;'

(Inherited from DOMDocument.)
DocumentElement

Original signature is '@property (nonatomic,readonly,retain) DOMElement * documentElement;'

(Inherited from DOMDocument.)
DocumentURI

Original signature is '@property (nonatomic,copy) NSString * documentURI;'

(Inherited from DOMDocument.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Domain

Original signature is '@property (nonatomic,readonly,copy) NSString * domain;'

(Inherited from DOMDocument.)
DOMHTMLDocumentClass
Static field for a quick access to the DOMHTMLDocument class.

ElementFromPointy(Int32, Int32)

Original signature is '- (DOMElement *)elementFromPoint:(int)x y:(int)y;'

(Inherited from DOMDocument.)
Embeds

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * embeds;'


Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
Evaluate(NSString, DOMNode, IDOMXPathNSResolver, UInt16, DOMXPathResult)

Original signature is '- (DOMXPathResult *)evaluate:(NSString *)expression :(DOMNode *)contextNode :(id< DOMXPathNSResolver >)resolver :(unsigned short)type :(DOMXPathResult *)_BUT_DEPRECATED;'

(Inherited from DOMDocument.)
EvaluateContextNodeResolverTypeInResult(NSString, DOMNode, IDOMXPathNSResolver, UInt16, DOMXPathResult)

Original signature is '- (DOMXPathResult *)evaluate:(NSString *)expression contextNode:(DOMNode *)contextNode resolver:(id< DOMXPathNSResolver >)resolver type:(unsigned short)type inResult:(DOMXPathResult *)inResult;'

(Inherited from DOMDocument.)
EvaluateWebScript(NSString)

Returns the result of evaluating a script in the scripting environment.

Original signature is '- (id)evaluateWebScript:(NSString *)script'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
ExecCommand(NSString)

Original signature is '- (BOOL)execCommand:(NSString *)command;'

(Inherited from DOMDocument.)
ExecCommandUserInterface(NSString, Boolean)

Original signature is '- (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface;'

(Inherited from DOMDocument.)
ExecCommandUserInterfaceValue(NSString, Boolean, NSString)

Original signature is '- (BOOL)execCommand:(NSString *)command userInterface:(BOOL)userInterface value:(NSString *)value;'

(Inherited from DOMDocument.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
FgColor

Original signature is '@property (nonatomic,copy) NSString * fgColor;'


Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
FirstChild

Original signature is '@property (nonatomic,readonly,retain) DOMNode * firstChild;'

(Inherited from DOMNode.)
Forms

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * forms;'

(Inherited from DOMDocument.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
GetComputedStyle(DOMElement, NSString)

Original signature is '- (DOMCSSStyleDeclaration *)getComputedStyle:(DOMElement *)element :(NSString *)pseudoElement;'

(Inherited from DOMDocument.)
GetComputedStylePseudoElement(DOMElement, NSString)

Original signature is '- (DOMCSSStyleDeclaration *)getComputedStyle:(DOMElement *)element pseudoElement:(NSString *)pseudoElement;'

(Inherited from DOMDocument.)
GetElementById(NSString)

Original signature is '- (DOMElement *)getElementById:(NSString *)elementId;'

(Inherited from DOMDocument.)
GetElementsByClassName(NSString)

Original signature is '- (DOMNodeList *)getElementsByClassName:(NSString *)tagname;'

(Inherited from DOMDocument.)
GetElementsByName(NSString)

Original signature is '- (DOMNodeList *)getElementsByName:(NSString *)elementName;'

(Inherited from DOMDocument.)
GetElementsByTagName(NSString)

Original signature is '- (DOMNodeList *)getElementsByTagName:(NSString *)tagname;'

(Inherited from DOMDocument.)
GetElementsByTagNameNS(NSString, NSString)

Original signature is '- (DOMNodeList *)getElementsByTagNameNS:(NSString *)namespaceURI :(NSString *)localName;'

(Inherited from DOMDocument.)
GetElementsByTagNameNSLocalName(NSString, NSString)

Original signature is '- (DOMNodeList *)getElementsByTagNameNS:(NSString *)namespaceURI localName:(NSString *)localName;'

(Inherited from DOMDocument.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetMatchedCSSRulesPseudoElement(DOMElement, NSString)

Original signature is '- (DOMCSSRuleList *)getMatchedCSSRules:(DOMElement *)element pseudoElement:(NSString *)pseudoElement;'

(Inherited from DOMDocument.)
GetMatchedCSSRulesPseudoElementAuthorOnly(DOMElement, NSString, Boolean)

Original signature is '- (DOMCSSRuleList *)getMatchedCSSRules:(DOMElement *)element pseudoElement:(NSString *)pseudoElement authorOnly:(BOOL)authorOnly;'

(Inherited from DOMDocument.)
GetOverrideStyle(DOMElement, NSString)

Original signature is '- (DOMCSSStyleDeclaration *)getOverrideStyle:(DOMElement *)element :(NSString *)pseudoElement;'

(Inherited from DOMDocument.)
GetOverrideStylePseudoElement(DOMElement, NSString)

Original signature is '- (DOMCSSStyleDeclaration *)getOverrideStyle:(DOMElement *)element pseudoElement:(NSString *)pseudoElement;'

(Inherited from DOMDocument.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasAttributes

Original signature is '- (BOOL)hasAttributes;'

(Inherited from DOMNode.)
HasChildNodes

Original signature is '- (BOOL)hasChildNodes;'

(Inherited from DOMNode.)
HasFocus

Original signature is '- (BOOL)hasFocus;'


Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Height

Original signature is '@property (nonatomic,readonly,assign) int height;'


Images

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * images;'

(Inherited from DOMDocument.)
Implementation

Original signature is '@property (nonatomic,readonly,retain) DOMImplementation * implementation;'

(Inherited from DOMDocument.)
ImportNode(DOMNode, Boolean)

Original signature is '- (DOMNode *)importNode:(DOMNode *)importedNode :(BOOL)deep;'

(Inherited from DOMDocument.)
ImportNodeDeep(DOMNode, Boolean)

Original signature is '- (DOMNode *)importNode:(DOMNode *)importedNode deep:(BOOL)deep;'

(Inherited from DOMDocument.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InputEncoding

Original signature is '@property (nonatomic,readonly,copy) NSString * inputEncoding;'

(Inherited from DOMDocument.)
InsertBefore(DOMNode, DOMNode)

Original signature is '- (DOMNode *)insertBefore:(DOMNode *)newChild :(DOMNode *)refChild;'

(Inherited from DOMNode.)
InsertBeforeRefChild(DOMNode, DOMNode)

Original signature is '- (DOMNode *)insertBefore:(DOMNode *)newChild refChild:(DOMNode *)refChild;'

(Inherited from DOMNode.)
InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsContentEditable

Original signature is '@property (nonatomic,readonly,assign) BOOL isContentEditable;'

(Inherited from DOMNode.)
IsDefaultNamespace(NSString)

Original signature is '- (BOOL)isDefaultNamespace:(NSString *)namespaceURI;'

(Inherited from DOMNode.)
IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsEqualNode(DOMNode)

Original signature is '- (BOOL)isEqualNode:(DOMNode *)other;'

(Inherited from DOMNode.)
IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsSameNode(DOMNode)

Original signature is '- (BOOL)isSameNode:(DOMNode *)other;'

(Inherited from DOMNode.)
IsSupported(NSString, NSString)

Original signature is '- (BOOL)isSupported:(NSString *)feature :(NSString *)version;'

(Inherited from DOMNode.)
IsSupportedVersion(NSString, NSString)

Original signature is '- (BOOL)isSupported:(NSString *)feature version:(NSString *)version;'

(Inherited from DOMNode.)
LastChild

Original signature is '@property (nonatomic,readonly,retain) DOMNode * lastChild;'

(Inherited from DOMNode.)
LastModified

Original signature is '@property (nonatomic,readonly,copy) NSString * lastModified;'

(Inherited from DOMDocument.)
LineBoxRects

Original signature is '- (NSArray *)lineBoxRects;'

(Inherited from DOMNode.)
LinkColor

Original signature is '@property (nonatomic,copy) NSString * linkColor;'


Links

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * links;'

(Inherited from DOMDocument.)
LocalName

Original signature is '@property (nonatomic,readonly,copy) NSString * localName;'

(Inherited from DOMNode.)
LookupNamespaceURI(NSString)

Original signature is '- (NSString *)lookupNamespaceURI:(NSString *)prefix;'

(Inherited from DOMNode.)
LookupPrefix(NSString)

Original signature is '- (NSString *)lookupPrefix:(NSString *)namespaceURI;'

(Inherited from DOMNode.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
NamespaceURI

Original signature is '@property (nonatomic,readonly,copy) NSString * namespaceURI;'

(Inherited from DOMNode.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
NextSibling

Original signature is '@property (nonatomic,readonly,retain) DOMNode * nextSibling;'

(Inherited from DOMNode.)
NodeName

Original signature is '@property (nonatomic,readonly,copy) NSString * nodeName;'

(Inherited from DOMNode.)
NodeType

Original signature is '@property (nonatomic,readonly,assign) unsigned short nodeType;'

(Inherited from DOMNode.)
NodeValue

Original signature is '@property (nonatomic,copy) NSString * nodeValue;'

(Inherited from DOMNode.)
Normalize()()()()

Original signature is '- (void)normalize;'

(Inherited from DOMNode.)
ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Open()()()()

Original signature is '- (void)open;'


OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
OwnerDocument

Original signature is '@property (nonatomic,readonly,retain) DOMDocument * ownerDocument;'

(Inherited from DOMNode.)
ParentElement

Original signature is '@property (nonatomic,readonly,retain) DOMElement * parentElement;'

(Inherited from DOMNode.)
ParentNode

Original signature is '@property (nonatomic,readonly,retain) DOMNode * parentNode;'

(Inherited from DOMNode.)
PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Plugins

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * plugins;'


PreferredStylesheetSet

Original signature is '@property (nonatomic,readonly,copy) NSString * preferredStylesheetSet;'

(Inherited from DOMDocument.)
Prefix

Original signature is '@property (nonatomic,copy) NSString * prefix;'

(Inherited from DOMNode.)
PreviousSibling

Original signature is '@property (nonatomic,readonly,retain) DOMNode * previousSibling;'

(Inherited from DOMNode.)
QueryCommandEnabled(NSString)

Original signature is '- (BOOL)queryCommandEnabled:(NSString *)command;'

(Inherited from DOMDocument.)
QueryCommandIndeterm(NSString)

Original signature is '- (BOOL)queryCommandIndeterm:(NSString *)command;'

(Inherited from DOMDocument.)
QueryCommandState(NSString)

Original signature is '- (BOOL)queryCommandState:(NSString *)command;'

(Inherited from DOMDocument.)
QueryCommandSupported(NSString)

Original signature is '- (BOOL)queryCommandSupported:(NSString *)command;'

(Inherited from DOMDocument.)
QueryCommandValue(NSString)

Original signature is '- (NSString *)queryCommandValue:(NSString *)command;'

(Inherited from DOMDocument.)
QuerySelector(NSString)

Original signature is '- (DOMElement *)querySelector:(NSString *)selectors;'

(Inherited from DOMDocument.)
QuerySelectorAll(NSString)

Original signature is '- (DOMNodeList *)querySelectorAll:(NSString *)selectors;'

(Inherited from DOMDocument.)
ReadyState

Original signature is '@property (nonatomic,readonly,copy) NSString * readyState;'

(Inherited from DOMDocument.)
Referrer

Original signature is '@property (nonatomic,readonly,copy) NSString * referrer;'

(Inherited from DOMDocument.)
Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
ReleaseEvents()()()()

Original signature is '- (void)releaseEvents;'


RemoveChild(DOMNode)

Original signature is '- (DOMNode *)removeChild:(DOMNode *)oldChild;'

(Inherited from DOMNode.)
RemoveEventListener(NSString, IDOMEventListener, Boolean)

Original signature is '- (void)removeEventListener:(NSString *)type :(id< DOMEventListener >)listener :(BOOL)useCapture;'

(Inherited from DOMNode.)
RemoveEventListenerListenerUseCapture(NSString, IDOMEventListener, Boolean)

Original signature is '- (void)removeEventListener:(NSString *)type listener:(id< DOMEventListener >)listener useCapture:(BOOL)useCapture;'

(Inherited from DOMNode.)
RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RemoveWebScriptKey(NSString)

Removes a property from a scripting environment.

Original signature is '- (void)removeWebScriptKey:(NSString *)name'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
ReplaceChild(DOMNode, DOMNode)

Original signature is '- (DOMNode *)replaceChild:(DOMNode *)newChild :(DOMNode *)oldChild;'

(Inherited from DOMNode.)
ReplaceChildOldChild(DOMNode, DOMNode)

Original signature is '- (DOMNode *)replaceChild:(DOMNode *)newChild oldChild:(DOMNode *)oldChild;'

(Inherited from DOMNode.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
Scripts

Original signature is '@property (nonatomic,readonly,retain) DOMHTMLCollection * scripts;'


SelectedStylesheetSet

Original signature is '@property (nonatomic,copy) NSString * selectedStylesheetSet;'

(Inherited from DOMDocument.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetException(NSString)

Raises a scripting environment exception in the context of the current object.

Original signature is '- (void)setException:(NSString *)description'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetWebScriptValueAtIndexValue(UInt32, Id)

Sets the value of a property at the specified index.

Original signature is '- (void)setWebScriptValueAtIndex:(unsigned)index value:(id)value'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
Sheet

Original signature is '@property (nonatomic,readonly,retain) DOMStyleSheet * sheet;'

(Inherited from DOMObject.)
StringRepresentation

Returns a string representation of the receiver.

Original signature is '- (NSString *)stringRepresentation'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
StyleSheets

Original signature is '@property (nonatomic,readonly,retain) DOMStyleSheetList * styleSheets;'

(Inherited from DOMDocument.)
Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
TextContent

Original signature is '@property (nonatomic,copy) NSString * textContent;'

(Inherited from DOMNode.)
Title

Original signature is '@property (nonatomic,copy) NSString * title;'

(Inherited from DOMDocument.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
URL

Original signature is '@property (nonatomic,readonly,copy) NSString * URL;'

(Inherited from DOMDocument.)
URLWithAttributeString(NSString)

Original signature is '- (NSURL *)URLWithAttributeString:(NSString *)string;'

(Inherited from DOMDocument.)
ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
VlinkColor

Original signature is '@property (nonatomic,copy) NSString * vlinkColor;'


WebArchive

Original signature is '- (WebArchive *)webArchive;'

(Inherited from DOMNode.)
WebFrame

Original signature is '- (WebFrame *)webFrame;'

(Inherited from DOMDocument.)
WebScriptValueAtIndex(UInt32)

Returns the value of a property at the specified index.

Original signature is '- (id)webScriptValueAtIndex:(unsigned)index'

Available in Mac OS X v10.3.9 and later.

(Inherited from WebScriptObject.)
Width

Original signature is '@property (nonatomic,readonly,assign) int width;'


WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Write(NSString)

Original signature is '- (void)write:(NSString *)text;'


Writeln(NSString)

Original signature is '- (void)writeln:(NSString *)text;'


XmlEncoding

Original signature is '@property (nonatomic,readonly,copy) NSString * xmlEncoding;'

(Inherited from DOMDocument.)
XmlStandalone

Original signature is '@property (nonatomic,assign) BOOL xmlStandalone;'

(Inherited from DOMDocument.)
XmlVersion

Original signature is '@property (nonatomic,copy) NSString * xmlVersion;'

(Inherited from DOMDocument.)
Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  WebScriptObject
   DOMObject
    DOMNode
     DOMDocument
      DOMHTMLDocument
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)