public abstract class CssNode extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CssNode() |
protected |
CssNode(int nodeIndex,
int nodeLine,
int nodeColumn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getIndex() |
int |
getLine() |
abstract CssNodeType |
getNodeType() |
ContainerNode |
getParent() |
WordBreak |
getWordBreak(boolean prettyPrint) |
String |
toString() |
protected CssNode()
protected CssNode(int nodeIndex,
int nodeLine,
int nodeColumn)
public abstract CssNodeType getNodeType()
public int getIndex()
public int getLine()
public int getColumn()
public WordBreak getWordBreak(boolean prettyPrint)
public ContainerNode getParent()
Copyright © 2014. All rights reserved.