|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.apache.xerces.impl.dv.xs |
---|
Methods in org.apache.xerces.impl.dv.xs that return ValidatedInfo | |
---|---|
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 form |
Methods in org.apache.xerces.impl.dv.xs with parameters of type ValidatedInfo | |
---|---|
protected ValidatedInfo |
XSSimpleTypeDecl.getActualEnumValue(String lexical,
ValidationContext ctx,
ValidatedInfo info)
|
Object |
XSSimpleTypeDelegate.validate(Object content,
ValidationContext context,
ValidatedInfo validatedInfo)
|
Object |
XSSimpleTypeDecl.validate(Object content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a value, and return the compiled form |
Object |
XSSimpleTypeDelegate.validate(String content,
ValidationContext context,
ValidatedInfo validatedInfo)
|
Object |
XSSimpleTypeDecl.validate(String content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a value, and return the compiled form |
void |
XSSimpleTypeDelegate.validate(ValidationContext context,
ValidatedInfo validatedInfo)
|
void |
XSSimpleTypeDecl.validate(ValidationContext context,
ValidatedInfo validatedInfo)
validate an actual value against this DV |
ValidatedInfo |
XSSimpleTypeDecl.validateWithInfo(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 |
XSElementDecl.fDefault
|
ValidatedInfo |
XSAttributeUseImpl.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 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 object |
void |
XSAttributeDecl.setValues(String name,
String targetNamespace,
XSSimpleType simpleType,
short constraintType,
short scope,
ValidatedInfo valInfo,
XSComplexTypeDecl enclosingCT,
XSObjectList annotations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |