锘??xml version="1.0" encoding="utf-8" standalone="yes"?>最猛黑人系列在线播放,国产精品一区二区av,免费在线黄色网址http://www.aygfsteel.com/luckyrobbie/category/8252.html<font size=-1>JAVA鏄摑鑹茬殑-</font> <!-- Start FastOnlineUsers.com --> <a ><script type="text/javascript" src="http://fastonlineusers.com/on2.php?d=www.aygfsteel.com/luckyrobbie"></script> online</a><!-- End FastOnlineUsers.com -->zh-cnTue, 27 Feb 2007 15:58:03 GMTTue, 27 Feb 2007 15:58:03 GMT60瀛︿範(fàn) xpath 鐨?涓綉绔?/title><link>http://www.aygfsteel.com/luckyrobbie/archive/2006/03/09/34455.html</link><dc:creator>luckyrobbie</dc:creator><author>luckyrobbie</author><pubDate>Thu, 09 Mar 2006 05:20:00 GMT</pubDate><guid>http://www.aygfsteel.com/luckyrobbie/archive/2006/03/09/34455.html</guid><wfw:comment>http://www.aygfsteel.com/luckyrobbie/comments/34455.html</wfw:comment><comments>http://www.aygfsteel.com/luckyrobbie/archive/2006/03/09/34455.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.aygfsteel.com/luckyrobbie/comments/commentRss/34455.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/luckyrobbie/services/trackbacks/34455.html</trackback:ping><description><![CDATA[<A >http://www.w3schools.com/xpath/default.asp</A><BR><BR><A >http://www.zvon.org/xxl/XPathTutorial/General/examples.html</A><img src ="http://www.aygfsteel.com/luckyrobbie/aggbug/34455.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/luckyrobbie/" target="_blank">luckyrobbie</a> 2006-03-09 13:20 <a href="http://www.aygfsteel.com/luckyrobbie/archive/2006/03/09/34455.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>When to use Sax or Dom?http://www.aygfsteel.com/luckyrobbie/archive/2006/02/22/32021.htmlluckyrobbieluckyrobbieWed, 22 Feb 2006 13:52:00 GMThttp://www.aygfsteel.com/luckyrobbie/archive/2006/02/22/32021.htmlhttp://www.aygfsteel.com/luckyrobbie/comments/32021.htmlhttp://www.aygfsteel.com/luckyrobbie/archive/2006/02/22/32021.html#Feedback0http://www.aygfsteel.com/luckyrobbie/comments/commentRss/32021.htmlhttp://www.aygfsteel.com/luckyrobbie/services/trackbacks/32021.html

When to use DOM

If your XML documents contain document data (e.g., Framemaker documents stored in XML format), then DOM is a completely natural fit for your solution. If you are creating some sort of document information management system, then you will probably have to deal with a lot of document data. An example of this is the Datachannel RIO product, which can index and organize information that comes from all kinds of document sources (like Word and Excel files). In this case, DOM is well suited to allow programs access to information stored in these documents.

However, if you are dealing mostly with structured data (the equivalent of serialized Java objects in XML) DOM is not the best choice. That is when SAX might be a better fit.

When to use SAX

If the information stored in your XML documents is machine readable (and generated) data then SAX is the right API for giving your programs access to this information. Machine readable and generated data include things like:

  • Java object properties stored in XML format
  • queries that are formulated using some kind of text based query language (SQL, XQL, OQL)
  • result sets that are generated based on queries (this might include data in relational database tables encoded into XML).

So machine generated data is information that you normally have to create data structures and classes for in Java. A simple example is the address book which contains information about persons, as shown in Figure 1. This address book XML file is not like a word processor document, rather it is a document that contains pure data, which has been encoded into text using XML.

When your data is of this kind, you have to create your own data structures and classes (object models) anyway in order to manage, manipulate and persist this data. SAX allows you to quickly create a handler class which can create instances of your object models based on the data stored in your XML documents. An example is a SAX document handler that reads an XML document that contains my address book and creates an AddressBook class that can be used to access this information. The first SAX tutorial shows you how to do this. The address book XML document contains person elements, which contain name and email elements. My AddressBook object model contains the following classes:

  • AddressBook class, which is a container for Person objects
  • Person class, which is a container for name and email String objects.

So my "SAX address book document handler" is responsible for turning person elements into Person objects, and then storing them all in an AddressBook object. This document handler turns the name and email elements into String objects.

Conclusion

The SAX document handler you write does element to object mapping. If your information is structured in a way that makes it easy to create this mapping you should use the SAX API. On the other hand, if your data is much better represented as a tree then you should use DOM.



luckyrobbie 2006-02-22 21:52 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 汶川县| 广宗县| 恩施市| 秦皇岛市| 邮箱| 阜南县| 都安| 通化市| 喀什市| 乌鲁木齐县| 府谷县| 威宁| 鄯善县| 哈尔滨市| 杭锦后旗| 电白县| 祁阳县| 嵊泗县| 南丹县| 芷江| 蒲江县| 娄底市| 明光市| 达拉特旗| 乃东县| 卢氏县| 门源| 中卫市| 万安县| 辽阳县| 铜梁县| 哈尔滨市| 斗六市| 图们市| 石泉县| 吐鲁番市| 大同市| 桦甸市| 新昌县| 鹿邑县| 平舆县|