- Processing XML documents with Oracle JDeveloper 11g
- Deepak Vohra
- 154字
- 2021-08-06 17:22:04
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The XSDValidator
class is used to validate an XML document that has been built into a DOM tree."
A block of code will be set as follows:
InputStream inputStream=new FileInputStream(new File("catalog.xsd")); InputSource inputSource=new InputSource(inputStream); XMLSchema schema = builder.build(inputSource); xsdValidator.setSchema(schema);
Any command-line input and output is written as follows:
dbxml>createContainer catalog.dbxml
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "In the New Gallery window select Categories | General and Items | Generic Application."
推薦閱讀
- Vue.js前端開發技術
- Spring Security 3
- PPT設計實用教程
- Yii 1.1 Application Development Cookbook
- 中文版 Photoshop CC 從入門到精通
- Drools JBoss Rules 5.0 Developer's Guide
- Photoshop網店圖片處理實訓教程
- Photoshop CS6案例教程(第3版)
- AutoCAD入門教程全掌握
- 中文版Photoshop CS6應用技法教程
- SolidWorks 2020中文版從入門到精通
- AI寫實人物繪畫關鍵詞圖鑒(Stable Diffusion版)
- CorelDRAW 2018平面設計基礎教程(第3版)
- AutoCAD 2020中文版從入門到精通(升級版)
- The 3CX IP PBX Tutorial