Uses of Interface
com.helger.css.parser.Node
Packages that use Node
-
Uses of Node in com.helger.css.parser
Classes in com.helger.css.parser that implement NodeModifier and TypeClassDescriptionclassThis class represents a simple node in the tree built by jjtree.classFields in com.helger.css.parser declared as NodeModifier and TypeFieldDescriptionprotected Node[]SimpleNode.childrenprotected NodeSimpleNode.parentMethods in com.helger.css.parser that return NodeModifier and TypeMethodDescriptionNode.jjtGetChild(int i) This method returns a child node.SimpleNode.jjtGetChild(int i) CSSNode.jjtGetParent()Node.jjtGetParent()SimpleNode.jjtGetParent()JJTParserCSS30State.peekNode()JJTParserCSSCharsetDetectorState.peekNode()JJTParserCSS30State.popNode()JJTParserCSSCharsetDetectorState.popNode()JJTParserCSS30State.rootNode()JJTParserCSSCharsetDetectorState.rootNode()Methods in com.helger.css.parser with parameters of type NodeModifier and TypeMethodDescriptionvoidJJTParserCSS30State.clearNodeScope(Node n) voidJJTParserCSSCharsetDetectorState.clearNodeScope(Node n) voidJJTParserCSS30State.closeNodeScope(Node n, boolean condition) voidJJTParserCSS30State.closeNodeScope(Node n, int numIn) voidJJTParserCSSCharsetDetectorState.closeNodeScope(Node n, boolean condition) voidJJTParserCSSCharsetDetectorState.closeNodeScope(Node n, int numIn) voidCSSNode.jjtAddChild(Node aNode, int nIndex) Called from the highest index to the lowest index!voidNode.jjtAddChild(Node n, int i) This method tells the node to add its argument to the node's list of children.voidSimpleNode.jjtAddChild(Node n, int i) voidAbstractParserCSS.jjtreeCloseNodeScope(Node aNode) voidAbstractParserCSS.jjtreeOpenNodeScope(Node aNode) voidCSSNode.jjtSetParent(Node aNode) voidNode.jjtSetParent(Node n) Set the parent node of this nodevoidSimpleNode.jjtSetParent(Node n) voidJJTParserCSS30State.openNodeScope(Node n) voidJJTParserCSSCharsetDetectorState.openNodeScope(Node n) voidvoid