dombuilder.rb

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)

Required files

xml/parserns   xml/dom2/document   xml/dom2/domentityresolverimpl  

[Validate]