Class StorageXhtmlValidator
- java.lang.Object
- 
- com.atlassian.confluence.content.render.xhtml.validation.StorageXhtmlValidator
 
- 
- All Implemented Interfaces:
- XmlValidator
 
 public class StorageXhtmlValidator extends Object implements XmlValidator Validates storage XHTML.
- 
- 
Constructor SummaryConstructors Constructor Description StorageXhtmlValidator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadergetXhtmlDocument(String xmlFragment)Returns a Reader that contains the suppliedxmlFragmenttogether with the XML document preamble.voidvalidate(String xml)
 
- 
- 
- 
Method Detail- 
validatepublic void validate(String xml) throws ValidationException - Specified by:
- validatein interface- XmlValidator
- Throws:
- ValidationException
 
 
- 
 
-