Liferay 6.2.0

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
abstract  void Element.add(CDATA cdata)
           
protected abstract  T BaseVisitor.handleCDATA(CDATA cdata)
           
abstract  boolean Element.remove(CDATA cdata)
           
 T BaseVisitor.visitCDATA(CDATA cdata)
           
abstract  T Visitor.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.2.0