All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.css.sac.ProcessingInstructionSelector

public interface ProcessingInstructionSelector
extends SimpleSelector
This simple matches a processing instruction.

See Also:
SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR

Method Index

 o getData()
Returns the character data.
 o getTarget()
Returns the target of the processing instruction.

Methods

 o getTarget
 public abstract String getTarget()
Returns the target of the processing instruction.

 o getData
 public abstract String getData()
Returns the character data.


All Packages  Class Hierarchy  This Package  Previous  Next  Index