|
|||||||||
| Home >> All >> gnu >> java >> beans >> [ decoder overview ] | PREV NEXT | ||||||||
Uses of Class
gnu.java.beans.decoder.AssemblyException
| Uses of AssemblyException in gnu.java.beans.decoder |
| Methods in gnu.java.beans.decoder that throw AssemblyException | |
protected Context |
VoidHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
private Context |
VoidHandler.startElementImpl(org.xml.sax.Attributes attributes)
|
protected java.lang.Object |
StaticMethodContext.createObject(Context outerContext)
|
protected Context |
SimpleHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
void |
SimpleHandler.endElement(java.lang.String characters)
|
void |
SimpleHandler.endElement(java.lang.String characters)
|
protected abstract java.lang.Object |
SimpleHandler.parse(java.lang.String characters)
Returns an object that is created from the given characters. |
void |
PropertyContext.addParameterObject(java.lang.Object o)
|
void |
PropertyContext.notifyStatement(Context outerContext)
|
java.lang.Object |
PropertyContext.endContext(Context outerContext)
|
void |
PersistenceParser.addParameterObject(java.lang.Object o)
Adds a decoded object to the Context. |
void |
PersistenceParser.notifyStatement(Context outerContext)
|
java.lang.Object |
PersistenceParser.endContext(Context outerContext)
|
void |
PersistenceParser.set(int index,
java.lang.Object o)
|
java.lang.Object |
PersistenceParser.get(int index)
|
protected Context |
ObjectHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
void |
ObjectContext.addParameterObject(java.lang.Object o)
|
void |
ObjectContext.notifyStatement(Context outerContext)
|
java.lang.Object |
ObjectContext.endContext(Context outerContext)
|
protected java.lang.Object |
NullHandler.parse(java.lang.String characters)
|
protected java.lang.Object |
MethodContext.createObject(Context outerContext)
|
protected Context |
JavaHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
void |
IndexContext.addParameterObject(java.lang.Object o)
|
void |
IndexContext.notifyStatement(Context outerContext)
|
java.lang.Object |
IndexContext.endContext(Context outerContext)
|
void |
IndexContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
IndexContext.get(int index)
|
void |
GrowableArrayContext.addParameterObject(java.lang.Object o)
|
void |
GrowableArrayContext.notifyStatement(Context outerContext)
|
java.lang.Object |
GrowableArrayContext.endContext(Context outerContext)
|
void |
GrowableArrayContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
GrowableArrayContext.get(int index)
|
java.lang.Object |
ElementHandler.getObject(java.lang.String objectId)
|
void |
DummyContext.addParameterObject(java.lang.Object o)
|
void |
DummyContext.notifyStatement(Context outerContext)
|
java.lang.Object |
DummyContext.endContext(Context outerContext)
|
void |
DummyContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
DummyContext.get(int index)
|
void |
DecoderContext.addParameterObject(java.lang.Object o)
|
void |
DecoderContext.notifyStatement(Context outerContext)
|
java.lang.Object |
DecoderContext.endContext(Context outerContext)
|
void |
DecoderContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
DecoderContext.get(int index)
|
void |
Context.addParameterObject(java.lang.Object o)
Adds a parameter object to the context. |
void |
Context.notifyStatement(Context outerContext)
Notifies that the next element is a statement. |
java.lang.Object |
Context.endContext(Context outerContext)
Notifies that the context ends and the returns the appropriate result object. |
void |
Context.set(int index,
java.lang.Object o)
Calls an appropriate indexed set method if it is available or throws an AssemblerException if that is not allowed on this Context. |
java.lang.Object |
Context.get(int index)
Calls an appropriate indexed get method if it is available or throws an AssemblerException if that is not allowed on this Context. |
protected java.lang.Object |
ConstructorContext.createObject(Context outerContext)
|
protected java.lang.Object |
ClassHandler.parse(java.lang.String characters)
|
protected java.lang.Object |
CharHandler.parse(java.lang.String number)
|
protected java.lang.Object |
BooleanHandler.parse(java.lang.String number)
|
protected Context |
ArrayHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
protected Context |
ArrayHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
|
void |
ArrayContext.addParameterObject(java.lang.Object o)
|
java.lang.Object |
ArrayContext.endContext(Context outerContext)
|
void |
ArrayContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
ArrayContext.get(int index)
|
void |
AbstractObjectContext.set(int index,
java.lang.Object o)
|
java.lang.Object |
AbstractObjectContext.get(int index)
|
protected abstract Context |
AbstractElementHandler.startElement(org.xml.sax.Attributes attributes,
java.beans.ExceptionListener exceptionListener)
Analyses the content of the Attributes instance and creates a Context object accordingly. |
protected void |
AbstractElementHandler.endElement(java.lang.String characters)
Processes the character data when the element ends. |
java.lang.Object |
AbstractElementHandler.getObject(java.lang.String objectId)
Returns a previously stored object. |
void |
AbstractCreatableObjectContext.addParameterObject(java.lang.Object o)
Adds a parameter object to this Context if the result object has not been created yet. |
void |
AbstractCreatableObjectContext.notifyStatement(Context outerContext)
Creates the result object if it does not exist already. |
protected abstract java.lang.Object |
AbstractCreatableObjectContext.createObject(Context outerContext)
Creates the result object. |
java.lang.Object |
AbstractCreatableObjectContext.endContext(Context outerContext)
|
|
|||||||||
| Home >> All >> gnu >> java >> beans >> [ decoder overview ] | PREV NEXT | ||||||||