Uses of Interface
com.liferay.portal.kernel.xml.ProcessingInstruction
Packages that use ProcessingInstruction
-
Uses of ProcessingInstruction in com.liferay.portal.kernel.xml
Methods in com.liferay.portal.kernel.xml that return ProcessingInstructionModifier and TypeMethodDescriptionSAXReader.createProcessingInstruction
(String target, String data) SAXReader.createProcessingInstruction
(String target, Map<String, String> data) static ProcessingInstruction
SAXReaderUtil.createProcessingInstruction
(String target, String data) static ProcessingInstruction
SAXReaderUtil.createProcessingInstruction
(String target, Map<String, String> data) Branch.processingInstruction
(String target) Methods in com.liferay.portal.kernel.xml that return types with arguments of type ProcessingInstructionModifier and TypeMethodDescriptionBranch.processingInstructions()
Branch.processingInstructions
(String target) Methods in com.liferay.portal.kernel.xml with parameters of type ProcessingInstructionModifier and TypeMethodDescriptionvoid
Branch.add
(ProcessingInstruction processingInstruction) protected abstract T
BaseVisitor.handleProcessInstruction
(ProcessingInstruction processingInstruction) boolean
Branch.remove
(ProcessingInstruction processingInstruction) BaseVisitor.visitProcessInstruction
(ProcessingInstruction processingInstruction) Visitor.visitProcessInstruction
(ProcessingInstruction processingInstruction) Method parameters in com.liferay.portal.kernel.xml with type arguments of type ProcessingInstructionModifier and TypeMethodDescriptionvoid
Branch.setProcessingInstructions
(List<ProcessingInstruction> processingInstructions)