Uses of Class
org.apache.xerces.impl.dv.ValidatedInfo

Packages that use ValidatedInfo
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
 

Uses of ValidatedInfo in org.apache.xerces.impl.dv
 

Methods in org.apache.xerces.impl.dv with parameters of type ValidatedInfo
static boolean ValidatedInfo.isComparable(ValidatedInfo info1, ValidatedInfo info2)
          Returns true if the two ValidatedInfo objects can be compared in the same value space.
 java.lang.Object XSSimpleType.validate(java.lang.Object content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a given string value, represented by content.toString().
 java.lang.Object XSSimpleType.validate(java.lang.String content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a given string against this simple type.
 void XSSimpleType.validate(ValidationContext context, ValidatedInfo validatedInfo)
          Validate an actual value against this simple type.
 

Uses of ValidatedInfo in org.apache.xerces.impl.dv.xs
 

Methods in org.apache.xerces.impl.dv.xs that return ValidatedInfo
 ValidatedInfo XSSimpleTypeDecl.validateWithInfo(java.lang.String content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a value, and return the compiled form
 

Methods in org.apache.xerces.impl.dv.xs with parameters of type ValidatedInfo
 java.lang.Object XSSimpleTypeDecl.validate(java.lang.Object content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a value, and return the compiled form
 java.lang.Object XSSimpleTypeDecl.validate(java.lang.String content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a value, and return the compiled form
 void XSSimpleTypeDecl.validate(ValidationContext context, ValidatedInfo validatedInfo)
          validate an actual value against this DV
 ValidatedInfo XSSimpleTypeDecl.validateWithInfo(java.lang.String content, ValidationContext context, ValidatedInfo validatedInfo)
          validate a value, and return the compiled form
 

Uses of ValidatedInfo in org.apache.xerces.impl.xs
 

Fields in org.apache.xerces.impl.xs declared as ValidatedInfo
 ValidatedInfo XSAttributeUseImpl.fDefault
           
 ValidatedInfo XSElementDecl.fDefault
           
 

Methods in org.apache.xerces.impl.xs that return ValidatedInfo
 ValidatedInfo XSAttributeDecl.getValInfo()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type ValidatedInfo
static java.lang.Object XSConstraints.ElementDefaultValidImmediate(XSTypeDefinition type, java.lang.String value, ValidationContext context, ValidatedInfo vinfo)
          check whether a value is a valid default for some type returns the compiled form of the value The parameter value could be either a String or a ValidatedInfo object
 void XSAttributeDecl.setValues(java.lang.String name, java.lang.String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations)