Class XML

    • Field Detail

      • m_Validating

        protected boolean m_Validating
        whether the parser is validating or not.
      • m_NameSpaceAware

        protected boolean m_NameSpaceAware
        whether the parser is namespace aware.
    • Constructor Detail

      • XML

        public XML()
    • Method Detail

      • setValidating

        public void setValidating​(boolean value)
        Sets whether to use a validating parser.
        Parameters:
        value - true if to use validating parser
      • getValidating

        public boolean getValidating()
        Returns whether a validating parser is used.
        Returns:
        true if validating parser
      • validatingTipText

        public String validatingTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setNameSpaceAware

        public void setNameSpaceAware​(boolean value)
        Sets whether to use a namespace aware parser.
        Parameters:
        value - true if to use namespace aware parser
      • getNameSpaceAware

        public boolean getNameSpaceAware()
        Returns whether a namespace aware parser used.
        Returns:
        true if namespace aware
      • nameSpaceAwareTipText

        public String nameSpaceAwareTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • isComplete

        public boolean isComplete​(byte[] buffer)
        Checks whether the byte buffer is complete.
        Specified by:
        isComplete in class AbstractFileCompleteCheck
        Parameters:
        buffer - the buffer to check
        Returns:
        true if complete
      • isComplete

        public boolean isComplete​(File file)
        Checks whether the file is complete.
        Specified by:
        isComplete in class AbstractFileCompleteCheck
        Parameters:
        file - the file to check
        Returns:
        true if complete