Class Partition


  • public class Partition
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Partition()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List descendants​(org.jdom.Element node)  
      static java.util.List documentOrderDescendants​(org.jdom.Element node)  
      static java.util.List following​(org.jdom.Element node)  
      static java.util.List followingSiblings​(org.jdom.Element node)  
      static java.util.List preceeding​(org.jdom.Element node)  
      static java.util.List preceedingSiblings​(org.jdom.Element node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Partition

        public Partition()
    • Method Detail

      • descendants

        public static java.util.List descendants​(org.jdom.Element node)
      • documentOrderDescendants

        public static java.util.List documentOrderDescendants​(org.jdom.Element node)
      • followingSiblings

        public static java.util.List followingSiblings​(org.jdom.Element node)
      • preceedingSiblings

        public static java.util.List preceedingSiblings​(org.jdom.Element node)
      • following

        public static java.util.List following​(org.jdom.Element node)
      • preceeding

        public static java.util.List preceeding​(org.jdom.Element node)