Uses of Class
com.luciad.format.xml.schema.TLcdXMLSchemaElement
Packages that use 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
Methods in com.luciad.format.xml.schema that return TLcdXMLSchemaElementModifier 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, ornullif 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, ornullif 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.Methods in com.luciad.format.xml.schema with parameters of type TLcdXMLSchemaElementModifier and TypeMethodDescriptionvoidTLcdXMLSchema.addElement(TLcdXMLSchemaElement aSchemaElement) Deprecated.Adds the specified schema element to this schema.booleanTLcdXMLSchemaUtil.isSubstitutableBy(TLcdXMLSchemaElement aSubstitutableElement, TLcdXMLSchemaElement aElement) Deprecated.Returnstrueif 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),falseotherwise.voidTLcdXMLSchemaType.setElements(TLcdXMLSchemaElement[] aElements) Deprecated.voidTLcdXMLSchemaElement.setSubstitutionGroup(TLcdXMLSchemaElement aSubstitutionGroup) Deprecated.Constructors in com.luciad.format.xml.schema with parameters of type TLcdXMLSchemaElementModifierConstructorDescriptionTLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.