Uses of Class
org.restlet.ext.rdf.internal.xml.ContentReader.State
-
Packages that use ContentReader.State Package Description org.restlet.ext.rdf.internal.xml -
-
Uses of ContentReader.State in org.restlet.ext.rdf.internal.xml
Fields in org.restlet.ext.rdf.internal.xml with type parameters of type ContentReader.State Modifier and Type Field Description private java.util.List<ContentReader.State>ContentReader. statesHeap of states.Methods in org.restlet.ext.rdf.internal.xml that return ContentReader.State Modifier and Type Method Description private ContentReader.StateContentReader. getCurrentState()Returns the state at the top of the heap.private ContentReader.StateContentReader. popState()Returns the state at the top of the heap and removes it from the heap.static ContentReader.StateContentReader.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentReader.State[]ContentReader.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restlet.ext.rdf.internal.xml with parameters of type ContentReader.State Modifier and Type Method Description private voidContentReader. pushState(ContentReader.State state)Adds a new state at the top of the heap.
-