Liferay 6.2.0

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
abstract  Attribute Element.attribute(int index)
           
abstract  Attribute Element.attribute(QName qName)
           
abstract  Attribute Element.attribute(String name)
           
static Attribute SAXReaderUtil.createAttribute(Element element, QName qName, String value)
           
abstract  Attribute SAXReader.createAttribute(Element element, QName qName, String value)
           
static Attribute SAXReaderUtil.createAttribute(Element element, String name, String value)
           
abstract  Attribute SAXReader.createAttribute(Element element, String name, String value)
           
 

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

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

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


Liferay 6.2.0