类 NodeStream

java.lang.Object
org.ssssssss.magicapi.modules.db.mybatis.NodeStream

public class NodeStream extends Object
  • 字段详细资料

    • nodes

      private final List<Node> nodes
    • index

      private int index
    • len

      private final int len
  • 构造器详细资料

    • NodeStream

      public NodeStream(NodeList nodeList)
  • 方法详细资料

    • filterCommentAndBlankNodes

      private static List<Node> filterCommentAndBlankNodes(NodeList nodeList)
    • match

      public boolean match(String nodeName)
    • match

      public boolean match(short nodeType)
    • consume

      public Node consume()
    • hasMore

      public boolean hasMore()