Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.ValidatedInfo
-
-
Uses of ValidatedInfo in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as ValidatedInfo Modifier and Type Field Description protected ValidatedInfo
PSVIAttrNSImpl. fValue
Schema valueprotected ValidatedInfo
PSVIElementNSImpl. fValue
Schema value -
Uses of ValidatedInfo in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv with parameters of type ValidatedInfo Modifier and Type Method Description static boolean
ValidatedInfo. isComparable(ValidatedInfo info1, ValidatedInfo info2)
Returns true if the two ValidatedInfo objects can be compared in the same value space.Object
XSSimpleType. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)
validate a given string value, represented by content.toString().Object
XSSimpleType. validate(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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return ValidatedInfo Modifier and Type Method Description protected ValidatedInfo
XSSimpleTypeDecl. getActualEnumValue(String lexical, ValidationContext ctx, ValidatedInfo info)
ValidatedInfo
XSSimpleTypeDecl. validateWithInfo(String content, ValidationContext context, ValidatedInfo validatedInfo)
validate a value, and return the compiled formMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs with parameters of type ValidatedInfo Modifier and Type Method Description protected ValidatedInfo
XSSimpleTypeDecl. getActualEnumValue(String lexical, ValidationContext ctx, ValidatedInfo info)
Object
XSSimpleTypeDecl. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)
validate a value, and return the compiled formObject
XSSimpleTypeDecl. validate(String content, ValidationContext context, ValidatedInfo validatedInfo)
validate a value, and return the compiled formvoid
XSSimpleTypeDecl. validate(ValidationContext context, ValidatedInfo validatedInfo)
validate an actual value against this DVObject
XSSimpleTypeDelegate. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)
Object
XSSimpleTypeDelegate. validate(String content, ValidationContext context, ValidatedInfo validatedInfo)
void
XSSimpleTypeDelegate. validate(ValidationContext context, ValidatedInfo validatedInfo)
ValidatedInfo
XSSimpleTypeDecl. validateWithInfo(String content, ValidationContext context, ValidatedInfo validatedInfo)
validate a value, and return the compiled form -
Uses of ValidatedInfo in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as ValidatedInfo Modifier and Type Field Description ValidatedInfo
XSAttributeUseImpl. fDefault
ValidatedInfo
XSElementDecl. fDefault
protected ValidatedInfo
AttributePSVImpl. fValue
Schema valueprotected ValidatedInfo
ElementPSVImpl. fValue
Schema valueMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return ValidatedInfo Modifier and Type Method Description ValidatedInfo
XSAttributeDecl. getValInfo()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type ValidatedInfo Modifier and Type Method Description static Object
XSConstraints. ElementDefaultValidImmediate(XSTypeDefinition type, 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 objectvoid
XSAttributeDecl. setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations)
-