| Modifier and Type | Method and Description |
|---|---|
protected SurfObject |
SurfParser.getObjectById(String typeHandle,
String id)
Returns a parsed object by its type handle and ID.
|
protected SurfObject |
SurfParser.parseDescription(Reader reader,
SurfObject resource)
Parses the description properties of a resource.
|
protected SurfObject |
SurfParser.parseObject(Object label,
Reader reader)
Parses an object indicated by .
|
SurfObject |
SurfParser.parseObject(URI tag,
Reader reader)
Parses an object, a described resource instance indicated by .
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SurfObject> |
SurfParser.findObjectById(String typeHandle,
String id)
Returns a parsed object by its type handle and ID.
|
Optional<SurfObject> |
SurfParser.findObjectByTag(URI tag)
Returns a parsed object by its tag.
|
| Modifier and Type | Method and Description |
|---|---|
protected SurfObject |
SurfParser.parseDescription(Reader reader,
SurfObject resource)
Parses the description properties of a resource.
|
void |
SurfSerializer.serializeDescription(Appendable appendable,
SurfObject surfObject)
Serializes a SURF resource description.
|
void |
SurfSerializer.serializeObject(Appendable appendable,
SurfObject surfObject)
Serializes a SURF object representation without the following description.
|
Copyright © 2007–2017 GlobalMentor, Inc.. All rights reserved.