|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.xml.EndElementProcessor
public class EndElementProcessor
A processor that assists UnmarshalHandler in dealing with the SAX 2
ContentHandler.endElement(String, String, String) callback method.
| Field Summary | |
|---|---|
protected static java.util.ResourceBundle |
resourceBundle
resource bundle |
| Constructor Summary | |
|---|---|
EndElementProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actual UnmarshalHandler for which this processor deals with the SAX 2
endElement() callback method. |
|
| Method Summary | |
|---|---|
void |
compute(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.ResourceBundle resourceBundle
| Constructor Detail |
|---|
public EndElementProcessor(UnmarshalHandler unmarshalHandler)
UnmarshalHandler for which this processor deals with the SAX 2
endElement() callback method.
unmarshalHandler - The UnmarshalHandler instance on which the results of
processing the endElement method will be 'persisted'/set.| Method Detail |
|---|
public void compute(java.lang.String name)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||