Introduction to Event-Driven XML Programming Guide for Cocoa
此份文件為個人學習事件驅動XML程式的翻譯,內文請參考蘋果官方文件,若有翻譯錯誤請見諒,請勿挪作商業用途,並著明出處。
XML是標記(markup)語言,
這份程式設計主題文件包含以下文章:
- “Parser Capabilities and Architecture” 主要是講Cocoa串流解析器(NSXMLParser)如何處理一份XML文件,以及它最適合的工作類型。
- “XML Parsing Basics” 描述使用NSXMLParser基本的步驟:創建和初始化實例、響應委任訊息以及處理解析錯誤。
- “Handling XML Elements and Attributes” 提供處理XML屬性和元素的建議以及範例,以及最一般的XML建構種類。
- “Handling Parsing Errors” 描述如何處理NSXMLParser物件在XML裡面找到的錯誤。
- “Using Multiple Delegates” 描述有關使用NSXMLParser實例的多重委任技術來簡化和streamline這個XML的處理過程。
- “Constructing XML Tree Structures”給一些使用NSXMLParser建構DOM-style tree的建議。
- “Validation Tips and Techniques” offers suggestions for using NSXMLParser when validating an XML document against its DTD or other schema.(尚未翻譯)
- “XML Glossary” lists definitions of XML and DTD terms that are part of the NSXMLParser programmatic interface.(尚未翻譯)
留言
張貼留言