Uses of Class
edu.buffalo.nsf.xmlcqa.data.dtd.Tag

Packages that use Tag
edu.buffalo.nsf.xmlcqa.data.dtd Package containing regular expressions and DTD. 
edu.buffalo.nsf.xmlcqa.data.query   
edu.buffalo.nsf.xmlcqa.data.stream Package containing classes facilitating accessing XML documents in a streamed fashion. 
edu.buffalo.nsf.xmlcqa.graph   
edu.buffalo.nsf.xmlcqa.test   
edu.buffalo.nsf.xmlcqa.test.cqa   
edu.buffalo.nsf.xmlcqa.tree   
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.data.dtd
 

Fields in edu.buffalo.nsf.xmlcqa.data.dtd declared as Tag
static Tag Tag.PCDATA_TAG
          A constant tag used to label text nodes in the input document.
 

Methods in edu.buffalo.nsf.xmlcqa.data.dtd that return Tag
abstract  Tag[][][] NDFA.getFstTagTrDelta(DTD d)
          Returns a two dimentional array containing vectors of suffizes of labels of the cheapest paths between each pair of vertices.
 Tag[][][] RegExpr.getFstTagTrDelta(DTD d)
           
static Tag Tag.get(java.lang.String tagName)
          A method used to obtain a Tag instance with a given name.
static Tag Tag.getTag(int tagID)
          A method used to obtain a Tag of a given identifier.
 

Methods in edu.buffalo.nsf.xmlcqa.data.dtd with parameters of type Tag
 NodeCollector DTD.getMT(TreeNode parent, Tag tag, Query path, OperationManager mgr)
          Computes a minimal set of tree facts w.r.t.
 NDFA DTD.getDefinition(Tag tag)
          Returs specification of children lables of a node labeled with tag.
 int DTD.getMinTreeSize(Tag tag)
          Return the size of a minimal tree satisfing the DTD whose root node is labeled with tag.
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.data.query
 

Methods in edu.buffalo.nsf.xmlcqa.data.query that return Tag
 Tag FilterExpr.TagFilter.getTag()
           
 

Methods in edu.buffalo.nsf.xmlcqa.data.query with parameters of type Tag
static FilterExpr FilterExpr.createTagFilter(Tag t)
           
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.data.stream
 

Methods in edu.buffalo.nsf.xmlcqa.data.stream that return Tag
 Tag Token.getTag()
          Returns the tag.
 

Methods in edu.buffalo.nsf.xmlcqa.data.stream with parameters of type Tag
static Token Token.createTag(Tag tag)
          Creates an opening token.
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.graph
 

Fields in edu.buffalo.nsf.xmlcqa.graph declared as Tag
 Tag Edge.t
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph with parameters of type Tag
protected  Vertex[] CQA.startState(NodeCollector parent, Tag t, DTD d)
           
protected  void CQA.closure(Vertex[] a, DTD dtd, Tag[][][] ftd, int[][][] fid, int[][] mcd, boolean[][] epsilonDelta)
           
protected  void CQA.consume(NDFA def, DTD dtd, Tag t, NodeCollector child, Vertex[] curr, Vertex[] next, int r, int d)
           
protected static void RestaurationAutomaton.consume(NDFA def, DTD dtd, Tag t, int[] curr, int[] next, int r, int d)
           
 void Vertex.addIncomingIns(Vertex from, DTD dtd, Tag t)
           
 void Vertex.addIncomingIns(Vertex[] from, DTD dtd, int[] is, Tag[] tags)
           
 

Constructors in edu.buffalo.nsf.xmlcqa.graph with parameters of type Tag
Edge(Vertex from, Tag t, DTD dtd, Vertex to, Edge nextIn)
           
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.test
 

Fields in edu.buffalo.nsf.xmlcqa.test declared as Tag
static Tag Test.a
           
static Tag Test.b
           
static Tag Test.c
           
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.test.cqa
 

Fields in edu.buffalo.nsf.xmlcqa.test.cqa declared as Tag
static Tag TestUtil.a
           
static Tag TestUtil.b
           
static Tag TestUtil.c
           
 

Uses of Tag in edu.buffalo.nsf.xmlcqa.tree
 

Methods in edu.buffalo.nsf.xmlcqa.tree that return Tag
 Tag TreeNode.getTag()