|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freecompany.infoset.AbstractInfoset<T>
org.freecompany.infoset.DefaultInfoset<T>
public class DefaultInfoset<T>
Field Summary | |
---|---|
protected T |
model
|
Fields inherited from class org.freecompany.infoset.AbstractInfoset |
---|
factory, type |
Constructor Summary | |
---|---|
DefaultInfoset(java.lang.Class<T> type,
InfosetFactory<T> factory,
T model)
|
|
DefaultInfoset(java.lang.Class<T> type,
T model)
|
Method Summary | |
---|---|
T |
get()
Returns the representation of the infoset. |
Methods inherited from class org.freecompany.infoset.AbstractInfoset |
---|
getFactory, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final T model
Constructor Detail |
---|
public DefaultInfoset(java.lang.Class<T> type, T model)
public DefaultInfoset(java.lang.Class<T> type, InfosetFactory<T> factory, T model)
Method Detail |
---|
public T get()
Infoset
Node
infoset. In some cases,
as with the SAX XMLReader
or a pull implementation the backing
object may only represent a way to set a event handler for future parsing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |