public class RecognizersHook extends HashStructureHook
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecognizersHook.ContentPatternRecognizer |
static interface |
RecognizersHook.ContentRecognizer |
static interface |
RecognizersHook.DocumentInfo |
static interface |
RecognizersHook.ExtensionToContentType |
static interface |
RecognizersHook.NodeConversion |
static interface |
RecognizersHook.NodeRecognizer |
static interface |
RecognizersHook.UrlRecognizer |
static interface |
RecognizersHook.XmlRecognizer |
ExtensionHook.URIResourceElementVisitor.ResourceBundleProvider| Modifier and Type | Field and Description |
|---|---|
static ElementName |
HOOK_NAME |
static java.lang.String |
NO_PROTOCOL |
ATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description |
|---|
RecognizersHook() |
| Modifier and Type | Method and Description |
|---|---|
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,java.util.Map<XMLRecognizer.Attributes,MetaClass<Node>>> |
namespaceAttributesMappings() |
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() |
addHashStructureHookListener, dispose, end, getExtensionId, getHashStructure, getListenersCount, getOrderedElements, getText, removeHashStructureHookListener, startfindPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocationgetAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic static final ElementName HOOK_NAME
public static final java.lang.String NO_PROTOCOL
public static RecognizersHook getHook()
HashStructureHook containing the
"node-recognizers-hook" declarations encountered in the extension
manifests loaded by the ExtensionRegistry.public java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> namespaceMappings()
public java.util.Map<XMLRecognizer.NSElem,java.util.Map<XMLRecognizer.Attributes,MetaClass<Node>>> namespaceAttributesMappings()
public java.util.Map<XMLRecognizer.NSElem,MetaClass<Node>> schemaMappings()
public java.util.Map<XMLRecognizer.Doctype,MetaClass<Node>> docTypeMappings()
public java.util.Map<java.lang.String,java.util.List<XMLRecognizer.NoNamespaceRule>> noNamespaceMappings()