public class CopyParentClassLoaderRule extends Rule
Rule that copies the parentClassLoader
property from the
next-to-top item on the stack (which must be a Container
)
to the top item on the stack (which must also be a
Container
).
digester, namespaceURI
Constructor and Description |
---|
CopyParentClassLoaderRule(Digester digester)
Construct a new instance of this Rule.
|
Modifier and Type | Method and Description |
---|---|
void |
begin(Attributes attributes)
Handle the beginning of an XML element.
|
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
public CopyParentClassLoaderRule(Digester digester)
digester
- Digester we are associated withpublic void begin(Attributes attributes) throws Exception
Copyright © 2021. All rights reserved.