Class
RGen::Serializer::XMLSerializer
In:
lib/rgen/serializer/xml_serializer.rb
Parent:
Object
Methods
containmentReferences
eAllAttributes
eAllReferences
eAllStructuralFeatures
eachReferencedElement
endTag
new
serialize
startTag
writeText
Constants
INDENT_SPACE
=
2
Public Class methods
new
(file)
Public Instance methods
endTag
(tag)
serialize
(rootElement)
startTag
(tag, attributes={})
writeText
(text)
Protected Instance methods
containmentReferences
(element)
eAllAttributes
(element)
eAllReferences
(element)
eAllStructuralFeatures
(element)
eachReferencedElement
(element, refs) {|r,te| ...}
[Validate]