Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.dv | |
org.apache.xerces.impl.dv.xs | |
org.apache.xerces.impl.xs |
Modifier and Type | Field and Description |
---|---|
protected ValidatedInfo |
PSVIElementNSImpl.fValue
Schema value
|
protected ValidatedInfo |
PSVIAttrNSImpl.fValue
Schema value
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 form
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
ValidatedInfo |
XSElementDecl.fDefault |
ValidatedInfo |
XSAttributeUseImpl.fDefault |
protected ValidatedInfo |
ElementPSVImpl.fValue
Schema value
|
protected ValidatedInfo |
AttributePSVImpl.fValue
Schema value
|
Modifier and Type | Method and Description |
---|---|
ValidatedInfo |
XSAttributeDecl.getValInfo() |
Modifier and Type | Method and 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 object
|
void |
XSAttributeDecl.setValues(String name,
String targetNamespace,
XSSimpleType simpleType,
short constraintType,
short scope,
ValidatedInfo valInfo,
XSComplexTypeDecl enclosingCT,
XSObjectList annotations) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.