public class MultiDeferredElementVisitorHook extends ParameterizedExtensionHook
ExtensionHook.URIResourceElementVisitor.ResourceBundleProviderATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description | 
|---|
MultiDeferredElementVisitorHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
attachElementVisitor(ElementVisitor elementVisitor)
When the XML data associated with the hook handler instance needs
 to be processed, call this method passing an ElementVisitor
 implementation. 
 | 
void | 
end(ElementEndContext context)
Visit the end tag of an xml element. 
 | 
java.util.List<ElementVisitor> | 
getAttachedVisitors()  | 
int | 
getMaximumNumberOfVisitors()  | 
int | 
getNumberOfAttachedVisitors()  | 
void | 
setHookHandlerParameters(java.util.Map<java.lang.String,java.lang.String> parameterMap)  | 
void | 
setMaximumNumberOfVisitors(int maxVisitors)  | 
void | 
start(ElementStartContext context)
Visit the start tag of an xml element. 
 | 
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocationgetAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic void setHookHandlerParameters(java.util.Map<java.lang.String,java.lang.String> parameterMap)
setHookHandlerParameters in class ParameterizedExtensionHookpublic void setMaximumNumberOfVisitors(int maxVisitors)
public int getMaximumNumberOfVisitors()
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.public void attachElementVisitor(ElementVisitor elementVisitor)
elementVisitor - public int getNumberOfAttachedVisitors()
public java.util.List<ElementVisitor> getAttachedVisitors()