NetKernel APIs


org.ten60.netkernel.xml.representation
Interface IAspectJDOM

All Superinterfaces:
IURAspect
All Known Implementing Classes:
JDOMAspect

public interface IAspectJDOM
extends IURAspect

JDOM Aspect Interface


Method Summary
 Document getDocument()
          Get a clone of the JDOM document - the resulting document is safe for writing.
 Document getReadOnlyDocument()
          Get the underlying JDOM document - this *must* be for read operations only.
 

Method Detail

getReadOnlyDocument

public Document getReadOnlyDocument()
Get the underlying JDOM document - this *must* be for read operations only. You must clone the resulting document if you want to write to it.


getDocument

public Document getDocument()
Get a clone of the JDOM document - the resulting document is safe for writing.


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.