org.das2.qstream.DescriptorRegistry

Registry for XML elements that appear on QStreams. The tag name is used to register the element.

DescriptorRegistry( )


get

get( String s ) → DescriptorFactory

look up the factory used for the tag name

Parameters

s - the tag name

Returns:

the factory

[search for examples] [view on GitHub] [view on old javadoc] [view source]


register

register( String s, org.das2.qstream.DescriptorFactory factory ) → void

register the factory used for the tag name.

Parameters

s - the tag name
factory - the factory

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]