com.ihr.xbrl.comparator
Class Path

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<Event>
              extended by com.ihr.xbrl.comparator.Path
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Event>, java.util.Collection<Event>, java.util.List<Event>, java.util.RandomAccess

public class Path
extends java.util.Vector<Event>
implements java.io.Serializable

A Path is a sequence of events.

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
Path()
          Empty constructor
Path(net.sf.saxon.om.NodeInfo info, VlVersioningProcessor processor)
          Creates a new Path from the information in the nodeInfo
Path(XBRLFactTuple tuple, VlVersioningProcessor processor)
          Creates a new Path from the information in the XBRLFactTuple
 
Method Summary
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

Path

public Path()
Empty constructor


Path

public Path(net.sf.saxon.om.NodeInfo info,
            VlVersioningProcessor processor)
Creates a new Path from the information in the nodeInfo

Parameters:
info -
processor -

Path

public Path(XBRLFactTuple tuple,
            VlVersioningProcessor processor)
Creates a new Path from the information in the XBRLFactTuple

Parameters:
tuple -
processor -


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa