Methods Summary |
---|
public java.lang.Object | getParent()return the Parent Contenthandler
|
public java.lang.String | getXPointerSchemaPointer()Return the XPointer Schema.
|
public java.lang.String | getXpointerSchemaName()Return Schema Name eg element , xpointer
|
public boolean | isSubResourceIndentified()
|
public void | reset()
|
public void | setParent(java.lang.Object parent)Parent Contenhandler for the this contenthandler.
// not sure about the parameter type. It can be Contenthandler instead of Object type.
|
public void | setXPointerSchemaName(java.lang.String schemaName)set the Schema Name eg element , xpointer
|
public void | setXPointerSchemaPointer(java.lang.String content)Content of the XPointer Schema. Xpath to be resolved.
|