|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Infoset<T>
An abstraction of an object that contains an arbitrary representation of an XML infoset. Implementations of this interface must be thread safe.
Method Summary | |
---|---|
T |
get()
Returns the representation of the infoset. |
InfosetFactory<T> |
getFactory()
Returns the factory used to create this infoset. |
java.lang.Class<T> |
getType()
Returns the type of the infoset model object that this Infoset
encompases. |
Method Detail |
---|
java.lang.Class<T> getType()
Infoset
encompases.
InfosetFactory<T> getFactory()
T get()
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 |