Ruby REXML::DocType Functions

EditRocket provides the following information on REXML::DocType functions in the Ruby source code builder.

add(child) -

attribute_of(element, attribute) -

attributes_of(element) -

clone() -

context() -

entity( name ) -

new( first, parent=nil ) - Constructor

node_type() -

notation(name) - Retrieves a named notation. Only notations declared in the internal DTD subset can be retrieved.

notations() - This method returns a list of notations that have been declared in the internal DTD subset. Notations in the external DTD subset are not listed.

public() - This method retrieves the public identifier identifying the document's DTD.

system() - This method retrieves the system identifier identifying the document's DTD

write( output, indent=0, transitive=false, ie_hack=false ) - Where to write the string