クラスの使用
org.opengion.fukurou.xml.OGDocument
-
OGDocumentを使用しているパッケージ パッケージ 説明 org.opengion.fukurou.xml はやぶさ共通のXML関連クラスを提供します。 -
-
org.opengion.fukurou.xmlでのOGDocumentの使用
OGDocumentを返すorg.opengion.fukurou.xmlのメソッド 修飾子とタイプ メソッド 説明 OGDocumentJspParserFilter. filter(OGDocument doc)ドキュメントオブジェクト を変換します。OGDocumentJspSaxParser. read(File aFile)XMLファイルを読み込み、OGDocument を返します。OGDocumentJspSaxParser. string2Node(String str)XML形式で表現された、文字列(String) から、OGDocument を構築します。OGDocument型のパラメータを持つorg.opengion.fukurou.xmlのメソッド 修飾子とタイプ メソッド 説明 OGDocumentJspParserFilter. filter(OGDocument doc)ドキュメントオブジェクト を変換します。voidJspSaxParser. write(File aFile, OGDocument node)OGDocument を所定のファイルに、XML形式で書き出します。
-