com.jxml.quick.util.validate
Class  QVErrorContext
java.lang.Object
  |
  +--com.jxml.quick.ocm.OCMsinkSupport
        |
        +--com.jxml.quick.ocm.OCMcontextSupport
              |
              +--com.jxml.quick.util.validate.QVErrorContext
- All Implemented Interfaces: 
- Item, OCMbase, OCMsink, OCMsource
- public class QVErrorContext- extends OCMcontextSupport
Validates a document against the qdml schema.
DTD:
<!ELEMENT qvErrorContext((source|sourceLink),(source|sourceLink),(validate|validateLink)?,
                        (factory|factoryLink))>
<!ATTLIST qvErrorContext
    docNamePrefix CDATA #IMPLIED
    expressDefaults CDATA "False"
    ID CDATA #IMPLIED
    outputSchema CDATA #IMPLIED
    qdmlSchema CDATA #IMPLIED
>
 
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
qdmlSchemaName
public String qdmlSchemaName
dataSource
public OCMsource dataSource
QVErrorContext
public QVErrorContext()
spawn
public OCMbase.SubBase spawn(HashMap prior)
- Description copied from interface: OCMbase
- Creates a processing structure.- 
- Overrides:
- spawnin class- OCMcontextSupport
 
- Following copied from interface: com.jxml.quick.ocm.OCMbase
- 
- Parameters:
- prior- A table of already spawned objects,
 keyed by their base object.