Uses of Interface
dev.metaschema.core.metapath.item.atomic.IQNameItem
Packages that use IQNameItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IQNameItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IQNameItem -
Uses of IQNameItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IQNameItemModifier and TypeMethodDescriptionstatic IQNameItemIQNameItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IQNameItemIQNameItem.castAsType(IAnyAtomicItem item) static IQNameItemIQNameItem.valueOf(IEnhancedQName value) Construct a new QName item using the providedvalue.static IQNameItemConstruct a new QName item using the provided stringvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IQNameItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IQNameItem>IQNameItem.getType()static IAtomicOrUnionType<IQNameItem>IQNameItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type IQNameItemModifier and TypeMethodDescriptiondefault intIQNameItem.compareTo(IQNameItem item) Compares this value with the argument.