public final class

XhtmlConstants

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.XhtmlConstants

Summary

Nested Classes
class XhtmlConstants.Attribute  
Constants
String CONFLUENCE_XHTML_NAMESPACE_ALTERNATE_PREFIX
String CONFLUENCE_XHTML_NAMESPACE_PREFIX
String CONFLUENCE_XHTML_NAMESPACE_URI
String CONFLUENCE_XHTML_XMLNS_DECLARATION
String RESOURCE_IDENTIFIER_NAMESPACE_PREFIX
String RESOURCE_IDENTIFIER_NAMESPACE_URI
String XHTML_NAMESPACE_URI
Fields
public static final Namespace CONFLUENCE_ALTERNATE_NAMESPACE
public static final Namespace CONFLUENCE_NAMESPACE
public static final TransformationDateFormats DATE_FORMATS Date formats used for parsing and formatting dates in transformations
public static final Namespace RESOURCE_IDENTIFIER_NAMESPACE
public static final List<Namespace> STORAGE_NAMESPACES
public static final Namespace XHTML_NAMESPACE
Public Constructors
XhtmlConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONFLUENCE_XHTML_NAMESPACE_ALTERNATE_PREFIX

Constant Value: "ac"

public static final String CONFLUENCE_XHTML_NAMESPACE_PREFIX

Constant Value: "atlassian-content"

public static final String CONFLUENCE_XHTML_NAMESPACE_URI

Constant Value: "http://atlassian.com/content"

public static final String CONFLUENCE_XHTML_XMLNS_DECLARATION

Constant Value: "xmlns:ac="http://atlassian.com/content""

public static final String RESOURCE_IDENTIFIER_NAMESPACE_PREFIX

Constant Value: "ri"

public static final String RESOURCE_IDENTIFIER_NAMESPACE_URI

Constant Value: "http://atlassian.com/resource/identifier"

public static final String XHTML_NAMESPACE_URI

Constant Value: "http://www.w3.org/1999/xhtml"

Fields

public static final Namespace CONFLUENCE_ALTERNATE_NAMESPACE

public static final Namespace CONFLUENCE_NAMESPACE

public static final TransformationDateFormats DATE_FORMATS

Date formats used for parsing and formatting dates in transformations

public static final Namespace RESOURCE_IDENTIFIER_NAMESPACE

public static final List<Namespace> STORAGE_NAMESPACES

public static final Namespace XHTML_NAMESPACE

Public Constructors

public XhtmlConstants ()