public class DeferredElementVisitorHook extends ExtensionHook
ExtensionHook.URIResourceElementVisitor.ResourceBundleProviderATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description | 
|---|
DeferredElementVisitorHook()  | 
| 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. 
 | 
ElementVisitor | 
getAttachedElementVisitor()
Returns the attached ElementVisitor. 
 | 
boolean | 
isElementVisitorAttached()
Returns true if an ElementVisitor is attached 
 | 
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 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 boolean isElementVisitorAttached()
attachElementVisitor(ElementVisitor)public ElementVisitor getAttachedElementVisitor()