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

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

public class TagAttributeState
extends Object
implements State

Author:
redlab_b

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

Field Detail

parser

protected final XMLParser parser
Constructor Detail

TagAttributeState

public TagAttributeState(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
Parameters:
character - the character for processing.

checkAttributeWithNoValue

protected void checkAttributeWithNoValue()

setAttribute

protected boolean setAttribute()
Returns:
true if an attribute was set


Copyright © 2012. All Rights Reserved.