First u can't import java.Text.* because it's not
exist (no package in java start in Capital latter, and
there is no package provide by java called java.Text).
And about the 2nd class org.w3c.dom.Text it's
interface and for sure u can't create object from
interface.
Can I ask you something: why u needs this class Text?