| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseBean.createBean(Node node,
GraphManager mgr) |
void |
BaseBean.createProperty(String dtdName,
String beanName,
int option,
Class type)
Create a new property for the current bean.
|
void |
BaseBean.createRoot(String dtdName,
String beanName,
int option,
Class type)
Create the root element of the graph
|
static Node |
GraphManager.createRootElementNode(String name) |
static Document |
GraphManager.createXmlDocument(InputStream in,
boolean validate)
Creates a DOM document from the input stream.
|
static Document |
GraphManager.createXmlDocument(InputStream in,
boolean validate,
EntityResolver er)
Creates a DOM document from the input stream.
|
int |
BaseBean.indexOf(String name,
Object value)
Returns the position of the indexed property element.
|
void |
GraphManager.setXmlDocument(Node doc) |
void |
BaseBean.write(File f) |
void |
BaseBean.write(OutputStream out)
Write the current schema2beans graph as an XML document.
|
Copyright © 2017. All Rights Reserved.