Class XhtmlTemplateUtils
java.lang.Object
com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
Helper to make it easier to convert between the storage format and different types of
variables.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Variable
extractVariableDeclaration
(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory) static boolean
isVariableDeclaration
(StartElement startElement)
-
Field Details
-
DEFAULT_ROWS
public static final int DEFAULT_ROWS- See Also:
-
DEFAULT_COLS
public static final int DEFAULT_COLS- See Also:
-
-
Constructor Details
-
XhtmlTemplateUtils
public XhtmlTemplateUtils()
-
-
Method Details
-
isVariableDeclaration
-
extractVariableDeclaration
public static Variable extractVariableDeclaration(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory) throws XMLStreamException - Throws:
XMLStreamException
-