类 XmlSerialization
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.XmlSerialization
- 直接已知子类:
ArrowOutput,CsvInput,CsvOutput,InputSerialization,JsonInput,JsonOutput,OrcInput,OutputSerialization,ParquetInput,ScanRange
Auxiliary methods for serialization to a XML request
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) abstract voidappendToXml(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.htmlprotected StringConverts a special character to its proper XML string representation
-
构造器详细资料
-
XmlSerialization
public XmlSerialization()
-
-
方法详细资料
-
appendToXml
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
Converts a special character to its proper XML string representation- 参数:
ch- Character to convert- 返回:
- The valid XML string for the character
-