|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentCreationException | |
---|---|
com.jaxfront.core.dom | |
com.jaxfront.core.util.io.cvsexport | |
com.jaxfront.core.xpath |
Uses of DocumentCreationException in com.jaxfront.core.dom |
---|
Methods in com.jaxfront.core.dom that return DocumentCreationException | |
---|---|
static DocumentCreationException |
DocumentCreationException.wrongXUIVersion(java.lang.Exception e,
FingerPrint fingerprint)
Factory method for creating a DocumentCreationException if xui file has been loaded with the wrong version number. |
Methods in com.jaxfront.core.dom that throw DocumentCreationException | |
---|---|
void |
Document.attachUISpecification(org.w3c.dom.Document xuiW3CDOM,
boolean reinitializeGlobalDefinitions)
Attaches the passed XUI Document to the internal ui specification. |
Document |
DOMBuilder.build(java.lang.String context,
org.w3c.dom.ls.LSInput xsdInput,
org.w3c.dom.Document w3CDOM,
org.w3c.dom.ls.LSInput xuiInput,
java.lang.String rootName,
java.util.Hashtable domArgs)
Builds a JAXFront Document based on a XML Schema,a XML Instance Document , a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
org.w3c.dom.ls.LSInput xsdInput,
org.w3c.dom.ls.LSInput xmlInput,
org.w3c.dom.ls.LSInput xuiInput,
java.lang.String rootName,
java.util.Hashtable domArgs)
Builds a JAXFront Document based on a XML Schema,a XML Instance Document , a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL)
Builds a JAXFront Document based on a XML Schema. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
org.w3c.dom.Document xmlDOM,
java.net.URL xuiURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML Schema,a XML Instance Document , a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
org.w3c.dom.Document xmlDOM,
java.net.URL xuiURL,
java.lang.String rootName,
java.util.Hashtable domArgs)
Builds a JAXFront Document based on a XML Schema,a XML Instance Document , a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
java.io.Reader xmlReader,
java.net.URL xuiURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML Schema,a XML Instance Document , a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML Schema and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
java.net.URL xmlURL,
java.net.URL xuiURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML Schema,a XML Instance, a XUI definition and a root name. |
Document |
DOMBuilder.build(java.lang.String context,
java.net.URL xsdURL,
java.net.URL xmlURL,
java.net.URL xuiURL,
java.lang.String rootName,
java.util.Hashtable domArgs)
Builds a JAXFront Document based on a XML Schema,a XML Instance, a XUI definition and a root name. |
Document |
DOMBuilder.build(java.net.URL baseURL,
java.lang.String xsdString,
java.lang.String xmlString,
java.lang.String xuiString,
java.lang.String rootName,
java.util.Hashtable domArgs)
Builds a JAXFront Document based on a XML Schema Stream,a XML Instance Stream, a XUI definition Stream and a root name. |
Document |
DOMBuilder.buildImplicit(org.w3c.dom.Document xmlDOM,
java.net.URL xmlURL,
java.net.URL xuiURL)
|
Document |
DOMBuilder.buildImplicit(java.lang.String xmlContent)
Builds a JAXFront Document based on a XML string pointing to a XMLSchema thourgh the xsi:schemaLocation attribute. |
Document |
DOMBuilder.buildImplicit(java.lang.String context,
java.net.URL xmlURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML pointing to a XMLSchema thourgh the xsi:schemaLocation attribute. |
Document |
DOMBuilder.buildImplicit(java.lang.String context,
java.net.URL xmlURL,
java.net.URL xuiURL,
java.lang.String rootName)
Builds a JAXFront Document based on a XML pointing to a XMLSchema thourgh the xsi:schemaLocation attribute and an XUI. |
Document |
DOMBuilder.buildImplicit(java.net.URL xmlURL)
Builds a JAXFront Document based on a XML pointing to a XMLSchema thourgh the xsi:schemaLocation attribute. |
Document |
DOMBuilder.buildImplicit(java.net.URL xmlURL,
java.net.URL xuiURL)
Builds a JAXFront Document based on a XML pointing to a XMLSchema thourgh the xsi:schemaLocation attribute and an XUI. |
void |
FingerPrint.checkVersionNo()
Checks the version number in the xui document with the current running JAXFront core engine xui version. |
Document |
Document.copy()
Copies the current JAXFront-Document and returns it. |
org.w3c.dom.Document |
DOMBuilder.getExpandedXUIDOM(org.w3c.dom.Document w3CDOM,
FingerPrint fingerPrint,
boolean mergeGlobalDefinition)
Returns a full W3C DOM tree for a base XUI DOM including referred file includes in any XUI DOM. |
void |
Document.initUISpecification(Document uiDoc)
Initializes the UserInterface-Specification (XUI-Document). |
void |
Document.initUISpecification(Document uiDoc,
boolean releaseOldUISpecification,
boolean reinitializeGlobalDefinitions)
Initializes the UserInterface-Specification (XUI-Document). |
void |
Document.initUISpecification(java.net.URL xuiURL)
|
void |
Document.refresh(org.w3c.dom.Document dom,
Document uiDOM)
Refreshes the given DOM and reinitialize the XUI definitions. |
void |
Document.refreshUISpecification(Document uiDOM)
Refreshes the current DOM with new XUI definitions. |
Uses of DocumentCreationException in com.jaxfront.core.util.io.cvsexport |
---|
Methods in com.jaxfront.core.util.io.cvsexport that throw DocumentCreationException | |
---|---|
static void |
CSVDocumentExporter.main(java.lang.String[] args)
|
Uses of DocumentCreationException in com.jaxfront.core.xpath |
---|
Methods in com.jaxfront.core.xpath that throw DocumentCreationException | |
---|---|
static void |
XPNodeWalker2.main(java.lang.String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |