|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.schemadoc.SDSchema.XSDSchemaHandler
public class XSDSchemaHandler
Maps the XSD eclipse loaded objects into their internal XSD representation (SDSchema package)
| Constructor Summary | |
|---|---|
XSDSchemaHandler()
Constructor for the XSDSchemaHandler object |
|
| Method Summary | |
|---|---|
SDConcreteComponent |
getNextObject()
Gets the next global element of the SDConcreteComponent |
SDSchema |
getSchema()
Gets the current schema |
void |
insertObjectAfter(java.lang.Object obj,
java.lang.Object ref)
Insert a DOM 'ref' object after the given DOM object 'obj'. |
void |
processSchema(SDSchema xsdSchema)
Processes the XSD loaded schema |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDSchemaHandler()
| Method Detail |
|---|
public void processSchema(SDSchema xsdSchema)
throws Xs2dtdException
xsdSchema - - schema
Xs2dtdExceptionpublic SDSchema getSchema()
public SDConcreteComponent getNextObject()
throws Xs2dtdException
null if there is no more element.
Xs2dtdException - - exception
public void insertObjectAfter(java.lang.Object obj,
java.lang.Object ref)
obj - ref -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||