| Path: | lib/xml/dom2/dombuilder.rb |
| Last Update: | Sat Feb 23 07:21:54 +0000 2019 |
-*- Ruby -*- XML::DOM::DOMBuilder 1999-2001 by yoshidam
builder = XML::DOM::DOMImplementation.instance.createDOMBuilder
doc = builder.parseURI("http://hoge/hoge.xml")
inputSource = XML::DOM::InputSource.new("http://hoge/hoge.xml")
doc = builder.parseDOMInputSource(inputSource)