图书介绍

XML精要快速参考手册 XML,XPath,XSLT,XML,Schema,SOAP【2025|PDF下载-Epub版本|mobi电子书|kindle百度云盘下载】

XML精要快速参考手册 XML,XPath,XSLT,XML,Schema,SOAP
  • (美)Aaron Skonnard,(美)Martin Gudgin著;牛韬,英宇译 著
  • 出版社: 北京:人民邮电出版社
  • ISBN:7115105715
  • 出版时间:2002
  • 标注页数:272页
  • 文件大小:9MB
  • 文件页数:287页
  • 主题词:计算机网络(学科: 可扩充语言 学科: 程序设计) 计算机网络 可扩充语言 程序设计

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

XML精要快速参考手册 XML,XPath,XSLT,XML,Schema,SOAPPDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

第1章 XML1.0命名空间1

1.1 元素1

1.2 元素、命名空间和命名空间声明2

1.3 属性4

1.4 属性和命名空间4

1.5 处理指令5

1.6 注释5

1.7 空白6

1.8 禁用的字符常量7

1.9 CDATA段8

1.10 XML声明8

1.11 字符引用9

1.12 良构的XML10

1.13 参考10

第2章 文档类型定义11

2.1 DTD简介11

2.2 DOCTYPE11

2.2.2 外部声明12

2.2.1 内部声明12

2.2.3 内部和外部声明13

2.3 ELEMENT14

2.4 ATTLIST16

2.5 ENTITY18

2.5.1 内部参数实体19

2.5.2 外部参数实体21

2.5.3 内部通用实体22

2.5.4 外部通用解析实体22

2.6 NOTATION23

2.5.5 非解析实体23

2.7 INCLUDE和IGNORE24

2.8 参考25

第3章 XPath 1.026

3.1 XPath简介26

3.2 定位路径表达式29

3.2.1 定位步骤30

3.2.2 轴30

3.2.3 节点测试33

3.2.4 谓词34

3.2.5 定位路径缩写35

3.3 基本表达式35

3.3.1 布尔表达式36

3.3.2 等式表达式36

3.3.3 关系表达式37

3.3.4 数值表达式38

3.4 核心函数库38

3.4.1 boolean39

3.4.2 ceiling40

3.4.3 concat40

3.4.4 contains41

3.4.5 count41

3.4.6 false41

3.4.7 floor42

3.4.8 id42

3.4.9 lang42

3.4.12 name43

3.4.11 local-name43

3.4.10 last43

3.4.13 namespace-uri44

3.4.14 normalize-space44

3.4.15 not44

3.4.16 number45

3.4.17 position45

3.4.19 starts-with46

3.4.20 string46

3.4.18 round46

3.4.21 string-length47

3.4.22 substring47

3.4.23 substring-atfer48

3.4.24 substring-before48

3.4.25 sum48

3.4.26 translate49

3.4.27 true49

3.5 参考49

4.1.1 完整形式50

4.1 XPointe 1.050

第4章 XPointer、XInclude 和XML Base50

4.1.2 无修饰名称51

4.1.3 子节点序列52

4.1.4 XPointe扩充到 XPath52

4.1.5 XPointe节点测试53

4.1.6 XPointe函数库54

4.2 Xinclude57

4.3 XML Base59

4.4 参考60

第5章 XSL Transformations 1.061

5.1 XSLT编程简介61

5.2 XSLT类型和表达式64

5.3 模式65

5.4 冲突解决66

5.5 内建模板67

5.6 基于原型的转换语法68

5.7 属性值模板68

5.9 元素库69

5.8 空白69

5.9.1 apply-imports72

5.9.2 apply-templates73

5.9.3 attribute74

5.9.4 attribute-set76

5.9.5 call-template77

5.9.6 choose78

5.9.7 comment79

5.9.8 copy79

5.9.9 copy-of80

5.9.10 decimal-format81

5.9.11 element82

5.9.12 fallback83

5.9.13 for-each84

5.9.14 if85

5.9.15 import85

5.9.16 include86

5.9.17 key87

5.9.18 message89

5.9.19 namespace-alias90

5.9.20 number91

5.9.21 otherwise93

5.9.22 output93

5.9.23 param95

5.9.24 preserve-space96

5.9.25 processing-instruction97

5.9.26 sort97

5.9.27 strip-space98

5.9.29 template99

5.9.28 stylesheet99

5.9.30 text102

5.9.31 transform (stylesheet)103

5.9.32 value-of104

5.9.33 varialbe105

5.9.34 when107

5.9.35 with-param108

5.10 XSLT函数库108

5.10.2 document109

5.10.1 current109

5.10.3 element-available111

5.10.4 format-number112

5.10.5 function-available112

5.10.6 generate-id113

5.10.7 key113

5.10.8 system-property113

5.10.9 unparsed-entity-uri114

5.11 参考114

6.2 SAX的接口和类116

第6章 SAX 2.0116

6.1 SAX UML快速 参考116

6.2.1 Attribute119

6.2.2 ContentHandler121

6.2.3 DTDHandler127

6.2.4 EntityResolver129

6.2.5 ErrorHandler130

6.2.6 Locator132

6.2.7 XMLFilter134

6.2.8 XMLReader135

6.3 功能和特性139

6.4 参考140

第7章 DOM Level2141

7.1 DOM UML141

7.2 DOM接口141

7.2.1 Attr141

7.2.2 CDATASection143

7.2.3 CharacterData144

7.2.5 Document146

7.2.4 Comment146

7.2.6 CocumentFragment149

7.2.7 CocumentType149

7.2.8 DOMImplementation150

7.2.9 Elemnt151

7.2.10 Entity154

7.2.11 EntityReference154

7.2.12 NamedNodeMap154

7.2.13 Node156

7.2.14 NodeList161

7.2.15 Notation163

7.2.16 ProcessingInstruction163

7.2.17 Text164

7.3 参考164

第8章 SML Schema数据类型165

8.1 数据类型分组165

8.2 数据类型167

8.2.1 anyURI167

8.2.2 base64Binary168

8.2.3 boolean169

8.2.4 byte169

8.2.5 date170

8.2.6 date Time170

8.2.7 decimal171

8.2.8 double172

8.2.9 duration172

8.2.10 ENTITIES173

8.2.12 float174

8.2.11 ENTITY174

8.2.13 gDay175

8.2.14 gMonth175

8.2.15 gMonthDay176

8.2.16 gYear176

8.2.17 gYearMonth177

8.2.18 hexBinary177

8.2.19 ID178

8.2.20 IDREF178

8.2.21 IDREFS178

8.2.22 int179

8.2.23 integer179

8.2.24 language180

8.2.25 long181

8.2.26 Name181

8.2.27 NCName182

8.2.28 negativeInteger182

8.2.30 NMTOKENS183

8.2.29 NMTOKEN183

8.2.31 nonNegativeInteger184

8.2.32 nonPositiveInteger184

8.2.33 normalizedString185

8.2.34 NOTATION185

8.2.35 positiveInteger186

8.2.36 QName187

8.2.37 short187

8.2.38 sting188

8.2.40 token189

8.2.39 time189

8.2.41 unsignedByte190

8.2.42 unsignedInt190

8.2.43 unsignedLong191

8.2.44 unsignedShort192

8.3 Facet192

8.3.1 enumeration193

8.3.2 fractionDigits193

8.3.3 length194

8.3.5 maxInclusive195

8.3.4 maxExclusive195

8.3.6 maxLength196

8.3.7 minExclusive197

8.3.8 minInclusive198

8.3.9 minLength198

8.3.10 pattern199

8.3.11 totalDigits200

8.4 语言结构201

8.3.12 whiteSpace201

8.4.1 simpleType202

8.4.2 restriction202

8.4.3 list203

8.4.4 union204

8.5 参考205

第9章 XML Schema结构207

9.1 Schema 元素分组207

9.2 结构210

9.2.1 all210

9.2.2 annotation211

9.2.3 any212

9.2.4 anyAttribute214

9.2.5 appinfo216

9.2.6 attribute217

9.2.7 attibuteGroup219

9.2.8 choice221

9.2.9 complexContent222

9.2.10 complexType222

9.2.12 element225

9.2.11 documentation225

9.2.13 extension229

9.2.14 field231

9.2.15 group232

9.2.16 import234

9.2.17 include235

9.2.18 key236

9.2.19 keyref238

9.2.20 notation238

9.2.21 redefine239

9.2.22 restriction241

9.2.23 schema243

9.2.24 sclector246

9.2.25 sequence247

9.2.26 simpleContent248

9.2.27 unique249

9.3 SML Schema结构:实例属性250

9.3.1 nil250

9.3.3 SchemaLocation251

9.3.2 noNamespaceSchemaLocation251

9.3.4 type252

9.4 参考253

第10章 SOAP 1.1254

10.1 SOAP消息简介254

10.2 SOAP消息中的元素255

10.2.1 Body255

10.2.2 Envelope256

10.2.3 Fault256

10.2.4 Header258

10.3.1 actor259

10.3 SOAP消息中的属性259

10.3.2 encodingStyle260

10.3.3 mustUnderstand260

10.4 SOAP串行化规则简介261

10.4.1 简单结构化数据的串行化262

10.4.2 带有多引用结构化数据的串行化264

10.4.3 在复杂数据结构中处理空引用265

10.4.4 串行化动态分类数据265

10.4.6 多维数组267

10.4.5 数组267

10.4.7数组的部分传输268

10.4.8 稀疏数组269

10.4.9 复合数组269

10.5 SOAP和HTTP绑定介绍271

10.5.1 Content-Type271

10.5.2 Content-Length271

10.5.3 SOAPAction272

10.6 参考272

热门推荐