com.jxml.quick.util.qjml2java
Class ElList
java.lang.Object
|
+--com.jxml.quick.util.qjml2java.ElList
- public class ElList
- extends Object
This class represents a list of children. The children can be other lists,
or Child objects. The child objects are links to element or attribute
definitions.
If all the children have a common class or parent class,
it is a "typed list".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldName
public String fieldName
targetClass
public String targetClass
property
public boolean property
children
public ArrayList children
typedList
public boolean typedList
childTargetClass
public String childTargetClass
newClass
public boolean newClass
hasAClass
public boolean hasAClass
childName
public String childName
optional
public boolean optional
ElList
public ElList()
init
public void init()
getAllClasses
public void getAllClasses(ArrayList allElements,
ArrayList discarded)
getChildInfo
public void getChildInfo(ArrayList elChildren)
getXChildInfo
public void getXChildInfo(ArrayList xchildren)
makeFields
public void makeFields(ArrayList fields,
boolean attributes)