cancel
Showing results for 
Search instead for 
Did you mean: 

help on mapping

Former Member
0 Kudos

Hi all, I have help on java mapping regading ,what is difference between BOM and SAX ,where is used in mapping techniques?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Vijay,

Please browse through the following link regarding Java mapping.

[http://help.sap.com/saphelp_nw04s/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm] Java Mapping

Thanks,

Kiran

Former Member
0 Kudos

Hi...........

SAX uses the callback approach to parse an XML document. Therefore, greater efficiency is achieved when parsing large XML documents.

The most important methods and interfaces that are used when processing an XML using SAX are:

· org.xml.sax.ContentHandler

· org.xml.sax.Attributes

Former Member
0 Kudos

You can find the whole information about DOM and SAX here..