Class CssParserStateController
      java.lang.Object 
      
 
     
       com.itextpdf.styledxmlparser.css.parse.syntax.CssParserStateController
      
 
     
       State machine that will parse content into a style sheet.
      
 
     -  
        
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCssParserStateControllerinstance.CssParserStateController(String baseUrl) Creates a newCssParserStateControllerinstance. -  
        
Method Summary
Modifier and TypeMethodDescriptionGets the resulting style sheet.voidprocess(char ch) Process a character using the current state. 
-  
        
Constructor Details
-  
           
CssParserStateController
public CssParserStateController()Creates a newCssParserStateControllerinstance. -  
           
CssParserStateController
Creates a newCssParserStateControllerinstance.- Parameters:
 - 
              
baseUrl- the base URL 
 
 -  
           
 -  
        
Method Details
-  
           
process
public void process(char ch) Process a character using the current state.- Parameters:
 - 
              
ch- the character 
 -  
           
getParsingResult
Gets the resulting style sheet.- Returns:
 - the resulting style sheet
 
 
 -