Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.model
Class RecognizersHook

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by javax.ide.extension.ExtensionHook
          extended by oracle.ide.extension.HashStructureHook
              extended by oracle.ide.model.RecognizersHook

public class RecognizersHook
extends HashStructureHook


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
static ElementName HOOK_NAME
           
 
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
RecognizersHook()
           
 
Method Summary
 java.util.Map<XMLRecognizer.Doctype,MetaClass<Node>> docTypeMappings()
           
static RecognizersHook getHook()
          Gets a HashStructureHook containing the "node-recognizers-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.
 java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> namespaceMappings()
           
 java.util.Map<java.lang.String,java.util.List<XMLRecognizer.NoNamespaceRule>> noNamespaceMappings()
           
 java.util.Map<java.lang.String,MetaClass<Node>> rootElementMappings()
           
 java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> schemaMappings()
           
 
Methods inherited from class oracle.ide.extension.HashStructureHook
addHashStructureHookListener, dispose, end, getExtensionId, getHashStructure, getOrderedElements, getText, removeHashStructureHookListener, start
 
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
 

Field Detail

HOOK_NAME

public static final ElementName HOOK_NAME
Constructor Detail

RecognizersHook

public RecognizersHook()
Method Detail

getHook

public static RecognizersHook getHook()
Gets a HashStructureHook containing the "node-recognizers-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.

Returns:
the "node-recognizers-hook" declarations encountered in the extension manifests.

namespaceMappings

public java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> namespaceMappings()

schemaMappings

public java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> schemaMappings()

docTypeMappings

public java.util.Map<XMLRecognizer.Doctype,MetaClass<Node>> docTypeMappings()

rootElementMappings

public java.util.Map<java.lang.String,MetaClass<Node>> rootElementMappings()

noNamespaceMappings

public java.util.Map<java.lang.String,java.util.List<XMLRecognizer.NoNamespaceRule>> noNamespaceMappings()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.