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 Reader
getXhtmlDocument(String xmlFragment)
Returns a Reader that contains the suppliedxmlFragment
together with the XML document preamble.void
validate(String xml)
-
-
-
Method Detail
-
validate
public void validate(String xml) throws ValidationException
- Specified by:
validate
in interfaceXmlValidator
- Throws:
ValidationException
-
-