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