Content deleted Content added
m robot Modifying: de:Java API for XML Processing |
No edit summary |
||
Line 1:
{{Out of date}}
The '''Java API for [[XML]] Processing''', or '''JAXP''' (pronounced ''jaks-p'', is one of the [[Java XML]] [[programming]] [[Application programming interface|API]]s. It provides the capability of validating and parsing [[XML]] documents. The two basic parsing interfaces are:
* the [[Document Object Model]] parsing interface or '''DOM''' interface
* the [[Simple API for XML]] parsing interface or '''SAX''' interface
|