|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jxml.quick.QConverterSupport | +--com.jxml.quick.util.qjml4.QGBase | +--com.jxml.quick.util.qjml4.QMElement
Field Summary | |
boolean |
abst
default = "false" |
ArrayList |
attributes
list of QMAttribute |
ArrayList |
comments
list of QMRem |
ArrayList |
connectors
list of QMConnector |
String |
content
values = "PCDATA|CDATA|BIMODAL|EMPTY|int|short|long|byte|boolean|float|double|string|base64|url|char|BigDecimal" |
ArrayList |
ext
list of QMExtends |
boolean |
generate
default = "false" |
ArrayList |
imp
list of QMImplements |
boolean |
intf
default = "false" |
ArrayList |
items
|
String |
label
|
String |
name
|
QGBase |
target
|
boolean |
wild
default = "false" |
Fields inherited from class com.jxml.quick.QConverterSupport |
al, destination, PUBLIC, rootTag, SYSTEM |
Constructor Summary | |
QMElement()
|
|
QMElement(String name)
minimum constructor |
|
QMElement(String name,
String label,
boolean generate,
boolean abst,
boolean intf,
boolean wild,
String content,
ArrayList comments,
ArrayList ext,
ArrayList imp,
QGBase target,
ArrayList connectors,
ArrayList attributes,
ArrayList items)
full constructor |
Method Summary | |
void |
cvt()
|
void |
cvtAttributes()
|
void |
cvtElements()
|
String |
getLabel()
|
QMAttribute |
getQMAttribute(int i)
|
QMConnector |
getQMConnector(int i)
|
QMExtends |
getQMExtends(int i)
|
QMImplements |
getQMImplements(int i)
|
QMRem |
getQMRem(int i)
|
void |
print(PrintWriter pw,
String indent)
print a summary of this object |
int |
qMAttributeCount()
|
int |
qMConnectorCount()
|
int |
qMExtendsCount()
|
int |
qMImplementsCount()
|
int |
qMRemCount()
|
void |
setDestination(DocumentHandler destination)
Set the destination for the generated SAX events. |
void |
setQMAttribute(int i,
QMAttribute qMAttribute)
|
void |
setQMConnector(int i,
QMConnector qMConnector)
|
void |
setQMExtends(int i,
QMExtends qMExtends)
|
void |
setQMImplements(int i,
QMImplements qMImplements)
|
void |
setQMRem(int i,
QMRem qMRem)
|
Methods inherited from class com.jxml.quick.util.qjml4.QGBase |
print |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jxml.quick.util.qjml4.QGBaseIntf |
print |
Field Detail |
public String name
public String label
public boolean generate
public boolean abst
public boolean intf
public boolean wild
public String content
public ArrayList comments
public ArrayList ext
public ArrayList imp
public QGBase target
public ArrayList connectors
public ArrayList attributes
public ArrayList items
Constructor Detail |
public QMElement()
public QMElement(String name, String label, boolean generate, boolean abst, boolean intf, boolean wild, String content, ArrayList comments, ArrayList ext, ArrayList imp, QGBase target, ArrayList connectors, ArrayList attributes, ArrayList items)
public QMElement(String name)
Method Detail |
public void setDestination(DocumentHandler destination)
QConverterSupport
setDestination
in class QConverterSupport
com.jxml.quick.QConverterSupport
destination
- Destination for all generated SAX events.public String getLabel()
public void cvt() throws SAXException
cvt
in class QGBase
public void cvtAttributes() throws SAXException
public void cvtElements() throws SAXException
public QMRem getQMRem(int i)
public void setQMRem(int i, QMRem qMRem)
public int qMRemCount()
public QMExtends getQMExtends(int i)
public void setQMExtends(int i, QMExtends qMExtends)
public int qMExtendsCount()
public QMImplements getQMImplements(int i)
public void setQMImplements(int i, QMImplements qMImplements)
public int qMImplementsCount()
public QMConnector getQMConnector(int i)
public void setQMConnector(int i, QMConnector qMConnector)
public int qMConnectorCount()
public QMAttribute getQMAttribute(int i)
public void setQMAttribute(int i, QMAttribute qMAttribute)
public int qMAttributeCount()
public void print(PrintWriter pw, String indent)
QGBaseIntf
print
in interface QGBaseIntf
print
in class QGBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |