|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.digester.Rule org.apache.shale.tiger.managed.rules.NullValueRule
public class NullValueRule
Digester rule for processing a <null-value>
element.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.Rule |
---|
digester, namespaceURI |
Constructor Summary | |
---|---|
NullValueRule()
Creates a new instance of NullValueRule. |
Method Summary | |
---|---|
void |
begin(String namespace,
String name,
Attributes attributes)
Set the nullValue property on the containing
NullValueHolder . |
void |
body(String namespace,
String name)
No body processing for this element. |
void |
end(String namespace,
String name)
No end processing for this element. |
Methods inherited from class org.apache.commons.digester.Rule |
---|
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullValueRule()
Method Detail |
---|
public void begin(String namespace, String name, Attributes attributes) throws Exception
Set the nullValue
property on the containing
NullValueHolder
.
begin
in class Rule
namespace
- Namespace URI of the matching elementname
- Local name of the matching elementattributes
- Attribute list of the matching element
Exception
- if a parsing error occurspublic void body(String namespace, String name) throws Exception
No body processing for this element.
namespace
- Namespace URI of the matching elementname
- Local name of the matching element
Exception
- if a parsing error occurspublic void end(String namespace, String name) throws Exception
No end processing for this element.
end
in class Rule
namespace
- Namespace URI of the matching elementname
- Local name of the matching element
IllegalStateException
- if the popped object is not
of the correct type
Exception
- if a different error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |