Class XmlContentCanonicalizer
- java.lang.Object
-
- io.apicurio.registry.content.canon.XmlContentCanonicalizer
-
- All Implemented Interfaces:
ContentCanonicalizer
public class XmlContentCanonicalizer extends Object implements ContentCanonicalizer
A common XML content canonicalizer.- Author:
- cfoskin@redhat.com
-
-
Constructor Summary
Constructors Constructor Description XmlContentCanonicalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandlecanonicalize(ContentHandle content)Called to convert the given content to its canonical form.
-
-
-
Method Detail
-
canonicalize
public ContentHandle canonicalize(ContentHandle content)
Description copied from interface:ContentCanonicalizerCalled to convert the given content to its canonical form.- Specified by:
canonicalizein interfaceContentCanonicalizer- See Also:
ContentCanonicalizer.canonicalize(io.apicurio.registry.content.ContentHandle)
-
-