|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV NEXT | ||||||||
Uses of Class
org.merlotxml.merlot.XMLFile
| Uses of XMLFile in org.merlotxml.merlot |
| Fields in org.merlotxml.merlot declared as XMLFile | |
private XMLFile |
MerlotLibrary._libFile
|
protected XMLFile |
DOMTreeTableAdapter._file
|
protected XMLFile |
MerlotDOMNode._file
The file this node came from |
protected XMLFile |
XMLEditorDoc._xmlFile
The XML file object for this document |
| Methods in org.merlotxml.merlot that return XMLFile | |
XMLFile |
MerlotDOMNode.getXMLFile()
returns the XML file object |
XMLFile |
XMLEditorDoc.getFile()
|
| Constructors in org.merlotxml.merlot with parameters of type XMLFile | |
GD_XMLEditorDoc(XMLFile f)
Constructor from a XMLFile object |
|
MerlotDOMElement(org.w3c.dom.Element data,
XMLFile doc)
|
|
MerlotLibraryTreeTableModel(XMLFile file,
MerlotLibrary lib)
|
|
MerlotLibraryItem(org.w3c.dom.Element data,
XMLFile doc)
|
|
MerlotDOMFragment(org.w3c.dom.DocumentFragment data,
XMLFile doc)
|
|
MerlotLibrary(XMLFile file)
|
|
MerlotDOMComment(org.w3c.dom.Comment c,
XMLFile doc)
|
|
MerlotDOMDoctype(org.w3c.dom.DocumentType data,
XMLFile doc)
|
|
MerlotDOMDocument(org.w3c.dom.Document data,
XMLFile doc)
|
|
DOMTreeTableAdapter(XMLFile file)
|
|
MerlotDOMNode(org.w3c.dom.Node data,
XMLFile file)
|
|
MerlotDOMProcessingInstruction(org.w3c.dom.Node c,
XMLFile doc)
|
|
MerlotDOMText(org.w3c.dom.Text t,
XMLFile doc)
|
|
XMLEditorDoc(XMLFile f)
Constructor from a XMLFile object |
|
|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV NEXT | ||||||||