|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuProcessingContext<N>
The processing context is a factory for new XML documents and adapters.
The processing context may also represent an appropriate level for caching. End users will normally consume, rather than implement, this interface.
Method Summary | |
---|---|
GuApplication<N> |
getApplication()
Returns the application that owns this processing context. |
GuModel<N> |
getModel()
Returns a GuModel for navigating an XDM model. |
GuCursor<N> |
newCursor(N node)
Returns a new GuCursor for navigating the XDM model. |
GuFragmentBuilder<N> |
newFragmentBuilder()
Returns a new builder for constructing data models. |
Method Detail |
---|
GuFragmentBuilder<N> newFragmentBuilder()
GuApplication<N> getApplication()
getApplication
in interface ProcessingContext<N,java.lang.String,javax.xml.namespace.QName>
GuModel<N> getModel()
GuModel
for navigating an XDM model.
getModel
in interface ProcessingContext<N,java.lang.String,javax.xml.namespace.QName>
GuCursor<N> newCursor(N node)
GuCursor
for navigating the XDM model.
newCursor
in interface ProcessingContext<N,java.lang.String,javax.xml.namespace.QName>
node
- The node over which the cursor is initially positioned. Cannot be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |