Uses of Class
org.odftoolkit.odfdom.type.CURIE
-
Packages that use CURIE Package Description org.odftoolkit.odfdom.type -
-
Uses of CURIE in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return CURIE Modifier and Type Method Description static CURIE
CURIE. valueOf(String stringValue)
Returns a CURIE instance representing the specified String valueMethods in org.odftoolkit.odfdom.type that return types with arguments of type CURIE Modifier and Type Method Description List<CURIE>
CURIEs. getCURIEList()
Returns a list of CURIE from the CURIEs ObjectConstructor parameters in org.odftoolkit.odfdom.type with type arguments of type CURIE Constructor Description CURIEs(List<CURIE> curies)
Construct CURIEs by the parsing the given string
-