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 ProcessingInstructionSAXReaderUtil.createProcessingInstruction(String target, String data) static ProcessingInstructionSAXReaderUtil.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 TypeMethodDescriptionvoidBranch.add(ProcessingInstruction processingInstruction) protected abstract TBaseVisitor.handleProcessInstruction(ProcessingInstruction processingInstruction) booleanBranch.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 TypeMethodDescriptionvoidBranch.setProcessingInstructions(List<ProcessingInstruction> processingInstructions)