net.sf.jooreports.opendocument
Class OpenDocumentNamespaces

java.lang.Object
  extended by net.sf.jooreports.opendocument.OpenDocumentNamespaces

public abstract class OpenDocumentNamespaces
extends java.lang.Object


Field Summary
static java.lang.String URI_CONFIG
           
static java.lang.String URI_DRAW
           
static java.lang.String URI_MANIFEST
           
static java.lang.String URI_SCRIPT
           
static java.lang.String URI_SVG
           
static java.lang.String URI_TABLE
           
static java.lang.String URI_TEXT
           
static java.lang.String URI_XLINK
           
static nu.xom.XPathContext XPATH_CONTEXT
           
 
Constructor Summary
OpenDocumentNamespaces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI_DRAW

public static final java.lang.String URI_DRAW
See Also:
Constant Field Values

URI_MANIFEST

public static final java.lang.String URI_MANIFEST
See Also:
Constant Field Values

URI_CONFIG

public static final java.lang.String URI_CONFIG
See Also:
Constant Field Values

URI_SCRIPT

public static final java.lang.String URI_SCRIPT
See Also:
Constant Field Values

URI_TABLE

public static final java.lang.String URI_TABLE
See Also:
Constant Field Values

URI_TEXT

public static final java.lang.String URI_TEXT
See Also:
Constant Field Values

URI_SVG

public static final java.lang.String URI_SVG
See Also:
Constant Field Values

URI_XLINK

public static final java.lang.String URI_XLINK
See Also:
Constant Field Values

XPATH_CONTEXT

public static final nu.xom.XPathContext XPATH_CONTEXT
Constructor Detail

OpenDocumentNamespaces

public OpenDocumentNamespaces()