| Package | Description |
|---|---|
| com.helger.css.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
CSSNode
This class represents a simple node in the tree built by jjtree.
|
class |
SimpleNode |
| Modifier and Type | Field and Description |
|---|---|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
| Modifier and Type | Method and Description |
|---|---|
Node |
SimpleNode.jjtGetChild(int i) |
Node |
Node.jjtGetChild(int i)
This method returns a child node.
|
Node |
SimpleNode.jjtGetParent() |
Node |
Node.jjtGetParent() |
Node |
CSSNode.jjtGetParent() |
Node |
JJTParserCSSCharsetDetectorState.peekNode() |
Node |
JJTParserCSS30State.peekNode() |
Node |
JJTParserCSSCharsetDetectorState.popNode() |
Node |
JJTParserCSS30State.popNode() |
Node |
JJTParserCSSCharsetDetectorState.rootNode() |
Node |
JJTParserCSS30State.rootNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
JJTParserCSSCharsetDetectorState.clearNodeScope(Node n) |
void |
JJTParserCSS30State.clearNodeScope(Node n) |
void |
JJTParserCSSCharsetDetectorState.closeNodeScope(Node n,
boolean condition) |
void |
JJTParserCSS30State.closeNodeScope(Node n,
boolean condition) |
void |
JJTParserCSSCharsetDetectorState.closeNodeScope(Node n,
int numIn) |
void |
JJTParserCSS30State.closeNodeScope(Node n,
int numIn) |
void |
SimpleNode.jjtAddChild(Node n,
int i) |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
void |
CSSNode.jjtAddChild(Node aNode,
int nIndex)
Called from the highest index to the lowest index!
|
void |
AbstractParserCSS.jjtreeCloseNodeScope(Node aNode) |
void |
AbstractParserCSS.jjtreeOpenNodeScope(Node aNode) |
void |
SimpleNode.jjtSetParent(Node n) |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its
parent.
|
void |
CSSNode.jjtSetParent(Node aNode) |
void |
JJTParserCSSCharsetDetectorState.openNodeScope(Node n) |
void |
JJTParserCSS30State.openNodeScope(Node n) |
void |
JJTParserCSSCharsetDetectorState.pushNode(Node n) |
void |
JJTParserCSS30State.pushNode(Node n) |
Copyright © 2014–2018 Philip Helger. All rights reserved.