Class XMLSpreadsheetDialect

  • All Implemented Interfaces:
    XMLDialect

    public class XMLSpreadsheetDialect
    extends DefaultXMLDialect
    This class specifies the XML Spreadsheet Dialect.
    • Field Detail

      • ROOT_PATTERN

        public static final java.util.regex.Pattern ROOT_PATTERN
    • Constructor Detail

      • XMLSpreadsheetDialect

        public XMLSpreadsheetDialect()
    • Method Detail

      • validateIntactTag

        public java.lang.Boolean validateIntactTag​(java.lang.String tag,
                                                   Attributes atts)
        In the XML Spreadsheet filter, content should not be translated in the following condition: When the tag is <Data> with the attribute ss:Type="Number".
        Specified by:
        validateIntactTag in interface XMLDialect
        Overrides:
        validateIntactTag in class DefaultXMLDialect
        Parameters:
        tag - An XML tag
        atts - The attributes associated with the tag
        Returns:
        false if the content of this tag should be translated, true otherwise