java.lang.Object
org.apache.jena.ext.xerces.impl.dv.ValidatedInfo
Class to get the information back after content is validated. This info
would be filled by validate().
@xerces.internal
- Version:
- $Id: ValidatedInfo.java 1026362 2010-10-22 15:15:18Z sandygao $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe actual value from a string value (QName, Boolean, etc.)short
The type of the actual value.The normalized value of a string value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
normalizedValue
The normalized value of a string value -
actualValue
The actual value from a string value (QName, Boolean, etc.) An array of Objects if the type is a list. -
actualValueType
public short actualValueTypeThe type of the actual value. It's one of the _DT constants defined in XSConstants.java. The value is used to indicate the most specific built-in type. (i.e. short instead of decimal or integer).
-
-
Constructor Details
-
ValidatedInfo
public ValidatedInfo()
-