Modifier and Type | Field and Description |
---|---|
protected ShortList |
PSVIElementNSImpl.fItemValueTypes
actual value types if the value is a list
|
protected ShortList |
PSVIAttrNSImpl.fItemValueTypes
actual value types if the value is a list
|
Modifier and Type | Method and Description |
---|---|
ShortList |
PSVIElementNSImpl.getItemValueTypes() |
ShortList |
PSVIAttrNSImpl.getItemValueTypes() |
Modifier and Type | Field and Description |
---|---|
ShortList |
ValidatedInfo.itemValueTypes
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
|
Modifier and Type | Method and Description |
---|---|
ShortList |
XSSimpleTypeDecl.getEnumerationTypeList() |
Modifier and Type | Field and Description |
---|---|
protected ShortList |
ElementPSVImpl.fItemValueTypes
actual value types if the value is a list
|
protected ShortList |
AttributePSVImpl.fItemValueTypes
actual value types if the value is a list
|
protected ShortList[] |
XMLSchemaValidator.ValueStoreBase.fLocalItemValueTypes |
Modifier and Type | Method and Description |
---|---|
ShortList |
XSElementDecl.getItemValueTypes() |
ShortList |
XSAttributeUseImpl.getItemValueTypes() |
ShortList |
XSAttributeDecl.getItemValueTypes() |
ShortList |
ElementPSVImpl.getItemValueTypes() |
ShortList |
AttributePSVImpl.getItemValueTypes() |
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.ValueStoreBase.addValue(Field field,
boolean mayMatch,
Object actualValue,
short valueType,
ShortList itemValueType)
Adds the specified value to the value store.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueStore.addValue(Field field,
boolean mayMatch,
Object actualValue,
short valueType,
ShortList itemValueType)
Adds the specified value to the value store.
|
void |
XPathMatcher.endElement(QName element,
XSTypeDefinition type,
boolean nillable,
Object value,
short valueType,
ShortList itemValueType) |
void |
Selector.Matcher.endElement(QName element,
XSTypeDefinition type,
boolean nillable,
Object actualValue,
short valueType,
ShortList itemValueType) |
protected void |
XPathMatcher.handleContent(XSTypeDefinition type,
boolean nillable,
Object value,
short valueType,
ShortList itemValueType) |
protected void |
Field.Matcher.handleContent(XSTypeDefinition type,
boolean nillable,
Object actualValue,
short valueType,
ShortList itemValueType) |
protected void |
XPathMatcher.matched(Object actualValue,
short valueType,
ShortList itemValueType,
boolean isNil)
This method is called when the XPath handler matches the
XPath expression.
|
protected void |
Field.Matcher.matched(Object actualValue,
short valueType,
ShortList itemValueType,
boolean isNil)
This method is called when the XPath handler matches the
XPath expression.
|
Modifier and Type | Class and Description |
---|---|
class |
ShortListImpl
Containts a list of Object's.
|
Modifier and Type | Field and Description |
---|---|
static ShortList |
ShortListImpl.EMPTY_LIST
An immutable empty list.
|
Modifier and Type | Method and Description |
---|---|
ShortList |
XSElementDeclaration.getItemValueTypes()
In the case the actual constraint value represents a list, i.e.
|
ShortList |
XSAttributeUse.getItemValueTypes()
In the case the actual constraint value represents a list, i.e.
|
ShortList |
XSAttributeDeclaration.getItemValueTypes()
In the case the actual constraint value represents a list, i.e.
|
ShortList |
ItemPSVI.getItemValueTypes()
In the case the actual value represents a list, i.e.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.