Uses of Class
com.luciad.format.xml.schema.TLcdXMLSchemaElement
Package
Description
Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.-
Uses of TLcdXMLSchemaElement in com.luciad.format.xml.schema
Modifier and TypeMethodDescriptionTLcdXMLSchema.getElement
(int aIndex) Deprecated.Returns the element at the specified index.TLcdXMLSchema.getElement
(String aElementName) Deprecated.Returns the schema element with the given element name, ornull
if no child element is defined with that name.TLcdXMLSchemaType.getElement
(int aIndex) Deprecated.Returns the child element at the given index.TLcdXMLSchemaType.getElement
(TLcdXMLName aName) Deprecated.Returns the child element with the given name, ornull
if there is no child element with the given name.TLcdXMLSchemaUtil.getElement
(ILcdXMLNameStack aElementNameStack) Deprecated.Returns the TLcdXMLElement (possibly, corresponding to the top element on the given element name stack.TLcdXMLSchemaUtil.getElement
(TLcdXMLName aElementName) Deprecated.Returns the global element that corresponds to the given name.TLcdXMLSchemaElement.getReferencedElement()
Deprecated.TLcdXMLSchemaElement.getSubstitutionGroup()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdXMLSchema.addElement
(TLcdXMLSchemaElement aSchemaElement) Deprecated.Adds the specified schema element to this schema.boolean
TLcdXMLSchemaUtil.isSubstitutableBy
(TLcdXMLSchemaElement aSubstitutableElement, TLcdXMLSchemaElement aElement) Deprecated.Returnstrue
if the first element is substitutable by the second one (i.e., the second element belongs to the substitution group for which the first one is the head element),false
otherwise.void
TLcdXMLSchemaType.setElements
(TLcdXMLSchemaElement[] aElements) Deprecated.void
TLcdXMLSchemaElement.setSubstitutionGroup
(TLcdXMLSchemaElement aSubstitutionGroup) Deprecated.ModifierConstructorDescriptionTLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.