Uses of Interface
nablarch.core.dataformat.StructuredDataParser
-
Uses of StructuredDataParser in nablarch.core.dataformat
Modifier and TypeClassDescriptionclass
JSONパーサー。
この実装ではJsonParser
を使用してJSONデータの解析を行います。class
XMLパーサー。
この実装ではDOMを使用してXMLデータの解析を行います。 5u14より、DTDの使用を禁止するように修正を行った。これはXXE攻撃を防ぐためである。 後方互換性を維持するため、DTDの使用を許可するプロパティを設けている(XmlDataParser.setAllowDTD(boolean)
)。 読み込み対象となるXMLが信頼できるものであり、かつ、DTDを使用しなければならない場合のみ、 本プロパティを使用してDTDの使用を許可することができる。Modifier and TypeMethodDescriptionprotected StructuredDataParser
StructuredDataRecordFormatterSupport.getDataParser()
構造化データパーサーを返却するModifier and TypeMethodDescriptionvoid
StructuredDataRecordFormatterSupport.setDataParser
(StructuredDataParser dataParser) 構造化データパーサーを設定する