|
demo for SASAX - 1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jp.ne.dti.lares.foozy.sasax.ChoiceDemo.IntElementFactory
Factory class to create "int" element.
| Fields inherited from interface jp.ne.dti.lares.foozy.sasax.DemoConstants |
COMPOSITE_L_NAME, ENVELOPE_L_NAME, INT_L_NAME, LIST_L_NAME, STRING_L_NAME, URI |
| Constructor Summary | |
ChoiceDemo.IntElementFactory()
|
|
| Method Summary | |
boolean |
accepts(ParseContext context,
java.lang.String uri,
java.lang.String lName)
Examine whether specified NAME is acceptable or not. |
Element |
create(Element parent)
Create element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChoiceDemo.IntElementFactory()
| Method Detail |
public boolean accepts(ParseContext context,
java.lang.String uri,
java.lang.String lName)
This examines with
DemoConstants.URI and
DemoConstants.INT_L_NAME.
accepts in interface ElementFactorypublic Element create(Element parent)
This create ValueElement.IntType instance.
create in interface ElementFactory
|
demo for SASAX - 1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||