Results for: "pstore"

Replaces this object with another object. Basically, calls Parent.replace_child

Returns

self

Sets the previous sibling of this child. This can be used to insert a child before some other child.

a = Element.new("a")
b = a.add_element("b")
c = Element.new("c")
b.previous_sibling = c
# => <a><b/><c/></a>

Method contributed by Henrik Martensson

@return the XMLDecl standalone value of this document as a String. If no XMLDecl has been set, returns the default setting.

Returns the previous sibling that is an element, or nil if there is no Element sibling prior to this one

doc = Document.new '<a><b/>text<c/></a>'
doc.root.elements['c'].previous_element          #-> <b/>
doc.root.elements['b'].previous_element          #-> nil

Replaces one child with another, making sure the nodelist is correct @param to_replace the child to replace (must be a Child) @param replacement the child to insert into the nodelist (must be a Child)

Generates a Source object @param arg Either a String, or an IO @return a Source, or nil if a bad argument was given

No documentation available

@return the current line in the source

@return the current line in the source

No documentation available
No documentation available
No documentation available
No documentation available

Reads all tuples matching tuple from the proxied TupleSpace. See TupleSpace#read_all.

Creates a thread that notifies waiting clients from the TupleSpace.

Pulls lookup tuples out of the TupleSpace and sends their DRb object the address of the local TupleSpace.

Returns an expiry Time based on sec which can be one of:

Numeric

sec seconds into the future

true

the expiry time is the start of 1970 (i.e. expired)

nil

it is Tue Jan 19 03:14:07 GMT Standard Time 2038 (i.e. when UNIX clocks will die)

Returns a valid argument to make_expires and the renewer or nil.

Given true, nil, or Numeric, returns that value and nil (no actual renewer). Otherwise it returns an expiry value from calling it.renew and the renewer.

true if the TupleBag to see if it has any expired entries.

Returns all tuples matching tuple. Does not remove the found tuples.

No documentation available

Creates a thread that scans the tuplespace for expired tuples.

Try to get the XML associated with rss. Return rss if it already looks like XML, or treat it as a URI, or a file to get the XML,

Attempt to convert rss to a URI, but just return it if there’s a ::URI::Error

Search took: 2ms  ·  Total Results: 3468