Uses of Interface
org.verapdf.xmp.properties.XMPProperty
-
Packages that use XMPProperty Package Description org.verapdf.xmp Package containing the xmpcore interface.org.verapdf.xmp.impl Package containing the xmpcore implementation.org.verapdf.xmp.properties Package containing the property information classes. -
-
Uses of XMPProperty in org.verapdf.xmp
Methods in org.verapdf.xmp that return XMPProperty Modifier and Type Method Description XMPPropertyXMPMeta. getArrayItem(String schemaNS, String arrayName, int itemIndex)Provides access to items within an array.XMPPropertyXMPMeta. getLocalizedText(String schemaNS, String altTextName, String genericLang, String specificLang)These functions provide convenient support for localized text properties, including a number of special and obscure aspects.XMPPropertyXMPMeta. getProperty(String schemaNS, String propName)The property value getter-methods all take a property specification: the first two parameters are always the top level namespace URI (the "schema" namespace) and the basic name of the property being referenced.XMPPropertyXMPMeta. getQualifier(String schemaNS, String propName, String qualNS, String qualName)Provides access to a qualifier attached to a property.XMPPropertyXMPMeta. getStructField(String schemaNS, String structName, String fieldNS, String fieldName)Provides access to fields within a nested structure. -
Uses of XMPProperty in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl that return XMPProperty Modifier and Type Method Description XMPPropertyXMPMetaImpl. getArrayItem(String schemaNS, String arrayName, int itemIndex)XMPPropertyXMPMetaImpl. getLocalizedText(String schemaNS, String altTextName, String genericLang, String specificLang)XMPPropertyXMPMetaImpl. getProperty(String schemaNS, String propName)protected XMPPropertyXMPMetaImpl. getProperty(String schemaNS, String propName, int valueType)Returns a property, but the result value can be requested.XMPPropertyXMPMetaImpl. getQualifier(String schemaNS, String propName, String qualNS, String qualName)XMPPropertyXMPMetaImpl. getStructField(String schemaNS, String structName, String fieldNS, String fieldName) -
Uses of XMPProperty in org.verapdf.xmp.properties
Subinterfaces of XMPProperty in org.verapdf.xmp.properties Modifier and Type Interface Description interfaceXMPPropertyInfoThis interface is used to return a property together with its path and namespace.
-