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 ShortListPSVIAttrNSImpl. getItemValueTypes()ShortListPSVIElementNSImpl. 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 ShortListValidatedInfo. itemValueTypesIn 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 ShortListValidatedInfo. 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 ShortListXSSimpleTypeDecl. 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. fLocalItemValueTypesMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return ShortList Modifier and Type Method Description ShortListAttributePSVImpl. getItemValueTypes()ShortListElementPSVImpl. getItemValueTypes()ShortListXSAttributeDecl. getItemValueTypes()ShortListXSAttributeUseImpl. getItemValueTypes()ShortListXSElementDecl. getItemValueTypes()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type ShortList Modifier and Type Method Description voidXMLSchemaValidator.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 voidValueStore. addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)Adds the specified value to the value store.voidSelector.Matcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)voidXPathMatcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)protected voidField.Matcher. handleContent(XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)protected voidXPathMatcher. handleContent(XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)protected voidField.Matcher. matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)This method is called when the XPath handler matches the XPath expression.protected voidXPathMatcher. 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 classShortListImplContains 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 ShortListItemPSVI. getItemValueTypes()Deprecated.Use getSchemaValue().getListValueTypes() insteadShortListXSAttributeDeclaration. getItemValueTypes()Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortListXSAttributeUse. getItemValueTypes()Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortListXSElementDeclaration. getItemValueTypes()Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortListXSValue. getListValueTypes()In the case the actual value represents a list, i.e. theactualNormalizedValueTypeisLIST_DT, the returned array consists of one type kind which represents the itemType .
-