Uses of Class
info.bliki.wiki.tags.util.NodeAttribute

Packages that use NodeAttribute
info.bliki.wiki.filter   
info.bliki.wiki.tags.util   
 

Uses of NodeAttribute in info.bliki.wiki.filter
 

Methods in info.bliki.wiki.filter that return NodeAttribute
static NodeAttribute Util.addAttributes(TagNode node, java.lang.String attributesString)
          Scan the attributes string and add the attributes to the given node
 

Methods in info.bliki.wiki.filter that return types with arguments of type NodeAttribute
static java.util.List<NodeAttribute> Util.getNodeAttributes(java.lang.String attributesString)
           
 

Uses of NodeAttribute in info.bliki.wiki.tags.util
 

Methods in info.bliki.wiki.tags.util that return NodeAttribute
 NodeAttribute WikiTagNode.getAttributeEx(java.lang.String name)
          Returns the attribute with the given name.
 

Methods in info.bliki.wiki.tags.util that return types with arguments of type NodeAttribute
 java.util.List<NodeAttribute> WikiTagNode.getAttributesEx()
          Gets the attributes in the tag.
 

Methods in info.bliki.wiki.tags.util with parameters of type NodeAttribute
 void WikiTagNode.setAttribute(NodeAttribute attribute)
          Set an attribute.
 void WikiTagNode.setAttributeEx(NodeAttribute attribute)
          Set an attribute.
 

Method parameters in info.bliki.wiki.tags.util with type arguments of type NodeAttribute
 void WikiTagNode.setAttributesEx(java.util.List<NodeAttribute> attribs)
          Sets the attributes.
 

Constructor parameters in info.bliki.wiki.tags.util with type arguments of type NodeAttribute
WikiTagNode(int start, int end, java.util.ArrayList<NodeAttribute> attributes)
          Create a tag with the location and attributes provided