Class XmlDetector


  • public class XmlDetector
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isCompliant​(byte[] fileContentBytes, java.lang.String namespace)  
      boolean isCompliant​(org.bonitasoft.engine.io.FileAndContent file, java.lang.String namespace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isCompliant

        public boolean isCompliant​(org.bonitasoft.engine.io.FileAndContent file,
                                   java.lang.String namespace)
      • isCompliant

        protected boolean isCompliant​(byte[] fileContentBytes,
                                      java.lang.String namespace)