package org.w3c.css.sac; public interface ProcessingInstructionSelector extends SimpleSelector { String getData(); String getTarget(); }