| Package | Description |
|---|---|
| info.bliki.wiki.filter |
Contains different type of wikipedia scanners and parsers.
|
| info.bliki.wiki.tags.util |
Helper classes for creating the internal DOM.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeAttribute |
Util.addAttributes(TagNode node,
String attributesString)
Scan the attributes string and add the attributes to the given node
|
| Modifier and Type | Method and Description |
|---|---|
static List<NodeAttribute> |
Util.getNodeAttributes(String attributesString) |
protected List<NodeAttribute> |
WikipediaScanner.parseAttributes(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
protected WikiTagNode |
WikipediaScanner.makeTag(int start,
int end,
ArrayList<NodeAttribute> attributes)
Create a tag node based on the current cursor and the one provided.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<NodeAttribute> |
WikiTagNode.mAttributes
The tag attributes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeAttribute |
WikiTagNode.getAttributeEx(String name)
Returns the attribute with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeAttribute> |
WikiTagNode.getAttributesEx()
Gets the attributes in the tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiTagNode.setAttribute(NodeAttribute attribute)
Set an attribute.
|
void |
WikiTagNode.setAttributeEx(NodeAttribute attribute)
Set an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiTagNode.setAttributesEx(List<NodeAttribute> attribs)
Sets the attributes.
|
| Constructor and Description |
|---|
WikiTagNode(int start,
int end,
ArrayList<NodeAttribute> attributes)
Create a tag with the location and attributes provided
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.