| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.ide.model.TextNode
oracle.ide.model.DeployableTextNode
oracle.bali.xml.addin.XMLSourceNode
oracle.jdeveloper.webapp.DelegatingXMLSourceNode
oracle.jdeveloper.webapp.WebDocumentNode
public abstract class WebDocumentNode
Node representing Web documents: HTML, JSP ... files.
| Field Summary | 
|---|
| Fields inherited from class oracle.jdeveloper.webapp.DelegatingXMLSourceNode | 
|---|
DEFAULT_WEIGHT | 
| Fields inherited from class oracle.bali.xml.addin.XMLSourceNode | 
|---|
XML_CONTEXT_CREATED | 
| Fields inherited from class oracle.ide.model.DeployableTextNode | 
|---|
EXT, EXT2 | 
| Fields inherited from class oracle.ide.model.Node | 
|---|
LOG_READONLY | 
| Constructor Summary | |
|---|---|
WebDocumentNode()
 | 
|
WebDocumentNode(java.net.URL url)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
closeImpl()
Subclasses should override this method to customize the close() behavior.  | 
 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.  | 
protected static java.lang.String | 
getXmlEncodingNoDefault(char[] charBuffer)
Scan through an xml text buffer to find the xml encoding declaration.  | 
 void | 
pauseXmlContextCreation()
 | 
 void | 
resumeXmlContextCreation()
 | 
| Methods inherited from class oracle.bali.xml.addin.XMLSourceNode | 
|---|
addPersistentXmlModelListener, createAnnotationGrammar, createAnnotationGrammarImpl, createAnnotationMetadataProvider, createAnnotationMetadataProviderImpl, createAnnotationMetadataResolver, createAnnotationMetadataResolverImpl, createAnnotationModel, createAnnotationModelImpl, createDOMImplementation, createDomModelPluginFactory, createDomModelPluginFactoryImpl, createGrammarResolver, createIndexingProvider, createIndexingProviderImpl, createReader, getBundleId, getDOMImplementation, getExtension, getIcon, getIndexingMetadataMapper, getIndexingMetadataURLS, getJDevXmlContextFactory, getLoadEncoding, getModel, getModel, getSaveEncoding, getShapingIds, getXmlContext, getXmlContext, getXmlContext, hasXmlContextBeenCreated, isXmlSyntax, reformatForLineBasedDiff, registerServiceProviders, registerXmlSourceNodeHook, removePersistentXmlModelListener, revertImpl, saveImpl, showAllValidComponentsPalettePage, supportsXmlContextAction | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public WebDocumentNode()
public WebDocumentNode(java.net.URL url)
| Method Detail | 
|---|
protected void closeImpl()
                  throws java.io.IOException
NodeNode.close() invokes this only if the node is open, under
 write lock.  The Node implementation does nothing.
closeImpl in class DelegatingXMLSourceNodejava.io.IOException - if an I/O error occurred while closingprotected static java.lang.String getXmlEncodingNoDefault(char[] charBuffer)
charBuffer - The xmlfragment to be used for searching xml declaration
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)
public void pauseXmlContextCreation()
public void resumeXmlContextCreation()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||