Class ValidatedInfo

java.lang.Object
org.apache.jena.ext.xerces.impl.dv.ValidatedInfo

public class ValidatedInfo extends Object
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 Details

    • normalizedValue

      public String normalizedValue
      The normalized value of a string value
    • actualValue

      public Object actualValue
      The actual value from a string value (QName, Boolean, etc.) An array of Objects if the type is a list.
    • actualValueType

      public short actualValueType
      The 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()