Looks up all typeclass
DNS
resources for name
. See getresource
for argument details.
Returns a copy of this attribute
Make a copy of this object
Examples
c = CData.new( "Some text" ) d = c.clone d.to_s # -> "Some text"
Should be obvious
@return the XMLDecl
version of this document as a String
. If no XMLDecl
has been set, returns the default version.
Creates a shallow copy of self.
d = Document.new "<a><b/><b/><c><d/></c></a>" new_a = d.root.clone puts new_a # => "<a/>"
Private helper class. Removes quotes from quoted strings
Given an array of nodes it filters the array based on the path. The result is that when this method returns, the array will contain elements which match the path
return the setter for the uri, tag_name pair, or nil.