com.itextpdf.tool.xml.parser.state
Class ProcessingInstructionEncounteredState

java.lang.Object
  extended by com.itextpdf.tool.xml.parser.state.TagAttributeState
      extended by com.itextpdf.tool.xml.parser.state.ProcessingInstructionEncounteredState
All Implemented Interfaces:
State

public class ProcessingInstructionEncounteredState
extends TagAttributeState


Field Summary
protected  String name
           
 
Fields inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
parser
 
Constructor Summary
ProcessingInstructionEncounteredState(XMLParser parser)
           
 
Method Summary
 void process(char character)
          Processes a character and does something with it or does nothing.
 
Methods inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
checkAttributeWithNoValue, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

ProcessingInstructionEncounteredState

public ProcessingInstructionEncounteredState(XMLParser parser)
Parameters:
parser - the XMLParser
Method Detail

process

public void process(char character)
Description copied from interface: State
Processes a character and does something with it or does nothing.

Specified by:
process in interface State
Overrides:
process in class TagAttributeState
Parameters:
character - the character for processing.


Copyright © 2012. All Rights Reserved.