|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
com.infoengine.schema |
Uses of Attribute in com.infoengine.schema |
Methods in com.infoengine.schema that return Attribute | |
private static Attribute |
XMLUtils.processAttribute(Element element,
String resourceBundle)
|
Attribute |
ComplexType.getAttributes(int index)
Get an attribute by index |
Attribute[] |
ComplexType.getAttributes()
Get the entire array of attributes |
Attribute |
ComplexType.getAttribute(String name)
Get an attribute by name |
Methods in com.infoengine.schema with parameters of type Attribute | |
private static void |
XMLUtils.generateAttribute(Attribute a,
Element elem)
|
void |
ComplexType.setAttributes(int index,
Attribute a)
Set the attribute at a specific index. |
void |
ComplexType.setAttributes(Attribute[] attrs)
Set the entire array of attributes |
void |
ComplexType.addAttribute(Attribute a)
Append an attribute to the end of the array of attributes |
void |
ComplexType.removeAttribute(Attribute a)
Remove an attribute from the array of attributes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |