Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.kernel.xml that implement Visitor
 class BaseVisitor<T>
           
 

Methods in com.liferay.portal.kernel.xml with type parameters of type Visitor
<T,V extends Visitor<T>>
T
Node.accept(V visitor)
           
 

Uses of Visitor in com.liferay.portal.xml
 

Methods in com.liferay.portal.xml with type parameters of type Visitor
<T,V extends Visitor<T>>
T
EntityImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
CDATAImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
NamespaceImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
ProcessingInstructionImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
NodeImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
ElementImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
AttributeImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
TextImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
DocumentImpl.accept(V visitor)
           
<T,V extends Visitor<T>>
T
CommentImpl.accept(V visitor)
           
 


Liferay 6.2-ce-ga5