注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術(shù)計算機/網(wǎng)絡軟件與程序設計網(wǎng)絡編程XML精要快速參考手冊:XML,XPath,XSLT,XML,Schema,SOAP

XML精要快速參考手冊:XML,XPath,XSLT,XML,Schema,SOAP

XML精要快速參考手冊:XML,XPath,XSLT,XML,Schema,SOAP

定 價:¥33.00

作 者: (美)Aaron Skonnard,(美)Martin Gudgin著;牛韜,英宇譯
出版社: 人民郵電出版社
叢編項:
標 簽: 計算機網(wǎng)絡 可擴充語言 程序設計

ISBN: 9787115105714 出版時間: 2002-01-01 包裝: 平裝
開本: 26cm 頁數(shù): 272頁 字數(shù):  

內(nèi)容簡介

本書適合任何使用當今主流XML技術(shù)的人員閱讀,特別設計成方便而全面的快速參考書,回答了有關(guān)XML常見的技術(shù)問題。全書共分為10章,分別介紹了XML1.0與命名空間、文檔類型定義、XPath1.0、XPointer、XInclude和XMLBase、XMLTransformations1.0、SAX2.0、DOMLevel2、XMLSchema數(shù)據(jù)類型、XMLSchema結(jié)構(gòu)、SOAP1.1等內(nèi)容。本書超出了傳統(tǒng)的便攜參考手冊,除了完全涵蓋每個主題之外,還提供了大量意義豐富的例子。每一章提供了一個簡要概述,然后是詳細參考信息。這種方法假設讀者對給出的主題已經(jīng)有了一個基本的了解。每章前面的簡要概述、書后的索引和頁眉頁腳都設計為有助于讀者快速找到問題的答案。

作者簡介

暫缺《XML精要快速參考手冊:XML,XPath,XSLT,XML,Schema,SOAP》作者簡介

圖書目錄

第1章 XML 1.0與命名空間 
1.1 元素 
1.2 元素、命名空間和命名空間聲明 
1.3 屬性 
1.4 屬性和命名空間 
1.5 處理指令 
1.6 注釋 
1.7 空白 
1.8 禁用的字符常量 
1.9 CDATA 段 
1.10 XML聲明 
1.11 字符引用 
1.12 良構(gòu)的XML 
1.13 參考 
第2章 文檔類型定義 
2.1 DTD簡介 
2.2 DOCTYPE 
2.2.1 內(nèi)部聲明 
2.2.2 外部聲明 
2.2.3 內(nèi)部和外部聲明 
2.3 ELEMENT 
2.4 ATTLIST 
2.5 ENTITY 
2.5.1 內(nèi)部參數(shù)實體 
2.5.2 外部參數(shù)實體 
2.5.3 內(nèi)部通用實體 
2.5.4 外部通用解析實體 
2.5.5 非解析實體 
2.6 NOTATION 
2.7 INCLUDE和IGNORE 
2.8 參考 
第3章 XPath 1.0 
3.1 XPath簡介 
3.2 定位路徑表達式 
3.2.1 定位步驟 
3.2.2 軸 
3.2.3 節(jié)點測試 
3.2.4 謂詞 
3.2.5 定位路徑縮寫 
3.3 基本表達式 
3.3.1 布爾表達式 
3.3.2 等式表達式 
3.3.3 關(guān)系表達式 
3.3.4 數(shù)值表達式 
3.4 核心函數(shù)庫 
3.4.1 boolean 
3.4.2 ceiling 
3.4.3 concat 
3.4.4 contains 
3.4.5 count 
3.4.6 false 
3.4.7 floor 
3.4.8 id 
3.4.9 lang 
3.4.10 last 
3.4.11 local-name 
3.4.12 name 
3.4.13 namespace-uri 
3.4.14 normalize-space 
3.4.15 not 
3.4.16 number 
3.4.17 position 
3.4.18 round 
3.4.19 starts-with 
3.4.20 string 
3.4.21 string-length 
3.4.22 substring 
3.4.23 substring-after 
3.4.24 substring-before 
3.4.25 sum 
3.4.26 translate 
3.4.27 true 
3.5 參考 
第4章 XPointer、XInclude和XML Base 
4.1 XPointer 1.0 
4.1.1 完整形式 
4.1.2 無修飾名稱 
4.1.3 子節(jié)點序列 
4.1.4 XPointer擴充到 XPath 
4.1.5 XPointer節(jié)點測試 
4.1.6 XPointer函數(shù)庫 
4.2 XInclude 
4.3 XML Base 
4.4 參考 
第5章 XSL Transformations 1.0 
5.1 XSLT編程簡介 
5.2 XSLT類型和表達式 
5.3 模式 
5.4 沖突解決 
5.5 內(nèi)建模板 
5.6 基于原型的轉(zhuǎn)換語法 
5.7 屬性值模板 
5.8 空白 
5.9 元素庫 
5.9.1 apply-imports 
5.9.2 apply-templates 
5.9.3 attribute 
5.9.4 attribute-set 
5.9.5 call-template 
5.9.6 choose 
5.9.7 comment 
5.9.8 copy 
5.9.9 copy-of 
5.9.10 decimal-format 
5.9.11 element 
5.9.12 fallback 
5.9.13 for-each 
5.9.14 if 
5.9.15 import 
5.9.16 include 
5.9.17 key 
5.9.18 message 
5.9.19 namespace-alias 
5.9.20 number 
5.9.21 otherwise 
5.9.22 output 
5.9.23 param 
5.9.24 preserve-space 
5.9.25 processing-instruction 
5.9.26 sort 
5.9.27 strip-space 
5.9.28 stylesheet 
5.9.29 template 
5.9.30 text 
5.9.31 transform(stylesheet) 
5.9.32 value-of 
5.9.33 variable 
5.9.34 when 
5.9.35 with-param 
5.10 XSLT函數(shù)庫 
5.10.1 current 
5.10.2 document 
5.10.3 element-available 
5.10.4 format-number 
5.10.5 function-available 
5.10.6 generate-id 
5.10.7 key 
5.10.8 system-property 
5.10.9 unparsed-entity-uri 
5.11 參考 
第6章 SAX 2.0 
6.1 SAX UML快速參考 
6.2 SAX的接口和類 
6.2.1 Attribute 
6.2.2 ContentHandler 
6.2.3 DTDHandler 
6.2.4 EntityResolver 
6.2.5 ErrorHandler 
6.2.6 Locator 
6.2.7 XMLFilter 
6.2.8 XMLReader 
6.3 功能和特性 
6.4 參考 
第7章 DOM Level 2 
7.1 DOM UML 
7.2 DOM接口 
7.2.1 Attr 
7.2.2 CDATASection 
7.2.3 CharacterData 
7.2.4 Comment 
7.2.5 Document 
7.2.6 DocumentFragment 
7.2.7 DocumentType 
7.2.8 DOMImplementation 
7.2.9 Element 
7.2.10 Entity 
7.2.11 EntityReference 
7.2.12 NamedNodeMap 
7.2.13 Node 
7.2.14 NodeList 
7.2.15 Notation 
7.2.16 ProcessingInstruction 
7.2.17 Text 
7.3 參考 
第8章 XML Schema數(shù)據(jù)類型 
8.1 數(shù)據(jù)類型分組 
8.2 數(shù)據(jù)類型 
8.2.1 anyURI 
8.2.2 base64Binary 
8.2.3 boolean 
8.2.4 byte 
8.2.5 date 
8.2.6 dateTime 
8.2.7 decimal 
8.2.8 double 
8.2.9 duration 
8.2.10 ENTITIES 
8.2.11 ENTITY 
8.2.12 float 
8.2.13 gDay 
8.2.14 gMonth 
8.2.15 gMonthDay 
8.2.16 gYear 
8.2.17 gYearMonth 
8.2.18 hexBinary 
8.2.19 ID 
8.2.20 IDREF 
8.2.21 IDREFS 
8.2.22 int 
8.2.23 integer 
8.2.24 language 
8.2.25 long 
8.2.26 Name 
8.2.27 NCName 
8.2.28 negativeInteger 
8.2.29 NMTOKEN 
8.2.30 NMTOKENS 
8.2.31 nonNegativeInteger 
8.2.32 nonPositiveInteger 
8.2.33 normalizedString 
8.2.34 NOTATION 
8.2.35 positiveInteger 
8.2.36 QName 
8.2.37 short 
8.2.38 string 
8.2.39 time 
8.2.40 token 
8.2.41 unsignedByte 
8.2.42 unsignedInt 
8.2.43 unsignedLong 
8.2.44 unsignedShort 
8.3 Facet 
8.3.1 enumeration 
8.3.2 fractionDigits 
8.3.3 length 
8.3.4 maxExclusive 
8.3.5 maxInclusive 
8.3.6 maxLength 
8.3.7 minExclusive 
8.3.8 minInclusive 
8.3.9 minLength 
8.3.10 pattern 
8.3.11 totalDigits 
8.3.12 whiteSpace 
8.4 語言結(jié)構(gòu) 
8.4.1 simpleType 
8.4.2 restriction 
8.4.3 list 
8.4.4 union 
8.5 參考 
第9章 XML Schema結(jié)構(gòu) 
9.1 Schema元素分組 
9.2 結(jié)構(gòu) 
9.2.1 all 
9.2.2 annotation 
9.2.3 any 
9.2.4 anyAttribute 
9.2.5 appinfo 
9.2.6 attribute 
9.2.7 attibuteGroup 
9.2.8 choice 
9.2.9 complexContent 
9.2.10 complexType 
9.2.11 documentation 
9.2.12 element 
9.2.13 extension 
9.2.14 field 
9.2.15 group 
9.2.16 import 
9.2.17 include 
9.2.18 key 
9.2.19 keyref 
9.2.20 notation 
9.2.21 redefine 
9.2.22 restriction 
9.2.23 schema 
9.2.24 selector 
9.2.25 sequence 
9.2.26 simpleContent 
9.2.27 unique 
9.3 XML Schema結(jié)構(gòu):實例屬性 
9.3.1 nil 
9.3.2 noNamespaceSchemaLocation 
9.3.3 SchemaLocation 
9.3.4 type 
9.4 參考 
第10章 SOAP 1.1 
10.1 SOAP消息簡介 
10.2 SOAP消息中的元素 
10.2.1 Body 
10.2.2 Envelope 
10.2.3 Fault 
10.2.4 Header 
10.3 SOAP消息中的屬性 
10.3.1 actor 
10.3.2 encodingStyle 
10.3.3 mustUnderstand 
10.4 SOAP串行化規(guī)則簡介 
10.4.1 簡單結(jié)構(gòu)化數(shù)據(jù)的串行化 
10.4.2 帶有多引用結(jié)構(gòu)化數(shù)據(jù)的串行化 
10.4.3 在復雜數(shù)據(jù)結(jié)構(gòu)中處理空引用 
10.4.4 串行化動態(tài)分類數(shù)據(jù) 
10.4.5 數(shù)組 
10.4.6 多維數(shù)組 
10.4.7 數(shù)組的部分傳輸 
10.4.8 稀疏數(shù)組 
10.4.9 復合數(shù)組 
10.5 SOAP和HTTP綁定介紹 
10.5.1 Content-Type 
10.5.2 Content-Length 
10.5.3 SOAPAction 
10.6 參考

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) www.dappsexplained.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號