Liferay 6.2-ce-ga5

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

Packages that use CDATA
com.liferay.portal.kernel.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)
           
 


Liferay 6.2-ce-ga5