Skip navigation links

Package com.xmlmind.xml.xed

A very simple script language based the native XPath 1.0 implementation of XXE.

See: Description

Package com.xmlmind.xml.xed Description

A very simple script language based the native XPath 1.0 implementation of XXE. Unlike XQuery Update, this script language allows to edit in place an XML document.

The classes in this package are not documented but should not be useful to third-party developers.

The classes in this package are either thread-safe (e.g. Script) or their code is reentrant (e.g. you must create one instance of ScriptExprContext per thread).

Skip navigation links