Liferay 6.1.2-ce-ga3

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

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

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

Subinterfaces of Branch in com.liferay.portal.kernel.xml
 interface Document
           
 interface Element
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Branch
 void Branch.appendContent(Branch branch)
           
 

Uses of Branch in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Branch
 class BranchImpl
           
 class DocumentImpl
           
 class ElementImpl
           
 

Methods in com.liferay.portal.xml with parameters of type Branch
 void BranchImpl.appendContent(Branch branch)
           
 


Liferay 6.1.2-ce-ga3