module Nokogiri::LibXML::CommonNode

def document

:nodoc:
:nodoc:
def document
  p = self[:doc]
  p.null? ? nil : LibXML::XmlDocumentCast.new(p)
end