Uses of Class
com.luciad.format.xml.bind.schema.TLcdXMLSchemaElementIdentifier
Packages that use TLcdXMLSchemaElementIdentifier
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.-
Uses of TLcdXMLSchemaElementIdentifier in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return TLcdXMLSchemaElementIdentifierModifier and TypeMethodDescriptionTLcdXMLSchemaElement.getIdentifier()
Returns the unique identifier of this schema element.TLcdXMLSchemaElementIdentifier.newGlobalElementInstance
(QName aGlobalElementName) Returns an instance of aTLcdXMLSchemaElementIdentifier
representing the specified XML global schema element.TLcdXMLSchemaElementIdentifier.newInstance
(QName aTypeName, QName[] aElementNames) Returns an instance of aTLcdXMLSchemaElementIdentifier
representing the specified XML schema element.TLcdXMLSchemaElementIdentifier.newInstance
(QName aTypeName, QName aGroupName, QName[] aElementNames) Returns an instance of aTLcdXMLSchemaElementIdentifier
representing the specified XML schema element.Methods in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaElementIdentifierModifier and TypeMethodDescriptionTLcdXMLSchemaSet.getElement
(TLcdXMLSchemaElementIdentifier aIdentifier) Returns the schema element, corresponding to the specified element identifier, ornull
if no such element exists.<T> ILcdXMLMarshaller
<? super T> TLcdXMLSchemaBasedMarshallerProvider.getMarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass) Gets a marshaller for the given element and class.<T> ILcdXMLUnmarshaller
<? extends T> TLcdXMLSchemaBasedUnmarshallerProvider.getUnmarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aClass) Gets an unmarshaller for the given element and class.<T> void
TLcdXMLSchemaBasedMarshallerProvider.registerMarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass, ILcdXMLMarshaller<? super T> aMarshaller) Registers a marshaller for the given element and java class.<T> void
TLcdXMLSchemaBasedUnmarshallerProvider.registerUnmarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass, ILcdXMLUnmarshaller<? extends T> aMarshaller) Registers the unmarshaller for the given element and java class.Constructors in com.luciad.format.xml.bind.schema with parameters of type TLcdXMLSchemaElementIdentifierModifierConstructorDescriptionTLcdXMLSchemaElement
(TLcdXMLSchemaElementIdentifier aIdentifier, TLcdXMLSchemaType aType, TLcdXMLSchemaElement aSubstitutionGroup) Creates a newTLcdXMLSchemaElement
, with the specified identifier, type and substitution group.