info.bliki.wiki.filter
Class Util

java.lang.Object
  extended by info.bliki.wiki.filter.Util

public class Util
extends java.lang.Object


Method Summary
static NodeAttribute addAttributes(TagNode node, java.lang.String attributesString)
          Scan the attributes string and add the attributes to the given node
static java.util.Map<java.lang.String,java.lang.String> getAttributes(java.lang.String attributesString)
           
static java.util.List<NodeAttribute> getNodeAttributes(java.lang.String attributesString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addAttributes

public static NodeAttribute addAttributes(TagNode node,
                                          java.lang.String attributesString)
Scan the attributes string and add the attributes to the given node

Parameters:
node -
attributesString -

getNodeAttributes

public static java.util.List<NodeAttribute> getNodeAttributes(java.lang.String attributesString)

getAttributes

public static java.util.Map<java.lang.String,java.lang.String> getAttributes(java.lang.String attributesString)