|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn560270422 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
100319s2009 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CEF
|d OCLCQ
|d YUS
|d E7B
|d IDEBK
|d N$T
|d OCLCQ
|d B24X7
|d DEBSZ
|d OCLCQ
|d DKDLA
|d YDXCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d NLE
|d AGLDB
|d MOR
|d PIFAG
|d LIV
|d OCLCQ
|d JBG
|d OCLCQ
|d OCLCO
|d U3W
|d STF
|d WRM
|d VTS
|d COCUF
|d OCLCQ
|d OCLCO
|d INT
|d AU@
|d COO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d M8D
|d UKAHL
|d HS0
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 324989625
|a 560270412
|a 666922338
|a 706825562
|a 764550483
|a 765143247
|a 815772498
|a 823120657
|a 958945928
|a 961489897
|a 962604096
|a 988479011
|a 991998757
|a 1037737641
|a 1038694700
|a 1058117270
|a 1058195076
|a 1097146925
|
020 |
|
|
|a 9781847196675
|q (electronic bk.)
|
020 |
|
|
|a 1847196675
|q (electronic bk.)
|
020 |
|
|
|a 1847196667
|
020 |
|
|
|a 9781847196668
|
020 |
|
|
|a 1282063200
|
020 |
|
|
|a 9781282063204
|
020 |
|
|
|z 9781847196668
|
029 |
1 |
|
|a AU@
|b 000062538683
|
029 |
1 |
|
|a CHBIS
|b 006151894
|
029 |
1 |
|
|a CHVBK
|b 171246268
|
029 |
1 |
|
|a DEBBG
|b BV043078959
|
029 |
1 |
|
|a DEBSZ
|b 355448920
|
029 |
1 |
|
|a DEBSZ
|b 372694098
|
029 |
1 |
|
|a DEBSZ
|b 421630485
|
029 |
1 |
|
|a HEBIS
|b 291518923
|
029 |
1 |
|
|a NZ1
|b 13870173
|
035 |
|
|
|a (OCoLC)560270422
|z (OCoLC)324989625
|z (OCoLC)560270412
|z (OCoLC)666922338
|z (OCoLC)706825562
|z (OCoLC)764550483
|z (OCoLC)765143247
|z (OCoLC)815772498
|z (OCoLC)823120657
|z (OCoLC)958945928
|z (OCoLC)961489897
|z (OCoLC)962604096
|z (OCoLC)988479011
|z (OCoLC)991998757
|z (OCoLC)1037737641
|z (OCoLC)1038694700
|z (OCoLC)1058117270
|z (OCoLC)1058195076
|z (OCoLC)1097146925
|
037 |
|
|
|a CL0500000059
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b V64 2009
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a UGB
|2 bicssc
|
082 |
0 |
4 |
|a 005.71362
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Vohra, Deepak,
|d 1966-
|
245 |
1 |
0 |
|a Processing XML documents with Oracle JDeveloper 11g :
|b creating, validating, and transforming XML documents with Oracle's IDE /
|c Deepak Vohra.
|
260 |
|
|
|a Birmingham [U.K.] :
|b Packt Pub.,
|c ©2009.
|
300 |
|
|
|a 1 online resource (v, 369 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a From technologies to solutions
|
500 |
|
|
|a Includes index.
|
520 |
|
|
|a "This expanded hands-on tutorial guides newcomers and intermediate users through JDeveloper 11g and XML document development. It offers up-to-date information on working with the latest version of JDeveloper, and brand new information on JAXB 2.0 support in JDeveloper 11g. Filled with illustrations, explanatory tables, and comprehensive instructions, this book walks the reader through the wide assortment of JDeveloper's capabilities"--Resource description page
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Table of Contents; Preface; Creating and Parsing an XML Document; Setting the environment; Generating an XML document; Creating the factory; Creating the DOM document object; Creating the root element; Constructing the DOM document; Outputting the DOM document; Running the Java application; Parsing an XML document with the DOM API; Creating the factory; Creating a DOM document object; Outputting the XML document components' values; Running the Java application; Parsing an XML document with the SAX API; Creating the factory; Parsing the XML document; Running the Java application
|
505 |
8 |
|
|a Setting the error handlerValidating the XML document; Running the Java application; Schema validation with a DOM parser; Creating a DOM parser; Setting the error handler; Parsing the XML document; Running the Java application; Summary; XPath; What is XPath?; XPath support in Oracle XDK 11g; Setting the environment; XPath search; Selecting nodes with absolute location paths; Selecting nodes with relative location paths; Selecting namespace nodes; Selecting nodes with XPath API; Creating the DOM parser; Method selectSingleNode(String); Method selectNodes(String)
|
505 |
8 |
|
|a Method selectSingleNode(String, NSResolver)Method selectNodes(String, NSResolver); Running the Java application; Summary; Transforming XML with XSLT; What we will cover in this chapter; Setting the environment for XSLT transformation; Transforming an XML document; Parsing the XML document; Creating the TransformerFactory; Creating the Transformer; Running the application; XSLT extension functions; Setting the environment for XSLT extension functions; Creating the stylesheet containing the extension functions; Instantiating Java classes; Parsing the XML
|
505 |
8 |
|
|a Storing Java results in XSLT-non-static methodStoring Java results in XSLT-static method; Modifying attributes; Modifying element text; Stylesheet with extension functions; Processing the extension functions; Summary; JSTL XML Tag Library; Overview of the JSTL XML tag library; Setting the environment; Parsing with the JSTL XML tag library; Transforming with the JSTL XML tag library; Summary; Loading and Saving XML with DOM 3.0 LS; Background; The API; Setting the environment; Loading an XML document; Creating the LSParser; Adding event handling; Parsing the XML document
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Oracle JDeveloper.
|
630 |
0 |
0 |
|a Oracle (Computer file)
|
630 |
0 |
7 |
|a Oracle JDeveloper.
|2 blmlsh
|
630 |
0 |
7 |
|a Oracle (Computer file)
|2 blmlsh
|
630 |
0 |
7 |
|a Oracle (Computer file)
|2 fast
|0 (OCoLC)fst01363816
|
630 |
0 |
7 |
|a Oracle JDeveloper.
|2 fast
|0 (OCoLC)fst01390647
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a XML (Document markup language)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a XML (Langage de balisage)
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a XML (Document markup language)
|2 blmlsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
650 |
|
7 |
|a XML (Document markup language)
|2 fast
|0 (OCoLC)fst01181899
|
776 |
0 |
8 |
|i Print version:
|a Vohra, Deepak, 1966-.
|t Processing XML documents with Oracle JDeveloper 11g.
|d Birmingham [U.K.] : Packt Pub., ©2009
|z 9781847196668
|w (OCoLC)384813379
|
830 |
|
0 |
|a From technologies to solutions.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=356304
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26942862
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00030629
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10442959
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 356304
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 206320
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3605040
|
994 |
|
|
|a 92
|b IZTAP
|