Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
Read XML from Socket with socket\DelayedInput.java
How to read XML document from socket connections with the socket\DelayedInput.java provided in the Apache Xerces package?
✍: FYIcenter
If you want to see how XML parser handles XML document from socket connections,
you can try the socket\DelayedInput.java provided in the Apache Xerces package
to display element type information.
Compile and run socket\DelayedInput.java, if you have Apache Xerces 2.11.0 installed:
\fyicenter\xerces-2_11_0\samples>\fyicenter\jdk-1.8.0\bin\javac socket\DelayedInput.java Note: socket\DelayedInput.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 socket.DelayedInput User.xml # filename: User.xml read 48 bytes in 23 ms: [\n<!-- Copyright (c) 2017 FYIcenter.com -->\n<User] read 48 bytes in 968 ms: [>\n <ID>101</ID>\n <BirthDate>1970-01-01+00:] (User (ID )ID (BirthDate read 48 bytes in 682 ms: [01</BirthDate>\n <Name>Frank Y. Ivy</Name>\n ] )BirthDate (Name )Name read 27 bytes in 1988 ms: [ <Sex> Male</Sex>\n</User>\n] (Sex )Sex )User read -1 bytes in 1977 ms: no data read
Â
2017-09-28, 41707👍, 0💬
Popular Posts:
maven-compat-3.5.4.jar is the JAR file for Apache Maven 3.5.4 Compact module. The JAR file name may ...
What Is jsse.jar (JDK 6) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Ja...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...