|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.binding.Binder
This class represents a DTD or an XSD.
Constructor Summary | |
Binder()
Constructor for the Binder object |
|
Binder(XGGPlugin plugin)
Deprecated. Don't use this constructor. It's for debugging only. |
Method Summary | |
Collection |
getElements()
Returns a collection of Element objects, representing the DTD/XSD/RNG structure. |
void |
setConstraints(File constraints)
Sets the DTD or XSD file to generate from. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Binder()
public Binder(XGGPlugin plugin)
plugin
- Method Detail |
public Collection getElements() throws XDocletException
Element
.
XDocletException
- Description of the Exceptionpublic void setConstraints(File constraints) throws XDocletException
constraints
- the DTD or XSD file to generate from.
XDocletException
- Description of the Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |