iDOM"

From Documentation
m ((via JWB))
m ((via JWB))
Line 13: Line 13:
  
 
=Version History=
 
=Version History=
{{LastUpdated}}
+
 
 
{| class='wikitable' | width="100%"
 
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Revision as of 07:37, 8 July 2022

Package: org.zkoss.idom

An implementation of W3C DOM. It is inspired by JDOM[1] to have concrete classes for all XML objects, such as Element and Attribute. However, iDOM implements the W3C API, such as org.w3c.dom.Element. Thus, you could use iDOM seamlessly with XML utilities that only accept the W3C DOM.

A typical example is XSLT and XPath. You could use any of favorite XSL processor and XPath utilities with iDOM.


Version History

Version Date Content
     



Last Update : 2022/07/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.