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 Summary
Constructors Constructor Description StorageXhtmlValidator()
-
Method Summary
All 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
-
validate
public void validate(String xml) throws ValidationException
- Specified by:
validatein interfaceXmlValidator- Throws:
ValidationException
-
-