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 ValidatedInfoPSVIAttrNSImpl. fValueSchema valueprotected ValidatedInfoPSVIElementNSImpl. fValueSchema 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 booleanValidatedInfo. isComparable(ValidatedInfo info1, ValidatedInfo info2)Returns true if the two ValidatedInfo objects can be compared in the same value space.ObjectXSSimpleType. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)validate a given string value, represented by content.toString().ObjectXSSimpleType. validate(String content, ValidationContext context, ValidatedInfo validatedInfo)validate a given string against this simple type.voidXSSimpleType. 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 ValidatedInfoXSSimpleTypeDecl. getActualEnumValue(String lexical, ValidationContext ctx, ValidatedInfo info)ValidatedInfoXSSimpleTypeDecl. 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 ValidatedInfoXSSimpleTypeDecl. getActualEnumValue(String lexical, ValidationContext ctx, ValidatedInfo info)ObjectXSSimpleTypeDecl. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)validate a value, and return the compiled formObjectXSSimpleTypeDecl. validate(String content, ValidationContext context, ValidatedInfo validatedInfo)validate a value, and return the compiled formvoidXSSimpleTypeDecl. validate(ValidationContext context, ValidatedInfo validatedInfo)validate an actual value against this DVObjectXSSimpleTypeDelegate. validate(Object content, ValidationContext context, ValidatedInfo validatedInfo)ObjectXSSimpleTypeDelegate. validate(String content, ValidationContext context, ValidatedInfo validatedInfo)voidXSSimpleTypeDelegate. validate(ValidationContext context, ValidatedInfo validatedInfo)ValidatedInfoXSSimpleTypeDecl. 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 ValidatedInfoXSAttributeUseImpl. fDefaultValidatedInfoXSElementDecl. fDefaultprotected ValidatedInfoAttributePSVImpl. fValueSchema valueprotected ValidatedInfoElementPSVImpl. fValueSchema valueMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return ValidatedInfo Modifier and Type Method Description ValidatedInfoXSAttributeDecl. 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 ObjectXSConstraints. 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 objectvoidXSAttributeDecl. setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations)
-