Class myfaces._impl._util._HtmlStripper
				
Extends
					myfaces._impl.core._Runtime.
				
			
				
				
				
					
Defined in:  _HtmlStripper.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Fallback routine if the browser embedded xml parser fails on the document
 This fallback is not failsafe but should give enough cover to handle all cases | 
| Method Attributes | Method Name and Description | 
|---|---|
| parse(theString, tagNameStart)
								 main parse routine parses the document for a given tag name | 
					Class Detail
				
				
				
						myfaces._impl._util._HtmlStripper()
				
				
				
					Fallback routine if the browser embedded xml parser fails on the document
 This fallback is not failsafe but should give enough cover to handle all cases
					
				
				
				
				
				
					
					
					
					
					
					
					
			
					Method Detail
				
				
					 
					
					
					
					parse(theString, tagNameStart)
					
					
					
						main parse routine parses the document for a given tag name
						
						
					
					
					
					
						
							- Parameters:
- theString
- the markup string to be parsed
- tagNameStart
- the tag name to be parsed for