Is there a best practice for building Node objects from Strings (when you don't know what type of Node the string represents before hand)?
eg. "Hi Bob!" -> Node_Literal http://www.bob.com/Bob -> Node_URI Thanks, Nate
Is there a best practice for building Node objects from Strings (when you don't know what type of Node the string represents before hand)?
eg. "Hi Bob!" -> Node_Literal http://www.bob.com/Bob -> Node_URI Thanks, Nate