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.
      • m_XIncludeAware

        protected boolean m_XIncludeAware
        Set state of XInclude processing.
      • m_ExpandEntityReferences

        protected boolean m_ExpandEntityReferences
        Specifies that the parser produced by this code will expand entity reference nodes.
    • 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.
      • setXIncludeAware

        public void setXIncludeAware​(boolean value)
        Sets whether to use a X-include aware parser.
        Parameters:
        value - true if to use X-include aware parser
      • getXIncludeAware

        public boolean getXIncludeAware()
        Returns whether a X-include aware parser is used.
        Returns:
        true if X-include aware parser
      • XIncludeAwareTipText

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

        public void setExpandEntityReferences​(boolean value)
        Sets whether to expand entity references.
        Parameters:
        value - true if to expand entity references
      • getExpandEntityReferences

        public boolean getExpandEntityReferences()
        Returns whether a parser expands entity references.
        Returns:
        true if parser expands entity references
      • expandEntityReferencesTipText

        public String expandEntityReferencesTipText()
        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