|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfAnyURI
public class OdfAnyURI
DOM implementation of OpenDocument data type 'anyURI'
| Constructor Summary | |
|---|---|
OdfAnyURI(String path)
Construct OdfAnyURI by the parsing the given string |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a String Object representing this OdfAnyURI's value |
URI |
toURI()
get java.net.URI from OdfAnyURI |
static OdfAnyURI |
valueOf(String stringValue)
Returns an OdfAnyURI instance representing the specified String value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdfAnyURI(String path)
throws URISyntaxException
path - The String to be parsed into an OdfAnyURI
URISyntaxException - if path is invalidate| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfAnyURI valueOf(String stringValue)
stringValue - a String value
public URI toURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||