Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.xml.Attribute

Packages that use Attribute
com.liferay.portal.kernel.xml   
 

Uses of Attribute in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml that return Attribute
 Attribute Element.attribute(int index)
           
 Attribute Element.attribute(QName qName)
           
 Attribute Element.attribute(String name)
           
static Attribute SAXReaderUtil.createAttribute(Element element, QName qName, String value)
           
 Attribute SAXReader.createAttribute(Element element, QName qName, String value)
           
static Attribute SAXReaderUtil.createAttribute(Element element, String name, String value)
           
 Attribute SAXReader.createAttribute(Element element, String name, String value)
           
 

Methods in com.liferay.portal.kernel.xml that return types with arguments of type Attribute
 Iterator<Attribute> Element.attributeIterator()
           
 List<Attribute> Element.attributes()
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Attribute
 void Element.add(Attribute attribute)
           
protected abstract  T BaseVisitor.handleAttribute(Attribute attribute)
           
 boolean Element.remove(Attribute attribute)
           
 T Visitor.visitAttribute(Attribute attribute)
           
 T BaseVisitor.visitAttribute(Attribute attribute)
           
 

Method parameters in com.liferay.portal.kernel.xml with type arguments of type Attribute
 void Element.setAttributes(List<Attribute> attributes)
           
 


Liferay 6.2-ce-ga5