Package | Description |
---|---|
er.xiss |
Modifier and Type | Method and Description |
---|---|
ERXML.Doc |
ERXML.Doc.comment(String comment)
Creates and returns a new comment for this document.
|
static ERXML.Doc |
ERXML.doc()
Creates and returns a new Document.
|
ERXML.Doc |
ERXML.Item.doc()
Returns the XML document, or null if it isn't in a document.
|
static ERXML.Doc |
ERXML.doc(Document w3cDocument)
Converts a W3C Document into an XML.Doc.
|
static ERXML.Doc |
ERXML.doc(ERXML.Item... children)
Creates and returns a new Document.
|
static ERXML.Doc |
ERXML.doc(File file)
Creates and return a document parsed from the given file.
|
static ERXML.Doc |
ERXML.doc(Reader reader)
Creates and return a document parsed from the given reader.
|
static ERXML.Doc |
ERXML.doc(String documentString)
Creates and return a document parsed from the given string.
|
Copyright © 2002 – 2024 Project Wonder.