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