SUMMARY:
java.lang.Object
oracle.ide.model.Node
oracle.ide.model.TextNode
oracle.ide.model.DeployableTextNode
oracle.bali.xml.addin.XMLSourceNode
oracle.jdeveloper.webapp.WebDocumentNode
- All Implemented Interfaces:
- Displayable, Element, LazyLoadable, Locatable, Subject, Dirtyable
- Direct Known Subclasses:
- BrowsableWebDocumentNode
public abstract class WebDocumentNode
- extends oracle.bali.xml.addin.XMLSourceNode
Node representing Web documents: HTML, JSP ... files.
WebDocumentNode
public WebDocumentNode()
WebDocumentNode
public WebDocumentNode(java.net.URL url)
closeImpl
protected void closeImpl()
throws java.io.IOException
- Description copied from class:
Node
- Subclasses should override this method to customize the close()
behavior.
Node.close()
invokes this only if the node is open, under
write lock. The Node
implementation does nothing.
- Overrides:
closeImpl
in class oracle.bali.xml.addin.XMLSourceNode
- Throws:
java.io.IOException
- if an I/O error occurred while closing
getXmlContext
public java.util.concurrent.Future<oracle.bali.xml.gui.jdev.JDevXmlContext> getXmlContext(Context ideContext,
java.lang.Runnable callback,
long timeout,
java.util.concurrent.TimeUnit unit)
- Gets the XmlContext for the given node/project/workspace from the IDE context, creating the
XmlContext if needed. If the IDE context has no node or the node is not an XMLSourceNode,
this will return null.
pauseXmlContextCreation
public void pauseXmlContextCreation()
resumeXmlContextCreation
public void resumeXmlContextCreation()