org.apache.servicemix.jbi.util
Class LazyDOMSource
java.lang.Object
javax.xml.transform.dom.DOMSource
org.apache.servicemix.jbi.util.LazyDOMSource
- All Implemented Interfaces:
- Source
public abstract class LazyDOMSource
- extends DOMSource
A lazily created source which is only created if its required.
- Version:
- $Revision: 564607 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyDOMSource
public LazyDOMSource()
getNode
public Node getNode()
- Overrides:
getNode in class DOMSource
loadNode
protected abstract Node loadNode()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.