Home » xml-commons-external-1.4.01-src » org.w3c.css.sac » [javadoc | source]
org.w3c.css.sac
public interface: ProcessingInstructionSelector [javadoc | source]

All Implemented Interfaces:
    SimpleSelector

This simple matches a processing instruction.
Method from org.w3c.css.sac.ProcessingInstructionSelector Summary:
getData,   getTarget
Method from org.w3c.css.sac.ProcessingInstructionSelector Detail:
 public String getData()
    Returns the character data.
 public String getTarget()
    Returns the target of the processing instruction.