Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.ShortList
-
-
Uses of ShortList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return ShortList Modifier and Type Method Description ShortList
PSVIAttrNSImpl. getItemValueTypes()
ShortList
PSVIElementNSImpl. getItemValueTypes()
-
Uses of ShortList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv declared as ShortList Modifier and Type Field 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.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that return ShortList Modifier and Type Method Description ShortList
ValidatedInfo. getListValueTypes()
-
Uses of ShortList 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 ShortList Modifier and Type Method Description ShortList
XSSimpleTypeDecl. getEnumerationTypeList()
-
Uses of ShortList 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 ShortList Modifier and Type Field Description protected ShortList[]
XMLSchemaValidator.ValueStoreBase. fLocalItemValueTypes
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return ShortList Modifier and Type Method Description ShortList
AttributePSVImpl. getItemValueTypes()
ShortList
ElementPSVImpl. getItemValueTypes()
ShortList
XSAttributeDecl. getItemValueTypes()
ShortList
XSAttributeUseImpl. getItemValueTypes()
ShortList
XSElementDecl. getItemValueTypes()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type ShortList Modifier and Type Method Description void
XMLSchemaValidator.ValueStoreBase. addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
Adds the specified value to the value store. -
Uses of ShortList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type ShortList Modifier and Type Method Description void
ValueStore. addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
Adds the specified value to the value store.void
Selector.Matcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)
void
XPathMatcher. endElement(QName element, 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. handleContent(XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)
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.protected void
XPathMatcher. matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)
This method is called when the XPath handler matches the XPath expression. -
Uses of ShortList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that implement ShortList Modifier and Type Class Description class
ShortListImpl
Contains a list of shorts. -
Uses of ShortList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return ShortList Modifier and Type Method Description ShortList
ItemPSVI. getItemValueTypes()
Deprecated.Use getSchemaValue().getListValueTypes() insteadShortList
XSAttributeDeclaration. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortList
XSAttributeUse. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortList
XSElementDeclaration. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortList
XSValue. getListValueTypes()
In the case the actual value represents a list, i.e.
-