Home | History | Annotate | Download | only in options
      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
      5 	<title>Package overview</title>
      6 </head>
      7 
      8 <body>
      9 	<p>Package containing the option classes.</p>
     10 	<p>These are used to configure diverse function calls of xmpcore:<p>
     11 	<ul>
     12 		<li>PropertyOptions - these are used to create properties and also to retrieve information about simple, array or struct properties, as well as qualifiers
     13 		<li>ParseOptions - used to configure the parsing of xmp metadata packets
     14 		<li>SerializationOptions - used to control the serialization of xmp metadata packets
     15 		<li>AliasOptions - used by XMPSchemaRegistry#registerAlias()
     16 		<li>IteratorOptions - used to set up an XMPIterator
     17 		<li>Options - the base class of all option classes
     18 	</ul>
     19 </body>
     20 </html>
     21