Changeset 19584 for trunk/WebCore/dom/Node.h
- Timestamp:
- 02/12/07 15:24:15 (2 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r19364 r19584 338 338 virtual bool childAllowed(Node* newChild); // Error-checking during parsing that checks the DTD 339 339 340 void checkReplaceChild(Node* newChild, Node* oldChild, ExceptionCode&); 341 virtual bool canReplaceChild(Node* newChild, Node* oldChild); 342 340 343 // Used to determine whether range offsets use characters or node indices. 341 344 virtual bool offsetInCharacters() const;