Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Show XML Parsing Flow with sax\DocumentTracer.java
How to show the XML parsing flow with sax\DocumentTracer.java provided in the Apache Xerces package?
✍: FYIcenter
You can show the XML parsing flow with the sax\DocumentTracer.java program
provided in the Apache Xerces package as shown below.
Compile and run sax\DocumentTracer.java program on the sample XML file User.xml:
\fyicenter\xerces-2_11_0\samples>\fyicenter\jdk-1.8.0\bin\javac sax\DocumentTracer.java Note: sax\DocumentTracer.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. \fyicenter\xerces-2_11_0\samples>\fyicenter\jdk-1.8.0\bin\java -cp .;..\xercesImpl.jar sax.DocumentTracer User.xml setDocumentLocator(locator=org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy@69663380) startDocument() comment(text=" Copyright (c) 2017 FYIcenter.com ") startElement(uri="",localName="User",qname="User",attributes={}) characters(text="\n ") startElement(uri="",localName="ID",qname="ID",attributes={}) characters(text="101") endElement(uri="",localName="ID",qname="ID") characters(text="\n ") startElement(uri="",localName="BirthDate",qname="BirthDate",attributes={}) characters(text="1970-01-01+00:01") endElement(uri="",localName="BirthDate",qname="BirthDate") characters(text="\n ") startElement(uri="",localName="Name",qname="Name",attributes={}) characters(text="Frank Y. Ivy") endElement(uri="",localName="Name",qname="Name") characters(text="\n ") startElement(uri="",localName="Sex",qname="Sex",attributes={}) characters(text=" Male") endElement(uri="",localName="Sex",qname="Sex") characters(text="\n") endElement(uri="",localName="User",qname="User") endDocument()
⇒ Parsing Flow of XML Document with DTD Declarations
⇐ sax\DocumentTracker.java - Apache Xerves Sax Sample
2017-10-08, 17193🔥, 0💬
Popular Posts:
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
What Is commons-collections4-4.4 .jar?commons-collections4-4.4 .jaris the JAR file for Apache Common...
commons-collections4-4.4 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...
JDK 11 jdk.rmic.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) Compiler Tool tool, ...
XStream is a simple library to serialize objects to XML and back again. JAR File Size and Download L...