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

Packages that use NodeAttribute
info.bliki.wiki.filter Contains different type of wikipedia scanners and parsers. 
info.bliki.wiki.tags.util Helper classes for creating the internal DOM. 
 

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)
           
protected  java.util.List<NodeAttribute> WikipediaScanner.parseAttributes(int start, int end)
           
 

Method parameters in info.bliki.wiki.filter with type arguments of type NodeAttribute
protected  WikiTagNode WikipediaScanner.makeTag(int start, int end, java.util.ArrayList<NodeAttribute> attributes)
          Create a tag node based on the current cursor and the one provided.
 

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

Fields in info.bliki.wiki.tags.util with type parameters of type NodeAttribute
protected  java.util.List<NodeAttribute> WikiTagNode.mAttributes
          The tag attributes.
 

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
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.