Package com.luciad.format.xml.bind
Class ALcdXMLDocumentDescriptor
java.lang.Object
com.luciad.format.xml.bind.ALcdXMLDocumentDescriptor
Deprecated.
A descriptor providing metadata about Java objects bound to an XML document.
It provides information about:
- The system id (source name) of an XML document to which the object is bound.
- The list of schema namespaces with their corresponding schema location as declared in the XML document to which this object is bound.
- A namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.
- Since:
- 9.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.Deprecated.Returns a map containing for each schema its namespace with corresponding schema location, as declared in the XML document to which this object is bound.Deprecated.Returns the system id of the XML document to which thisALcdXMLDescriptor
's Java object is bound.void
setNamespaceContext
(NamespaceContext aNamespaceContext) Deprecated.Sets a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.void
setSourceName
(String aSourceName) Deprecated.Sets the system id of the XML document to which thisALcdXMLDescriptor
's Java object is bound.
-
Constructor Details
-
ALcdXMLDocumentDescriptor
public ALcdXMLDocumentDescriptor()Deprecated.
-
-
Method Details
-
getSourceName
Deprecated.Returns the system id of the XML document to which thisALcdXMLDescriptor
's Java object is bound.- Returns:
- the system id of the XML document to which this
ALcdXMLDescriptor
's Java object is bound.
-
setSourceName
Deprecated.Sets the system id of the XML document to which thisALcdXMLDescriptor
's Java object is bound.- Parameters:
aSourceName
- the system id of the XML document to which thisALcdXMLDescriptor
's Java object is bound.
-
getSchemaLocations
Deprecated.Returns a map containing for each schema its namespace with corresponding schema location, as declared in the XML document to which this object is bound.- Returns:
- a map containing for each schema its namespace with corresponding schema location.
-
getNamespaceContext
Deprecated.Returns a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.- Returns:
- a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.
-
setNamespaceContext
Deprecated.Sets a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.- Parameters:
aNamespaceContext
- a namespace context providing a default namespace-to-prefix mapping for each of the namespaces used within the XML document, and defining how to interpret XPath expressions within the object.
-
ILcdDataModelDescriptor
.