更新时间:2021-08-06 17:22:27
封面
Processing XML documents with Oracle JDeveloper 11g
Credits
About the Author
About the Reviewers
Preface
What this book covers
What you need for this book
Who is this book for?
Conventions
Reader feedback
Customer support
Chapter 1. Creating and Parsing an XML Document
Setting the environment
Generating an XML document
Parsing an XML document with the DOM API
Parsing an XML document with the SAX API
Summary
Chapter 2. Creating an XML Schema
An overview of XML Schema
Creating an XML schema
Registering an XML schema
Creating an XML document from the XML schema
Chapter 3. XML Schema Validation
JDeveloper built-in schema validation
Schema validation in XDK 11g
Schema validation with XSDValidator
Schema validation with a SAX parser
Schema validation with a DOM parser
Chapter 4. XPath
What is XPath?
XPath support in Oracle XDK 11g
XPath search
Selecting nodes with XPath API
Chapter 5. Transforming XML with XSLT
What we will cover in this chapter
Setting the environment for XSLT transformation
Transforming an XML document
XSLT extension functions
Chapter 6. JSTL XML Tag Library
Overview of the JSTL XML tag library
Parsing with the JSTL XML tag library
Transforming with the JSTL XML tag library
Chapter 7. Loading and Saving XML with DOM 3.0 LS
Background
The API
Loading an XML document
Saving an XML document
Filtering an XML document
Chapter 8. Validating an XML Document with DOM 3 Validation
Constructing and validating an XML document
Chapter 9. JAXB 2.0
Compiling an XML schema
Marshalling an XML document
Unmarshalling an XML document
Mapping Java to XML using annotations
Chapter 10. Comparing XML Documents
Comparing XML documents with the XMLDiff class
Chapter 11. Converting XML to PDF
Converting XML to XSL-FO
Parsing the XML document
Converting XSL-FO to PDF
Chapter 12. Converting XML to MS Excel
Converting an XML document to an Excel spreadsheet
Converting an Excel spreadsheet to an XML document
Chapter 13. Storing XML in Oracle Berkeley DB XML
Installing Oracle Berkeley DB XML
Using the command shell
Using the Berkeley DB XML API in JDeveloper
Chapter 14. Oracle XML Publisher
FO Processor Engine
XSL-FO Utility
PDF Document Merger
Data Engine
Index
A