com.adobe.idp.dsc.propertyeditor
Interface PropertyContext.SchemaInfo

Enclosing interface:
PropertyContext

public static interface PropertyContext.SchemaInfo

SchemaInfo represents the information extracted to describe a schema associated with a form. The name will be null if the form is embedded or will be the repository name (as in '/foo/bar/MySchema.xdp') of the schema otherwise.


Method Summary
 java.lang.String getRootNodeName()
           
 byte[] getSchema()
           
 java.lang.String getSchemaName()
           
 

Method Detail

getSchemaName

java.lang.String getSchemaName()

getRootNodeName

java.lang.String getRootNodeName()

getSchema

byte[] getSchema()