Uses of Class
org.odftoolkit.odfdom.type.IDREF

Packages that use IDREF
org.odftoolkit.odfdom.type   
 

Uses of IDREF in org.odftoolkit.odfdom.type
 

Methods in org.odftoolkit.odfdom.type that return IDREF
static IDREF IDREF.valueOf(String stringValue)
          Returns an IDREF instance representing the specified String value
 

Methods in org.odftoolkit.odfdom.type that return types with arguments of type IDREF
 List<IDREF> IDREFS.getIDREFList()
          Returns a list of IDREF from the IDREFS Object
 

Constructor parameters in org.odftoolkit.odfdom.type with type arguments of type IDREF
IDREFS(List<IDREF> idRefList)
          Construct IDREFS by the parsing the given IDREF list
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.