com.jxml.quick.ocm
Class OCMErrorRoot
java.lang.Object
|
+--com.jxml.quick.ocm.OCMErrorRoot
- public class OCMErrorRoot
- extends Object
A model for the errorRoot element, which is the root element of the Error binding schema.
Every Error document contains exactly one errorRoot element, which is the top-level (or outer-most)
element of the document.
DTD:
<!ELEMENT errorRoot (error)*)>
Field Summary |
ArrayList |
errors
A container for the QVError objects which model the error elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errors
public ArrayList errors
- A container for the QVError objects which model the error elements.
The error elements are optional and repeating.
OCMErrorRoot
public OCMErrorRoot()