|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.xmlgraph.NodeKind
public class NodeKind
Node kind.
Method Summary | |
---|---|
int |
getInDegree()
Returns in-degree. |
boolean |
hasTopLevelAttributes()
Returns top-level attribute status. |
boolean |
hasTopLevelContents()
Returns top-level contents status. |
boolean |
hasTopLevelInterleaveContent()
Returns top-level interleave content status. |
static NodeKind |
makeEmptyKind()
Constructs a new empty node kind. |
static NodeKind |
makeTopLevelAttributesKind()
Constructs a new node kind with top-level attributes set. |
static NodeKind |
makeTopLevelContentsKind()
Constructs a new node kind with top-level contents set. |
boolean |
merge(NodeKind k)
Merges the given node kind into this one. |
void |
setInDegree(int in_degree)
Sets the in-degree. |
void |
setTopLevelInterleaveContent()
Sets top-level interleave content for this node kind. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getInDegree()
public boolean hasTopLevelAttributes()
public boolean hasTopLevelContents()
public boolean hasTopLevelInterleaveContent()
public static NodeKind makeEmptyKind()
public static NodeKind makeTopLevelAttributesKind()
public static NodeKind makeTopLevelContentsKind()
public boolean merge(NodeKind k)
k
- node kind
public void setInDegree(int in_degree)
in_degree
- in-degreepublic void setTopLevelInterleaveContent()
public String toString()
toString
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |