java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
直接已知子类:
ArrowOutput, CsvInput, CsvOutput, InputSerialization, JsonInput, JsonOutput, OrcInput, OutputSerialization, ParquetInput, ScanRange

public abstract class XmlSerialization extends Object
Auxiliary methods for serialization to a XML request
  • 构造器详细资料

    • XmlSerialization

      public XmlSerialization()
  • 方法详细资料

    • appendToXml

      abstract void appendToXml(OBSXMLBuilder xmlBuilder)
      Formats the content into a XML request document compliant with the AWS S3 SelectObjectContent specification defined in https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html
      参数:
      xmlBuilder - The xml serializer
    • charToString

      protected String charToString(Character ch)
      Converts a special character to its proper XML string representation
      参数:
      ch - Character to convert
      返回:
      The valid XML string for the character