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