Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.xml that return ProcessingInstruction
 ProcessingInstruction SAXReader.createProcessingInstruction(String target, Map<String,String> data)
           
static ProcessingInstruction SAXReaderUtil.createProcessingInstruction(String target, Map<String,String> data)
           
 ProcessingInstruction SAXReader.createProcessingInstruction(String target, String data)
           
static ProcessingInstruction SAXReaderUtil.createProcessingInstruction(String target, String data)
           
 ProcessingInstruction Branch.processingInstruction(String target)
           
 

Methods in com.liferay.portal.kernel.xml that return types with arguments of type ProcessingInstruction
 List<ProcessingInstruction> Branch.processingInstructions()
           
 List<ProcessingInstruction> Branch.processingInstructions(String target)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type ProcessingInstruction
 void Branch.add(ProcessingInstruction processingInstruction)
           
protected abstract  T BaseVisitor.handleProcessInstruction(ProcessingInstruction processingInstruction)
           
 boolean Branch.remove(ProcessingInstruction processingInstruction)
           
 T Visitor.visitProcessInstruction(ProcessingInstruction processingInstruction)
           
 T BaseVisitor.visitProcessInstruction(ProcessingInstruction processingInstruction)
           
 

Method parameters in com.liferay.portal.kernel.xml with type arguments of type ProcessingInstruction
 void Branch.setProcessingInstructions(List<ProcessingInstruction> processingInstructions)
           
 

Uses of ProcessingInstruction in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement ProcessingInstruction
 class ProcessingInstructionImpl
           
 

Methods in com.liferay.portal.xml that return ProcessingInstruction
 ProcessingInstruction SAXReaderImpl.createProcessingInstruction(String target, Map<String,String> data)
           
 ProcessingInstruction SAXReaderImpl.createProcessingInstruction(String target, String data)
           
 ProcessingInstruction BranchImpl.processingInstruction(String target)
           
 

Methods in com.liferay.portal.xml that return types with arguments of type ProcessingInstruction
 List<ProcessingInstruction> BranchImpl.processingInstructions()
           
 List<ProcessingInstruction> BranchImpl.processingInstructions(String target)
           
static List<ProcessingInstruction> SAXReaderImpl.toNewProcessingInstructions(List<org.dom4j.ProcessingInstruction> oldProcessingInstructions)
           
 

Methods in com.liferay.portal.xml with parameters of type ProcessingInstruction
 void BranchImpl.add(ProcessingInstruction processingInstruction)
           
 boolean BranchImpl.remove(ProcessingInstruction processingInstruction)
           
 

Method parameters in com.liferay.portal.xml with type arguments of type ProcessingInstruction
 void BranchImpl.setProcessingInstructions(List<ProcessingInstruction> processingInstructions)
           
static List<org.dom4j.ProcessingInstruction> SAXReaderImpl.toOldProcessingInstructions(List<ProcessingInstruction> newProcessingInstructions)
           
 


Liferay 6.1.2-ce-ga3