|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OXMLContext | |
|---|---|
| net.sf.doolin.oxml.action | |
| net.sf.doolin.oxml.adapter | |
| Uses of OXMLContext in net.sf.doolin.oxml.action |
|---|
| Methods in net.sf.doolin.oxml.action with parameters of type OXMLContext | |
|---|---|
protected void |
CreateOXMLAction.collect(Object instance,
OXMLContext context)
Collects the instances |
protected void |
CreateOXMLAction.create(OXMLContext context)
Creates the instance |
void |
SequenceOXMLAction.execute(OXMLContext context)
Executes the sequence |
void |
SequenceOXMLAction.process(OXMLContext context)
Processes each sub action. |
void |
RootOXMLAction.process(OXMLContext context)
|
void |
PropertyOXMLAction.process(OXMLContext context)
|
void |
OXMLAction.process(OXMLContext context)
Processes the action against a context |
void |
IncludeOXMLAction.process(OXMLContext context)
|
void |
IfOXMLAction.process(OXMLContext context)
|
void |
ForOXMLAction.process(OXMLContext context)
|
void |
CreateOXMLAction.process(OXMLContext context)
|
void |
CreateDefOXMLAction.process(OXMLContext context)
Does not do anything. |
void |
CheckOXMLAction.process(OXMLContext context)
|
void |
AbstractSequenceOXMLAction.process(OXMLContext context)
Processes each sub action. |
protected void |
CreateOXMLAction.setInParent(OXMLContext context,
Object instance)
Sets the created instance into its parent |
| Uses of OXMLContext in net.sf.doolin.oxml.adapter |
|---|
| Methods in net.sf.doolin.oxml.adapter with parameters of type OXMLContext | |
|---|---|
Object |
OXMLAdapter.adapt(Node currentNode,
String path,
OXMLContext context)
Adapts a value taken from the XML to a value suitable in the object model. |
Object |
AbstractSimpleOXMLAdapter.adapt(Node currentNode,
String path,
OXMLContext context)
|
protected Enum<?> |
EnumOXMLAdapter.adapt(String value,
OXMLContext context)
|
protected Dimension |
DimensionOXMLAdapter.adapt(String value,
OXMLContext context)
|
protected String |
DefaultOXMLAdapter.adapt(String value,
OXMLContext context)
|
protected abstract T |
AbstractSimpleOXMLAdapter.adapt(String value,
OXMLContext context)
Adapts a simple string to an object. |
protected T |
AbstractTextOXMLInstanceFactory.createInstance(Element element,
OXMLContext context)
|
protected abstract T |
AbstractOXMLInstanceFactory.createInstance(Element element,
OXMLContext context)
Creates the instance from the current element |
T |
OXMLInstanceFactory.createInstance(OXMLContext context)
Creates an object from the context |
T |
AbstractOXMLInstanceFactory.createInstance(OXMLContext context)
|
protected abstract T |
AbstractTextOXMLInstanceFactory.createInstance(String text,
OXMLContext context)
Creates the instance from the current text |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||