January 2019
Intermediate to advanced
535 pages
10h
English
Java also includes the StAX API for parsing and creating XML documents. Chapter 4 introduces you to StAX.
Streaming API for XML (StAX) is a Java API for parsing an XML document sequentially from start to finish and also for creating XML documents. StAX was introduced by Java 6 as an alternative to SAX and DOM and is located midway between these “polar opposites.”
Read now
Unlock full access