Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.xml with parameters of type CDATA
 void Element.add(CDATA cdata)
           
protected abstract  T BaseVisitor.handleCDATA(CDATA cdata)
           
 boolean Element.remove(CDATA cdata)
           
 T Visitor.visitCDATA(CDATA cdata)
           
 T BaseVisitor.visitCDATA(CDATA cdata)
           
 

Uses of CDATA in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement CDATA
 class CDATAImpl
           
 

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


Liferay 6.1.2-ce-ga3