com.jxml.quick.util.qjmlExpand
Class Counter
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsinkSupport
|
+--com.jxml.quick.ocm.OCMcontextSupport
|
+--com.jxml.quick.util.qjmlExpand.Counter
- All Implemented Interfaces:
- Item, OCMbase, OCMsink, OCMsource
- public class Counter
- extends OCMcontextSupport
Track the ID assignments.
DTD:
<!ELEMENT qjmlExpand ((source|sourceLink),(validate|validateLink)?,
(factory|factoryLink))>
<!ATTLIST qjmlExpand
docNamePrefix CDATA #IMPLIED
expressDefaults CDATA "False"
outputSchema CDATA #IMPLIED
ID CDATA #IMPLIED
Prefix CDATA #IMPLIED
setIDs CDATA "False"
>
Field Summary |
String |
IdPrefix
Prefix added to the generated ID. |
boolean |
setIDs
Generate IDs only when true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setIDs
public boolean setIDs
- Generate IDs only when true.
IdPrefix
public String IdPrefix
- Prefix added to the generated ID.
Counter
public Counter()
spawn
public OCMbase.SubBase spawn(HashMap prior)
- Description copied from interface:
OCMbase
- Creates a processing structure.
- Overrides:
spawn
in class OCMcontextSupport
- Following copied from interface:
com.jxml.quick.ocm.OCMbase
- Parameters:
prior
- A table of already spawned objects,
keyed by their base object.