public class ProcessingInstructionEncounteredState extends TagAttributeState
| Modifier and Type | Field and Description | 
|---|---|
protected String |  
           name  |  
          
parser| Constructor and Description | 
|---|
ProcessingInstructionEncounteredState(XMLParser parser)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
void |  
           process(char character) 
            
              Processes a character and does something with it or does nothing. 
               |  
          
checkAttributeWithNoValue, setAttributeprotected String name
public ProcessingInstructionEncounteredState(XMLParser parser)
parser - the XMLParser 
           public void process(char character)
State 
          process in interface State 
           process in class TagAttributeState 
           character - the character for processing. 
           Copyright © 1998–2019. All rights reserved.