SAX 1.0 : handleData and processingInstruction
Philippe Le Hégaret
Philippe.Le_Hegaret at sophia.inria.fr
Sun May 17 18:32:26 BST 1998
charecters takes an array of characters for the data :
public abstract void characters(char ch[],
int start,
int length) throws SAXException
processingInstruction takes a String for the data :
public abstract void processingInstruction(String target,
String data) throws SAXException
Why is there this difference in SAX ?
Philippe.
---------
Philippe Le Hegaret
Philippe.Le_Hegaret at sophia.inria.fr -- http://www.inria.fr/koala/plh/
KOALA/DYADE/BULL @ INRIA (Stagiaire) - Sophia Antipolis
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list