- Processing XML documents with Oracle JDeveloper 11g
- Deepak Vohra
- 126字
- 2021-08-06 17:22:06
Summary
In this chapter we demonstrated the DOM and SAX approaches to parsing an XML document. DOM parsing is suitable if document nodes are to be modified and navigated with random access. SAX parsing is useful if you want to go through the XML document once, responding to nodes as you encounter them. If you want to create an encapsulation of the XML document as a DOM tree that you can manipulate later, you need to use DOM parsing.
In this chapter we created an XML document using the JAXP API. In the next chapter, we will create an XML document from an XML Schema. First, we will create an XML Schema in JDeveloper and subsequently we will instantiate an XML document from the XML Schema.
推薦閱讀
- 3ds Max 2016中文版完全自學手冊
- Dreamweaver基礎與實戰教程
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- CakePHP 1.3 Application Development Cookbook
- Elasticsearch實戰與原理解析
- Capture One 22 Pro高級實戰教程
- Designing and Implementing Linux Firewalls and QoS using netfilter, iproute2, NAT and l7/filter
- 三維建模與3D打印從入門到精通
- 新印象Premiere短視頻拍攝+剪輯+特效關鍵技術
- Photoshop CC圖像處理案例教程(第2版)
- Oracle Web Services Manager
- Java EE 5 Development with NetBeans 6
- Getting Started with Oracle Hyperion Planning 11
- Photoshop CS6 中文版從入門到精通
- Creo 6.0產品設計實例精解