摘要: DOM level 2 coreNode object hierarchy:DocumentDocumentFragmentDocumentTypeEntityReferenceElementAttrProcessingInstructionCommentTextCDATASectionEntityNotationChanges between DOM Level 1 Core and DOM Level 2 CoreInterface AttrThe Attr interface has one new attribute: ownerElement.Interface DocumentTh 阅读全文
posted @ 2012-05-06 09:55 cascais 阅读(259) 评论(0) 推荐(0) 编辑
摘要: script1.DOM object in jsWindows object, the biggest object.Screen,Navigaor,Location,History2.document.frames[0]document.frames[1]return the frame of the Document.(to be continued)webkit1.HTMLDocumentPareser's membershipOwnPtr<HTMLTokenizer> m_tokenizer;OwnPtr<HTMLScriptRunner> m_scri 阅读全文
posted @ 2012-05-06 09:55 cascais 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Introduction1.DOM levelDom level 1specified in 1998.DOM level 2includes Core Specification, Events Specification, Style Specification, Tranversal and Range Specification, View Specification (2000.11)and also HTML Specification(2003.1)DOM level 3includesValidation Specification, Core Specification, L 阅读全文
posted @ 2012-05-06 09:54 cascais 阅读(208) 评论(0) 推荐(0) 编辑
摘要: c++.static&const1.staticstatic change the field and the life circlea. variable with static in the file, this variable could only used in this file.b. variable with static in the function, the variable will exist till then program end rather then the end of the function.c. variable with static in 阅读全文
posted @ 2012-05-06 09:53 cascais 阅读(172) 评论(0) 推荐(0) 编辑
摘要: basic1.appoachesWays or purpose for modoling.Application domains, programming languages, platform configuration.StartUML provide 5 approaches4+1 View Model, Default Approach method, Ratioan Approach, UML Component, EmptyProjectWe can configurate it with "File->New Project By Approach"2. 阅读全文
posted @ 2012-05-06 09:51 cascais 阅读(527) 评论(0) 推荐(0) 编辑