|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- The node handle.S
- The symbol (namespace-uri and/or local-name).Q
- The QName.public interface ProcessingContext<N,S,Q>
An optional interface for gXML APIs designed to provide consistency.
Method Summary | |
---|---|
Application<N,S,Q> |
getApplication()
Returns the application that owns this processing context. |
Model<N,S,Q> |
getModel()
Returns the model for navigating the document model. |
Cursor<N,S,Q> |
newCursor(N node)
Returns a new cursor for navigating the XDM model. |
Method Detail |
---|
Application<N,S,Q> getApplication()
Model<N,S,Q> getModel()
Cursor<N,S,Q> newCursor(N node)
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 |