Open SiteSearch 4.1.1
Final

ORG.oclc.db
Class TagPath

java.lang.Object
  |
  +--ORG.oclc.db.TagPath

public class TagPath
extends Object

Describes a tagpath in a BER record. Retrieves matching fields from a BER record. A tagpath is an array of tagpath objects.


Method Summary
static TagPath[] getTagPath(String tagpath)
          Convert a tagpath string into an array of TagPath objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTagPath

public static TagPath[] getTagPath(String tagpath)
Convert a tagpath string into an array of TagPath objects. Levels are separated by slashes ('/'). Each level can be defined by a single number, by a list of comma separated numbers, by a range or by an '*'.
Parameters:
tagpath - such at 0/100/1-3
Returns:
array of TagPath objects.

Open SiteSearch 4.1.1
Final