com.lowagie.text.xml.xmp
Class PdfA1Schema

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.lowagie.text.xml.xmp.XmpSchema
                  extended by com.lowagie.text.xml.xmp.PdfA1Schema
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class PdfA1Schema
extends XmpSchema

An implementation of an XmpSchema.

See Also:
Serialized Form

Field Summary
static String CONFORMANCE
          Conformance, A or B.
static String DEFAULT_XPATH_ID
          default namespace identifier
static String DEFAULT_XPATH_URI
          default namespace uri
static String PART
          Part, always 1.
private static long serialVersionUID
           
 
Fields inherited from class com.lowagie.text.xml.xmp.XmpSchema
xmlns
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PdfA1Schema()
           
 
Method Summary
 void addConformance(String conformance)
          Adds the conformance.
 void addPart(String part)
          Adds part.
 
Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

DEFAULT_XPATH_ID

public static final String DEFAULT_XPATH_ID
default namespace identifier

See Also:
Constant Field Values

DEFAULT_XPATH_URI

public static final String DEFAULT_XPATH_URI
default namespace uri

See Also:
Constant Field Values

PART

public static final String PART
Part, always 1.

See Also:
Constant Field Values

CONFORMANCE

public static final String CONFORMANCE
Conformance, A or B.

See Also:
Constant Field Values
Constructor Detail

PdfA1Schema

public PdfA1Schema()
Method Detail

addPart

public void addPart(String part)
Adds part.

Parameters:
part -

addConformance

public void addConformance(String conformance)
Adds the conformance.

Parameters:
conformance -

Hosted by Hostbasket