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 aTLcdXMLSchemaElementIdentifierrepresenting the specified XML global schema element.TLcdXMLSchemaElementIdentifier.newInstance(QName aTypeName, QName[] aElementNames) Returns an instance of aTLcdXMLSchemaElementIdentifierrepresenting the specified XML schema element.TLcdXMLSchemaElementIdentifier.newInstance(QName aTypeName, QName aGroupName, QName[] aElementNames) Returns an instance of aTLcdXMLSchemaElementIdentifierrepresenting 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, ornullif 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> voidTLcdXMLSchemaBasedMarshallerProvider.registerMarshaller(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass, ILcdXMLMarshaller<? super T> aMarshaller) Registers a marshaller for the given element and java class.<T> voidTLcdXMLSchemaBasedUnmarshallerProvider.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.