File
Doc
Category
Size
Date
Package
Example.java
API Doc
Example
336
Fri Feb 01 12:48:46 GMT 2002
None
Example
java.lang.Object
org.xml.sax.helpers.DefaultHandler
public class Example extends DefaultHandler
Printing only Character Content (too simple)
Fields Summary
Constructors Summary
Methods Summary
public void
characters
(
char[]
buf,
int
offset,
int
length)
System.out.print (new String (buf, offset, length));
Java Code Source