Class: FileTypeXSD
- Inherits:
-
FileTypeXML
- Object
- FileType
- FileTypeXML
- FileTypeXSD
- 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
Instance Method Summary collapse
-
#initialize(ext = '.xsd') ⇒ FileTypeXSD
constructor
A new instance of FileTypeXSD.
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 |