|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
| ■ Fusion XML DOM マイクロパーサ |
|
|
|
Fusion XML DOM マイクロパーサは、W3C で規定された DOM API に対応した XML パーサです。
XML 文書へアクセスするための API を提供することにより、アプリケーションプログラムへの XML 文書の統合が容易に行えます。
コードは ANSI 準拠の C 言語で全て記述されていますので、一般的な XML パーサで要求される Java や C++ の環境は必要ありません。また、コードを修正することなく多様な環境に移植可能なポータビリティを備えていますので、組込み環境下でも容易に XML を取り扱うことを可能にしています。
- XML 1.0 スタンダードをサポート
- W3C で規定された DOM Level2 API をサポート
- C言語のアプリケーションから XML 文書にアクセスする API を提供
- キャラクタセットは ASCII, Unicode をサポート(Shift-JIS は開発中)
|
|
|
● 用意されている DOM API 関数
|
|
|
|
- Node methods
- getAttributes
- getNodeName
- getNodeValue
- getNodeType
- getParentNode
- getFirstChild
- getLastChilde
- getPreviousSibling
- getNextSibling
- getNamespaceURI
- getPrefix
- getLocalName
- hasChildNodes
- hasAttributes
- setPrefix
- setNodeValue
- insertBefore
- replaceChild
- removeChild
- appendChild
- cloneNode
- normalize
|
|
- NamedNodeMap methods
- getLength
- getNamedItems
- getNamedItemNS
- item
- removeNamedItem
- removeNamedItemNS
- setNamedItem
- setNamedItemNS
- DOM methods
- createDocument
- getDocumentElement
- destroyNode
- serialize
- createElement
- createAttribute
- createElementNS
- createAttributeNS
- createTextNode
- createCDATASection
- setAttributeNode
- setAttributeNodeNS
- DOM_parse
- Convenience methods
- getNumberOfChildren
- getDeclaredNameSpace
- createElementNSP
- createAttributeNSP
|
|
| < Fusion WEB 製品一覧へ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|