|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.instance.data.AbstractData org.jbind.xml.instance.data.AnyTypeData org.jbind.example.helloWorld.World org.jbind.example.helloWorld.WorldData
Nested Class Summary | |
static class |
WorldData.DataCreator_
|
Constructor Summary | |
WorldData()
|
Method Summary | |
protected void |
doAcceptEnds_(IDataVisitor aVisitor)
|
protected void |
doAcceptStarts_(IDataVisitor aVisitor)
|
int |
getNbSetupAndTearDownLevels()
Gets the nbSetupAndTearDownLevels attribute. |
java.util.ListIterator |
iterCountries()
Iterates the country elements. |
java.util.ListIterator |
iterPersons()
Iterates the person elements. |
double |
numberCountries()
Evaluates the XPath "count(. |
double |
numberPersons()
Evaluates the XPath "count(. |
double |
numberTotalArea()
Evaluates the XPath "sum(. |
java.util.Iterator |
selectAllCountries()
Evaluates the XPath ". |
java.util.Iterator |
selectAllPersons()
Evaluates the XPath ". |
Methods inherited from class org.jbind.example.helloWorld.World |
execute |
Methods inherited from class org.jbind.xml.instance.data.AnyTypeData |
acceptImpl_ |
Methods inherited from class org.jbind.xml.instance.data.AbstractData |
accept_, addReferencedData_, createElement_, createElement_, createUncheckedAttributeData_, equals, fetchByXPath_, getAttribute_, getDataDesc_, getFixed_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, iterReferencedData_, newElementData_, numberByXPath_, removeAttributeData_, selectByXPath_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_, stringByXPath_, testByXPath_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData |
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_ |
Constructor Detail |
public WorldData()
Method Detail |
protected void doAcceptStarts_(IDataVisitor aVisitor)
protected void doAcceptEnds_(IDataVisitor aVisitor)
public java.util.ListIterator iterCountries()
IWorldData
ICountryData
.public java.util.ListIterator iterPersons()
IWorldData
IPerson
.public int getNbSetupAndTearDownLevels()
IWorldData
public java.util.Iterator selectAllCountries() throws XmlException
IWorldData
XmlException
public java.util.Iterator selectAllPersons() throws XmlException
IWorldData
XmlException
public double numberCountries() throws XmlException
IWorldData
XmlException
public double numberPersons() throws XmlException
IWorldData
XmlException
public double numberTotalArea() throws XmlException
IWorldData
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |