|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Content

This interface represents content to be used by the Scribble tools.
| Method Summary | |
|---|---|
InputStream |
getInputStream()
This method returns the input stream for accessing the content. |
String |
getName()
This method returns the content name if available. |
boolean |
hasExtension(String ext)
This method determines whether the content has an extension of the specified type. |
boolean |
isXSDElement(QName xsdElem)
This method determines whether the content is an XSD element of the value specified. |
boolean |
isXSDType(QName xsdType)
This method determines whether the content is an XSD type of the value specified. |
| Method Detail |
|---|
String getName()
InputStream getInputStream()
throws IOException
IOException - Failed to get input streamboolean hasExtension(String ext)
ext - The extension
boolean isXSDType(QName xsdType)
xsdType - The XSD type name
boolean isXSDElement(QName xsdElem)
xsdElem - The XSD element name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||