This commit is contained in:
igor%mir2.org 2004-08-02 17:49:04 +00:00
Родитель d0dca7f69b
Коммит b73081a5a8
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -111,10 +111,10 @@ public abstract class XMLLib
* Return wrap of the given Java object as appropritate XML object or
* null if Java object has no XML representation.
* The default implementation returns null to indicate no special
* wrapping of XML objects.
*/
* wrapping of XML objects.
*/
public Scriptable wrapAsXMLOrNull(Context cx, Object javaObject)
{
return null;
}
{
return null;
}
}