com.jxml.quick.ocm
Class OCMtranscribe
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsinkSupport
|
+--com.jxml.quick.ocm.OCMtranscribe
- All Implemented Interfaces:
- Item, OCMbase, OCMsink, OCMsource
- Direct Known Subclasses:
- DTDexpress, Qjml2Qdml
- public class OCMtranscribe
- extends OCMsinkSupport
- implements OCMsource
Transcribes data to a new set of classes,
but using the same data model.
DTD:
<!ELEMENT transcribe(((contextSupport | transcribe | input) | sourceLink),(validatorSupport | validateLink)?)>
<!ATTLIST transcribe
docNamePrefix CDATA #IMPLIED
expressDefaults CDATA "False"
ID CDATA "False"
outputSchema CDATA #IMPLIED
>
Field Summary |
String |
schemaName
The schema name for the output of the transcribe. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schemaName
public String schemaName
- The schema name for the output of the transcribe.
OCMtranscribe
public OCMtranscribe()
spawn
public OCMbase.SubBase spawn(HashMap prior)
- Description copied from interface:
OCMbase
- Creates a processing structure.
- Specified by:
spawn
in interface OCMbase
- Overrides:
spawn
in class OCMsinkSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMbase
- Parameters:
prior
- A table of already spawned objects,
keyed by their base object.