FileDocCategorySizeDatePackage
XPointerSchema.javaAPI DocJava SE 5 API1119Fri Aug 26 14:55:56 BST 2005com.sun.org.apache.xerces.internal.xinclude

XPointerSchema

public interface XPointerSchema implements XMLDocumentFilter, XMLComponent

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetParent()
return the Parent Contenthandler

public java.lang.StringgetXPointerSchemaPointer()
Return the XPointer Schema.

public java.lang.StringgetXpointerSchemaName()
Return Schema Name eg element , xpointer

public booleanisSubResourceIndentified()

public voidreset()

public voidsetParent(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 voidsetXPointerSchemaName(java.lang.String schemaName)
set the Schema Name eg element , xpointer

public voidsetXPointerSchemaPointer(java.lang.String content)
Content of the XPointer Schema. Xpath to be resolved.