|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.extension.ElementVisitor
javax.ide.extension.ExtensionHook
oracle.ide.composite.CompositeFileElementHook
public final class CompositeFileElementHook
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.ide.extension.ExtensionHook |
|---|
ExtensionHook.URIResource |
| Nested classes/interfaces inherited from class javax.ide.extension.ElementVisitor |
|---|
ElementVisitor.ResourceBundleProvider |
| Field Summary |
|---|
| Fields inherited from class javax.ide.extension.ExtensionHook |
|---|
KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS |
| Fields inherited from class javax.ide.extension.ElementVisitor |
|---|
KEY_LOCATOR |
| Constructor Summary | |
|---|---|
CompositeFileElementHook()
|
|
| Method Summary | |
|---|---|
void |
end(ElementEndContext context)
Visit the end tag of an xml element. |
void |
start(ElementStartContext context)
Visit the start tag of an xml element. |
| Methods inherited from class javax.ide.extension.ExtensionHook |
|---|
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation |
| Methods inherited from class javax.ide.extension.ElementVisitor |
|---|
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeFileElementHook()
| Method Detail |
|---|
public void start(ElementStartContext context)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorcontext - information about the xml start tag.public void end(ElementEndContext context)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorcontext - information about the xml end tag.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||