A C E G O R T

A

addAttribute(Attribute) - Method in class org.apache.felix.ipojo.metadata.Element
Adds a attribute.
addElement(Element) - Method in class org.apache.felix.ipojo.metadata.Element
Adds a sub-element.
Attribute - Class in org.apache.felix.ipojo.metadata
An attribute is a key-value pair.
Attribute(String, String) - Constructor for class org.apache.felix.ipojo.metadata.Attribute
Creates an attribute.
Attribute(String, String, String) - Constructor for class org.apache.felix.ipojo.metadata.Attribute
Creates an attribute.

C

containsAttribute(String) - Method in class org.apache.felix.ipojo.metadata.Element
Does the element contain an attribute of the name given in parameter.
containsElement(String) - Method in class org.apache.felix.ipojo.metadata.Element
Does the element contain a sub-element of the type given in parameter.
containsElement(String, String) - Method in class org.apache.felix.ipojo.metadata.Element
Does the element contain a sub-element of the type given in parameter.

E

Element - Class in org.apache.felix.ipojo.metadata
An element represents an XML Element.
Element(String, String) - Constructor for class org.apache.felix.ipojo.metadata.Element
Creates an Element.

G

getAttribute(String) - Method in class org.apache.felix.ipojo.metadata.Element
Returns the value of the attribute given in parameter.
getAttribute(String, String) - Method in class org.apache.felix.ipojo.metadata.Element
Returns the value of the attribute "name" of the namespace "ns".
getAttributes() - Method in class org.apache.felix.ipojo.metadata.Element
Gets element attributes.
getElements() - Method in class org.apache.felix.ipojo.metadata.Element
Gets sub-elements.
getElements(String) - Method in class org.apache.felix.ipojo.metadata.Element
Gets the elements array of the element type given in parameter.
getElements(String, String) - Method in class org.apache.felix.ipojo.metadata.Element
Gets the elements array of the element type given in parameter.
getName() - Method in class org.apache.felix.ipojo.metadata.Attribute
Gets the attribute name.
getName() - Method in class org.apache.felix.ipojo.metadata.Element
Gets element name.
getNameSpace() - Method in class org.apache.felix.ipojo.metadata.Attribute
Gets attribute namespace.
getNameSpace() - Method in class org.apache.felix.ipojo.metadata.Element
Gets element namespace.
getValue() - Method in class org.apache.felix.ipojo.metadata.Attribute
Gets attribute value.

O

org.apache.felix.ipojo.metadata - package org.apache.felix.ipojo.metadata
 

R

removeAttribute(Attribute) - Method in class org.apache.felix.ipojo.metadata.Element
Removes an attribute.
removeElement(Element) - Method in class org.apache.felix.ipojo.metadata.Element
Removes a sub-element.

T

toString() - Method in class org.apache.felix.ipojo.metadata.Element
To String method.
toXMLString() - Method in class org.apache.felix.ipojo.metadata.Element
Gets the XML form of this element.

A C E G O R T

Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.