Uses of Class
com.luciad.format.xml.schema.TLcdXMLSchemaAttribute
Packages that use TLcdXMLSchemaAttribute
Package
Description
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.-
Uses of TLcdXMLSchemaAttribute in com.luciad.format.xml.schema
Methods in com.luciad.format.xml.schema that return TLcdXMLSchemaAttributeModifier and TypeMethodDescriptionTLcdXMLSchema.getAttribute
(int aIndex) Deprecated.Returns the schema attribute, contained in this schema, at the specified index.TLcdXMLSchema.getAttribute
(String aAttributeName) Deprecated.Returns the schema attribute with the specified name, ornull
if no such attribute is defined in this schema.TLcdXMLSchemaType.getAttribute
(int aIndex) Deprecated.Returns the attribute at the given index.Methods in com.luciad.format.xml.schema with parameters of type TLcdXMLSchemaAttributeModifier and TypeMethodDescriptionvoid
TLcdXMLSchema.addAttribute
(TLcdXMLSchemaAttribute aSchemaAttribute) Deprecated.Adds the given attribute to this schema.