org.w3c.css.sac

Interface ProcessingInstructionSelector

public interface ProcessingInstructionSelector extends SimpleSelector

This simple matches a processing instruction.

Version: $Revision: 1.2 $

Author: Philippe Le Hegaret

See Also: SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR

Method Summary
StringgetData()
Returns the character data.
StringgetTarget()
Returns the target of the processing instruction.

Method Detail

getData

public String getData()
Returns the character data.

getTarget

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