| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.io.graphml.input.ParsePrecedence
public final class ParsePrecedence
This enumeration defines the valid priorities for InputHandler processing.
InputHandler.getPrecedence()| Field Summary | |
|---|---|
| static ParsePrecedence | AFTER_CHILDRENThe data is parsed after any non-data child content, but before parsing the owner GraphML element is finished. | 
| static ParsePrecedence | AFTER_OWNERThe data is parsed directly after parsing the owner GraphML element is finished. | 
| static ParsePrecedence | BEFORE_CHILDRENThe data is parsed after its owner GraphML element, but before any non-data child content. | 
| static ParsePrecedence | BEFORE_OWNERThe data is parsed before its owner GraphML element. | 
| static ParsePrecedence | DEFAULTDefault parse priority. | 
| static ParsePrecedence | FIRSTThe data is parsed as early as possible. | 
| static ParsePrecedence | LASTThe data is parsed as late as possible. | 
| Method Summary | |
|---|---|
|  int | compareTo(java.lang.Object o) | 
|  java.lang.String | name()Returns the name of this enumeration constant, exactly as declared the declaration. | 
|  java.lang.String | toString() | 
| static ParsePrecedence | valueOf(java.lang.String value)Returns the enum constant of the specified enum type with the specified name | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final ParsePrecedence FIRST
public static final ParsePrecedence BEFORE_OWNER
public static final ParsePrecedence BEFORE_CHILDREN
public static final ParsePrecedence DEFAULT
public static final ParsePrecedence AFTER_CHILDREN
public static final ParsePrecedence AFTER_OWNER
public static final ParsePrecedence LAST
| Method Detail | 
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String name()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic static ParsePrecedence valueOf(java.lang.String value)
{@link - NullPointerException} if value is null.
{@link - IllegalArgumentException} if value does not represent a valid enumeration value.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||