com.atlassian.confluence.content.render.xhtml.storage.macro
Class StorageMacroUtil

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroUtil

public class StorageMacroUtil
extends Object


Constructor Summary
StorageMacroUtil()
           
 
Method Summary
static boolean isMacroElement(StartElement startElement)
          Returns true if startElement is a macro or structured-macro element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageMacroUtil

public StorageMacroUtil()
Method Detail

isMacroElement

public static boolean isMacroElement(StartElement startElement)
Returns true if startElement is a macro or structured-macro element.

Parameters:
startElement -
Returns:
true if startElement is a macro or structured-macro element. Otherwise, return false.


Copyright © 2003–2015 Atlassian. All rights reserved.