|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.ui.ViewSecurityDatabase
public class ViewSecurityDatabase
A database of ViewSecurity information.
| Constructor Summary | |
|---|---|
ViewSecurityDatabase()
|
|
| Method Summary | |
|---|---|
ViewSecurity |
getViewSecurity(String name)
|
String |
getXMLNamespaceURI()
Gets the XML Namespace URI of this document. |
static void |
main(String[] args)
Testdrive method used to read a security spec from an XML file, and print it again. |
static ViewSecurityDatabase |
parse(InputStream is)
|
void |
printXML(PrintWriter pw)
Prints the XML representation of this object, without including the XML declaration. |
void |
printXML(PrintWriter pw,
int indentbase,
int indentdelta)
Prints the XML representation of this object, without including the XML declaration. |
void |
setViewSecurity(String name,
ViewSecurity vs)
|
String |
toString()
|
String |
toXML()
Gives a representation of this object as an XML document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewSecurityDatabase()
| Method Detail |
|---|
public ViewSecurity getViewSecurity(String name)
public void setViewSecurity(String name,
ViewSecurity vs)
public String toString()
toString in class Objectpublic String getXMLNamespaceURI()
public void printXML(PrintWriter pw,
int indentbase,
int indentdelta)
pw - the PrintWriter to write to.indentbase - the number of spaces to start indenting.indentdelta - the number of white spaces to add to
indenting when printing a nested element.public void printXML(PrintWriter pw)
pw - the PrintWriter to write to.public String toXML()
public static ViewSecurityDatabase parse(InputStream is)
throws SAXException,
ParserConfigurationException,
IOException
SAXException
ParserConfigurationException
IOExceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||