org.xerial.mlpress
Class TagDictionary

java.lang.Object
  extended by org.xerial.mlpress.TagDictionary

public class TagDictionary
extends Object

TagDictionary holds mappings from each tagName (or tagName/@attributeName) to its ID.

Author:
leo

Constructor Summary
TagDictionary()
           
 
Method Summary
 int getAttributeID(String tagName, String attributeName)
           
 int getTagID(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDictionary

public TagDictionary()
Method Detail

getTagID

public int getTagID(String tagName)

getAttributeID

public int getAttributeID(String tagName,
                          String attributeName)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.