NetKernel APIs


org.ten60.netkernel.xml.representation
Interface IAspectXmlObject

All Superinterfaces:
IURAspect
All Known Implementing Classes:
XmlObjectAspect

public interface IAspectXmlObject
extends IURAspect

An aspect to support the Apache XmlBean object model.


Method Summary
 XmlObject getImmutableXmlObject()
          Get the XmlObject - this bean must not be changed and should only be for reading.
 XmlObject getXmlObject()
          Get a deeply cloned XmlObject which is safe for writing
 

Method Detail

getImmutableXmlObject

public XmlObject getImmutableXmlObject()
Get the XmlObject - this bean must not be changed and should only be for reading.


getXmlObject

public XmlObject getXmlObject()
Get a deeply cloned XmlObject which is safe for writing


NetKernel APIs


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