Liferay 6.1.2-ce-ga3

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

Packages that use Attribute
com.liferay.portal.kernel.xml   
com.liferay.portal.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)
           
 Attribute SAXReader.createAttribute(Element element, QName qName, String value)
           
static Attribute SAXReaderUtil.createAttribute(Element element, QName qName, String value)
           
 Attribute SAXReader.createAttribute(Element element, String name, String value)
           
static Attribute SAXReaderUtil.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)
           
 

Uses of Attribute in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Attribute
 class AttributeImpl
           
 

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

Methods in com.liferay.portal.xml that return types with arguments of type Attribute
 Iterator<Attribute> ElementImpl.attributeIterator()
           
 List<Attribute> ElementImpl.attributes()
           
static List<Attribute> SAXReaderImpl.toNewAttributes(List<org.dom4j.Attribute> oldAttributes)
           
 

Methods in com.liferay.portal.xml with parameters of type Attribute
 void ElementImpl.add(Attribute attribute)
           
 boolean ElementImpl.remove(Attribute attribute)
           
 

Method parameters in com.liferay.portal.xml with type arguments of type Attribute
 void ElementImpl.setAttributes(List<Attribute> attributes)
           
static List<org.dom4j.Attribute> SAXReaderImpl.toOldAttributes(List<Attribute> newAttributes)
           
 


Liferay 6.1.2-ce-ga3