com.itextpdf.tool.xml.parser.state
Class DoubleQuotedAttrValueState
java.lang.Object
com.itextpdf.tool.xml.parser.state.DoubleQuotedAttrValueState
- All Implemented Interfaces:
- State
public class DoubleQuotedAttrValueState
- extends Object
- implements State
- Author:
- redlab_b
Method Summary |
void |
process(char character)
Processes a character and does something with it or does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleQuotedAttrValueState
public DoubleQuotedAttrValueState(XMLParser parser)
- Parameters:
parser
- the XMLParser
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.
Copyright © 2015. All Rights Reserved.