public class ProcessingInfoElement extends Element
| Modifier and Type | Field and Description | 
|---|---|
| java.util.Date | dateDate and time the file was processed | 
| java.lang.String | fileBase name of the file being processed if it exists in the normal file system | 
| java.lang.String | osOperating system on which the file was processed | 
| java.lang.String | pathComplete path to the file being processed if it exists in the normal file system | 
| java.lang.String | userUser that processed the file | 
| java.lang.String | vmJava VM on which the file was processed | 
| Constructor and Description | 
|---|
| ProcessingInfoElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | toSaxStart(org.xml.sax.ContentHandler ch) | 
getDescription, getName, toSaxEndpublic java.lang.String file
public java.lang.String path
public java.util.Date date
public java.lang.String user
public java.lang.String os
public java.lang.String vm
public void toSaxStart(org.xml.sax.ContentHandler ch)
                throws org.xml.sax.SAXException
toSaxStart in class Elementorg.xml.sax.SAXExceptionCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.