Class: FileTypeXSD

Inherits:
FileTypeXML show all
Defined in:
lib/ontomde-core/fileTypes.rb

Constant Summary

Constants inherited from FileTypeXML

FileTypeXML::URI_ESCAPE_CHAR_ONE

Instance Attribute Summary

Attributes inherited from FileType

#re_begin, #re_end

Instance Method Summary collapse

Methods inherited from FileTypeXML

#beginMarker, #endMarker, #escape, #unescape, #writeComment

Methods inherited from FileType

#beginMarker, #beginMarkerSkip, #endMarker, #endMarkerSkip, #escape, getFileType, #unescape, #writeComment

Constructor Details

#initialize(ext = '.xsd') ⇒ FileTypeXSD

Returns a new instance of FileTypeXSD.



103
104
105
# File 'lib/ontomde-core/fileTypes.rb', line 103

def initialize(ext='.xsd')
 super
end