Class TagNodeInsignificantBrCondition

  • All Implemented Interfaces:
    ITagNodeCondition

    public class TagNodeInsignificantBrCondition
    extends java.lang.Object
    implements ITagNodeCondition
    Checks if node is an insignificant br tag -- is placed at the end or at the start of a block.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String BR_TAG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean checkSublist​(int start, int end, java.util.List list)  
      private boolean isBrNode​(TagNode tagNode)  
      boolean satisfy​(TagNode tagNode)  
      • Methods inherited from class java.lang.Object

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

      • TagNodeInsignificantBrCondition

        public TagNodeInsignificantBrCondition()
    • Method Detail

      • isBrNode

        private boolean isBrNode​(TagNode tagNode)
      • checkSublist

        private boolean checkSublist​(int start,
                                     int end,
                                     java.util.List list)