org.w3c.css.sac
public interface: ProcessingInstructionSelector [javadoc |
source]
All Implemented Interfaces:
SimpleSelector
This simple matches a
processing instruction.
Also see:
- Selector#SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR
- version:
$
- Revision: 477010 $
- author:
Philippe
- Le Hegaret
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. |