|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Document in com.jaxfront.core.access |
|---|
| Methods in com.jaxfront.core.access with parameters of type Document | |
|---|---|
static void |
UIPersistencyHelper.persistGUISettings(Document document,
java.lang.String target,
boolean isSearch)
|
static void |
UIPersistencyHelper.persistGUISettings(Document document,
java.lang.String category,
java.lang.String context,
java.lang.String target,
java.lang.String key,
java.lang.String content)
|
static java.lang.String |
UIPersistencyHelper.serializeDOM(Document document,
SerializationModifier modifier)
|
| Uses of Document in com.jaxfront.core.dom |
|---|
| Methods in com.jaxfront.core.dom that return Document | |
|---|---|
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.Document w3CDOM,
org.w3c.dom.ls.LSInput xuiInput,
java.lang.String rootName,
java.util.Hashtable domArgs,
org.apache.xerces.xni.parser.XMLEntityResolver resolver,
boolean keepSchemaInMemory)
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.io.Reader xmlReader,
java.net.URL xuiURL,
java.lang.String rootName,
java.util.Hashtable buildProps)
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. |
Document |
Document.copy()
Copies the current JAXFront-Document and returns it. |
Document |
Document.copy(boolean withValue,
boolean reinitXUI,
boolean copyProperties)
|
Document |
FingerPrint.getJAXDOM()
|
static Document |
DOMHelper.getJAXFormsDOM(java.lang.String context,
java.util.Hashtable metaInfo)
|
static Document |
DOMHelper.getXMLDBMappingDOM(java.lang.String context,
java.net.URL xsdURL,
java.net.URL xuiURL)
|
Document |
Document.getXUIDocument()
Returns the current XUI-Document. |
Document |
DOMBuilder.getXUISchemaDOM(java.lang.String context)
Returns the JAXFront Document representing a XUI DOM. |
static Document |
DOMHelper.updateJAXFormsDOM(Document jaxformsDOM,
Document targetDOM,
org.w3c.dom.Document xmlDataDOM,
Document xuiDOM,
Document pdfXUIDOM,
java.net.URL xsdURL,
java.net.URL xuiURL,
NLS nls,
java.net.URL xmlURL)
|
| Methods in com.jaxfront.core.dom with parameters of type Document | |
|---|---|
void |
DOMBuilder.bindDefaultXUI(Document dom)
|
static DOMChangeEvent |
DOMChangeEvent.DOM_DELETED(Document source)
Factory method for creating a DOMChangeEvent |
static DOMChangeEvent |
DOMChangeEvent.DOM_FINGERPRINT_CHANGED(Document source,
java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue)
Factory method for creating a DOMChangeEvent |
static DOMChangeEvent |
DOMChangeEvent.DOM_INITIALIZED(Document dom)
Factory method for creating a DOMChangeEvent |
static DOMChangeEvent |
DOMChangeEvent.DOM_PERSISTENT(Document source)
Factory method for creating a DOMChangeEvent |
static DOMChangeEvent |
DOMChangeEvent.DOM_SAVED(Document source)
Factory method for creating a DOMChangeEvent |
static java.lang.String |
DOMHelper.getAdditionalXMLHeaderAttribs(Document dom)
|
static java.lang.String |
DOMHelper.getAdditionalXUIHeaderAttribs(Document dom)
|
static java.lang.String |
DOMHelper.getEmailValue(Document dom)
|
static java.lang.String |
DOMHelper.getXMLHeaderAttribs(Document dom,
java.util.Map attribs)
|
void |
Document.initializeNLS(Document uiDoc,
FingerPrint fingerprint)
Initialize the nls for this DOM with the language defined in the xui document. |
void |
DOMBuilder.initializeXUI(java.lang.String context,
Document dom,
org.w3c.dom.Document w3CDOM,
java.net.URL xuiURL,
boolean mergeGlobalDefinition)
Initializes a JAXFront DOM with a XUI DOM (W3C) and a baseUrl to look for xui included. |
void |
DOMBuilder.initializeXUI(java.lang.String context,
Document dom,
org.w3c.dom.ls.LSInput xuiInput,
boolean mergeGlobalDefinition)
Initializes a JAXFront DOM with a XUI DOM (W3C) and a baseUrl to look for xui included. |
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 |
InitUIListener.initUISpecificationEnd(Document uiDoc,
Document dom,
boolean releaseOldUISpecification,
boolean reinitializeGlobalDefinitions)
|
void |
InitUIListener.initUISpecificationStart(Document uiDoc,
Document dom,
boolean releaseOldUISpecification,
boolean reinitializeGlobalDefinitions)
|
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. |
java.lang.StringBuffer |
FingerPrint.serialize(Document jaxDom)
Serializes the fingerprint to a StringBuffer. |
static boolean |
DOMHelper.setTypeValues(Document dom,
java.lang.String xpath,
java.lang.String value)
|
void |
Document.setXUIDocument(Document xuiDocument)
|
static Document |
DOMHelper.updateJAXFormsDOM(Document jaxformsDOM,
Document targetDOM,
org.w3c.dom.Document xmlDataDOM,
Document xuiDOM,
Document pdfXUIDOM,
java.net.URL xsdURL,
java.net.URL xuiURL,
NLS nls,
java.net.URL xmlURL)
|
| Constructors in com.jaxfront.core.dom with parameters of type Document | |
|---|---|
FingerPrint(Document jaxDOM,
org.w3c.dom.Document dom,
org.w3c.dom.ls.LSInput xsdInput,
org.w3c.dom.ls.LSInput xuiInput)
|
|
FingerPrint(Document jaxDOM,
org.w3c.dom.Document dom,
java.net.URL xsdURL,
org.w3c.dom.ls.LSInput xuiInput)
|
|
FingerPrint(Document jaxDOM,
org.w3c.dom.Document dom,
java.net.URL xsdURL,
java.net.URL xuiURL)
Creates a fingerprint based on a XUI url. |
|
HistoryLoggingListener(Document dom,
java.lang.String scope,
java.lang.String logLevel,
java.util.Vector fingerPrintActions)
|
|
| Uses of Document in com.jaxfront.core.jep |
|---|
| Methods in com.jaxfront.core.jep that return Document | |
|---|---|
Document |
JaxfrontMathCommand.getDOM(MathEvaluator.MathCommunicator communicator)
|
| Uses of Document in com.jaxfront.core.keyRef |
|---|
| Constructors in com.jaxfront.core.keyRef with parameters of type Document | |
|---|---|
KeyKeyRefManager(Document document)
|
|
| Uses of Document in com.jaxfront.core.rule |
|---|
| Methods in com.jaxfront.core.rule that return Document | |
|---|---|
Document |
MathEvaluator.MathCommunicator.getDoc()
|
Document |
DefaultActionImpl.getDOM()
|
Document |
AbstractAction.getDOM()
|
| Methods in com.jaxfront.core.rule with parameters of type Document | |
|---|---|
void |
UIAction.check(Document dom,
Type target)
|
void |
ModelAction.check(Document dom,
Type target)
|
void |
JavaAction.check(Document dom,
Type target)
|
void |
ActionImpl.check(Document dom,
Type target)
|
abstract void |
AbstractAction.check(Document dom,
Type target)
|
void |
UIAction.invoke(Document dom,
java.lang.Object target,
java.lang.Object[] values)
|
| Constructors in com.jaxfront.core.rule with parameters of type Document | |
|---|---|
AbstractAction(Document DOM,
Type sourceType,
Type xuiType,
java.lang.String xpath,
java.lang.String className)
Creates an action based on a document, a source type and an xpath. |
|
ActionImpl(Document DOM,
Type sourceType,
java.lang.String xpath,
Type xuiType,
java.lang.String className)
Creates an model action based on a document, a source type and an xpath. |
|
ConditionExpression(int id,
Document DOM,
Type source,
Type xuiCondition)
Creates a condition expression based on a document, a source type and a xuiCondition which defines a formula expression. |
|
JavaAction(Document dom,
Type source,
Action userAction)
|
|
JavaAction(Document DOM,
Type sourceType,
java.lang.String xpath,
Type xuiType,
java.lang.String className)
Creates an model action based on a document, a source type and an xpath. |
|
ModelAction(Document DOM,
Type sourceType,
java.lang.String xpath,
Type xuiType,
java.lang.String className)
|
|
ModelAction(Document DOM,
Type sourceType,
java.lang.String xpath,
Type xuiType,
java.lang.String className,
java.lang.String expression)
Creates an model action based on a document, a source type and an xpath. |
|
UIAction(Document DOM,
Type sourceType,
Type xuiType,
java.lang.String targetXPath,
java.lang.String methodName,
MethodParameter[] params,
java.lang.String className)
Creates a ui action based on a document, a source type,an xpath, a methodName and the parameters to invoke. |
|
| Uses of Document in com.jaxfront.core.schema |
|---|
| Methods in com.jaxfront.core.schema that return Document | |
|---|---|
Document |
XMLSchema.createDocument()
Returns a new JAXFront Document. |
Document |
XMLSchema.createDocument(java.util.Hashtable params)
Returns a new JAXFront Document. |
Document |
XMLSchema.getSCDom()
|
| Methods in com.jaxfront.core.schema with parameters of type Document | |
|---|---|
void |
XMLSchema.setSCDom(Document document)
|
| Uses of Document in com.jaxfront.core.schema.impl |
|---|
| Methods in com.jaxfront.core.schema.impl that return Document | |
|---|---|
Document |
XMLSchemaImpl.createDocument()
Returns a new JAXFront Document. |
Document |
XMLSchemaImpl.createDocument(java.util.Hashtable params)
Returns a new JAXFront Document. |
Document |
XMLSchemaImpl.getSCDom()
|
| Methods in com.jaxfront.core.schema.impl with parameters of type Document | |
|---|---|
void |
XMLSchemaImpl.initializeXSDKeySystem(Document dom)
|
void |
XMLSchemaImpl.setSCDom(Document document)
|
| Constructors in com.jaxfront.core.schema.impl with parameters of type Document | |
|---|---|
KeyContainer(java.lang.String keyName,
SchemaKey schemaKey,
Document document)
|
|
| Uses of Document in com.jaxfront.core.type |
|---|
| Methods in com.jaxfront.core.type that return Document | |
|---|---|
Document |
TypeController.getDom()
|
Document |
VirtualType.getDOM()
Gets the current JAXFront document (DOM). |
Document |
Type.getDOM()
Gets the current JAXFront document (DOM). |
Document |
EditingType.getDOM()
|
Document |
AbstractType.getDOM()
Gets the current JAXFront document (DOM). |
| Methods in com.jaxfront.core.type with parameters of type Document | |
|---|---|
void |
VirtualType.bind(Document dOM,
org.w3c.dom.Element element)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
Type.bind(Document DOM,
org.w3c.dom.Element element)
Binds the values on a W3C element to the underlying JAXFront type. |
void |
SimpleType.bind(Document DOM,
org.w3c.dom.Element instanceElement)
|
void |
ISimpleType.bind(Document DOM,
org.w3c.dom.Element instanceElement)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
EmptyType.bind(Document DOM,
org.w3c.dom.Element element)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
EditingType.bind(Document DOM,
org.w3c.dom.Element element)
|
void |
AbstractType.bind(Document DOM,
org.w3c.dom.Element instanceElement)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
AbstractListType.bind(Document DOM,
org.w3c.dom.Element instanceElement)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
AbstractCompositeType.bind(Document DOM,
org.w3c.dom.Element instanceElement)
Binds an existing W3C element and its value(s) to the underlying W3C element. |
void |
VirtualType.bind(Document DOM,
org.w3c.dom.Element element,
boolean bindOnlyAvailable)
|
void |
Type.bind(Document DOM,
org.w3c.dom.Element element,
boolean bindOnlyAvailable)
Binds the values on a W3C element to the underlying JAXFront type. |
void |
SimpleType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable)
|
void |
ISimpleType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable)
|
void |
EditingType.bind(Document DOM,
org.w3c.dom.Element element,
boolean bindOnlyAvailable)
|
void |
AbstractType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable)
|
void |
AbstractListType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable)
|
void |
AbstractCompositeType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable)
|
void |
ListType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable,
boolean removeChilds)
|
void |
EditingType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable,
boolean removeChilds)
|
void |
AbstractListType.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable,
boolean removeChilds)
|
Type |
AbstractType.deepClone(Document dom)
Creates a deep clone of this type and all its referenced types. |
Type |
VirtualType.deepClone(Document dom,
boolean cloneChoices,
boolean includeData)
Creates a deep clone of this type and all its referenced types. |
Type |
Type.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
SimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
|
Type |
ISimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
EmptyType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
EditingType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
|
abstract Type |
AbstractType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
AbstractListType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
AbstractCompositeType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
Creates a deep clone of this type and all its referenced types. |
Type |
VirtualType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
Type.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
Creates a deep clone of this type and all its referenced types. |
Type |
SimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
ISimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
EmptyType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
EditingType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
abstract Type |
AbstractType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
AbstractListType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
AbstractCompositeType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
Creates a deep clone of this type and all its referenced types. |
Type |
VirtualType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
SimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
ISimpleType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
EmptyType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
Type |
EditingType.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
static ValidationChangeEvent |
ValidationChangeEvent.domValidated(Document doc)
Returns a ValidationChangeEvent if DOM has been validated |
static ValidationChangeEvent |
ValidationChangeEvent.exceptionResolvedAll(Document doc)
Returns a ValidationChangeEvent if all validation exceptions have been resolved. |
void |
TypeController.fireDOMValidated(Document dom)
|
java.util.List |
TypePathExecuter.getAllIDs(Document dom,
java.lang.String idName,
boolean onlySerializable)
|
void |
VirtualType.setDOM(Document dOM)
Sets a current JAXFront document (DOM). |
void |
Type.setDOM(Document DOM)
Sets a current JAXFront document (DOM). |
void |
EditingType.setDOM(Document DOM)
|
void |
AbstractType.setDOM(Document DOM)
Sets a current JAXFront document (DOM). |
| Constructors in com.jaxfront.core.type with parameters of type Document | |
|---|---|
EmptyType(SchemaNode schemaElement,
Document dom)
EmptyType constructor. |
|
TypeController(Document dom)
|
|
| Uses of Document in com.jaxfront.core.ui |
|---|
| Methods in com.jaxfront.core.ui that return Document | |
|---|---|
Document |
EditablePanel.getTargetDOM()
Returns the target DOM. |
| Methods in com.jaxfront.core.ui with parameters of type Document | |
|---|---|
void |
TypeVisualizerFactory.checkAllVisualizers(Document dom)
|
java.util.Vector |
TypeVisualizerFactory.getAllVisualizers(Document dom)
|
EditablePanel |
TypeVisualizerFactory.getEditor(Document DOM)
Returns the cached top level editor for the passing DOM. |
java.util.Hashtable |
TypeVisualizerFactory.getVisualizers(Document DOM)
|
boolean |
TypeVisualizerFactory.hasVisualizers(Document DOM)
|
EditablePanel |
TypeVisualizerFactory.registerEditor(Document DOM,
EditablePanel editor)
Register a top level editor for a DOM. |
void |
TypeVisualizerFactory.releaseCache(Document DOM)
Release cache for the passing DOM. |
void |
TypeVisualizerFactory.releaseCache(Document DOM,
boolean releaseEditor)
Removes the given DOM from the visualizer list and virtualComponents. |
java.lang.String |
TypeVisualizerFactory.toString(Document dom)
|
| Uses of Document in com.jaxfront.core.util |
|---|
| Methods in com.jaxfront.core.util with parameters of type Document | |
|---|---|
static java.lang.String |
XPathEncoder.decode(Document dom,
java.lang.String xpath)
|
static java.lang.String |
XPathEncoder.encode(Document dom,
java.lang.String xpath)
|
static java.lang.String |
ImageHelper.getHTMLSpacerImageTag(Document dom)
|
java.lang.String |
GUIComponentNLS.getNLSNoneText(Document dom)
|
java.lang.String |
GUIComponentNLS.getNLSText(Document dom,
java.lang.String keyName,
java.lang.String defaultName)
|
java.lang.String |
GUIComponentNLS.getNLSText(Document dom,
java.lang.String keyName,
java.lang.String defaultName,
java.lang.String[] variables)
|
static boolean |
ResourceInfo.isEsurvey(Document dom)
|
static java.lang.String |
TextTools.replaceGlobalUserProperties(java.lang.String value,
Document dom)
Replaces the global user properties for a String. |
static java.lang.String |
TextTools.translateVar(java.lang.String aValue,
Document dom)
|
static java.lang.String |
TextTools.translateVar(java.lang.String aValue,
Document dom,
java.util.Map vars)
|
| Uses of Document in com.jaxfront.core.util.io.cache |
|---|
| Methods in com.jaxfront.core.util.io.cache that return Document | |
|---|---|
Document |
XUICache.getCached(java.lang.Object xuiURL)
|
| Methods in com.jaxfront.core.util.io.cache with parameters of type Document | |
|---|---|
void |
XUICache.cache(java.lang.Object xuiURL,
Document xuiDOM)
|
| Uses of Document in com.jaxfront.core.util.io.cvsexport |
|---|
| Methods in com.jaxfront.core.util.io.cvsexport with parameters of type Document | |
|---|---|
static java.lang.StringBuffer |
CSVDocumentExporter.exportFlatten(Document dom,
java.util.List instances)
|
static java.util.List |
CSVDocumentExporter.exportFlatten(Document dom,
java.util.List instances,
boolean withHeader)
|
static java.util.List |
CSVDocumentExporter.exportFlatten(Document dom,
java.lang.String[] instances,
boolean withHeader)
|
static void |
CSVDocumentExporter.exportFlatten(java.lang.String file,
Document dom,
java.util.List instances)
|
static java.lang.String[] |
CSVW3CDocumentExporter.exportFlattenByXPath(Document dom,
boolean withHeader,
java.util.Map<java.lang.String,java.lang.String> colNames,
java.util.Map<java.lang.String,java.lang.Integer> nameToColMap,
java.util.Map codeTables)
|
static void |
CSVW3CDocumentExporter.exportFlattenByXPath(Document dom,
CsvWriter writer,
java.util.Map<java.lang.String,java.lang.String> colNames,
java.util.Map<java.lang.String,java.lang.Integer> nameToColMap,
java.util.Map codeTables,
java.lang.String[] addData)
|
| Uses of Document in com.jaxfront.core.util.undo |
|---|
| Methods in com.jaxfront.core.util.undo with parameters of type Document | |
|---|---|
static JAXFrontUndoableEdit |
JAXFrontUndoManager.parseEventObject(JAXFrontUndoManager manager,
javax.swing.undo.UndoableEdit edit,
Document dom,
org.w3c.dom.Element event,
java.util.List edits)
|
| Constructors in com.jaxfront.core.util.undo with parameters of type Document | |
|---|---|
JAXFrontUndoManager(Document dom)
|
|
| Uses of Document in com.jaxfront.core.xpath |
|---|
| Methods in com.jaxfront.core.xpath that return Document | |
|---|---|
Document |
XPathDummyChoiceTypeWrapper.getDOM()
|
| Methods in com.jaxfront.core.xpath with parameters of type Document | |
|---|---|
void |
XPathDummyChoiceTypeWrapper.bind(Document DOM,
org.w3c.dom.Element element)
|
void |
XPathDummyChoiceTypeWrapper.bind(Document DOM,
org.w3c.dom.Element element,
boolean bindOnlyAvailable)
|
void |
XPathDummyChoiceTypeWrapper.bind(Document DOM,
org.w3c.dom.Element instanceElement,
boolean bindOnlyAvailable,
boolean removeChilds)
|
Type |
XPathDummyChoiceTypeWrapper.deepClone(Document dom,
boolean cloneChoices,
boolean includingData)
|
Type |
XPathDummyChoiceTypeWrapper.deepClone(Document dom,
boolean cloneChoices,
boolean includingData,
boolean includeEditingType,
SchemaNode schemaNode,
org.w3c.dom.Element element)
|
void |
XPathDummyChoiceTypeWrapper.setDOM(Document DOM)
|
| Constructors in com.jaxfront.core.xpath with parameters of type Document | |
|---|---|
DummyXPathRootType(java.lang.String rootName,
Document doc,
java.util.List types)
|
|
| Uses of Document in com.jaxfront.core.xpath.schema |
|---|
| Methods in com.jaxfront.core.xpath.schema with parameters of type Document | |
|---|---|
java.util.List |
SchemaXPathExecuterImpl.processXPath(java.lang.String xpath,
Document dom,
SchemaNode schemaElement,
boolean namespaceAware)
processXPath method comment. |
| Uses of Document in com.jaxfront.core.xui |
|---|
| Methods in com.jaxfront.core.xui with parameters of type Document | |
|---|---|
static boolean |
NLS.hasIncludedNLS(Document uiDoc)
|
static AbstractAction |
AbstractXUIElement.initAction(int actionCounter,
Document dom,
Type targetType,
Type actionType)
|
static void |
AbstractXUIElement.initializeDefaultProperties(Document dom)
Initialize all default values according to the xui.xsd. |
static void |
NLS.removeStoredEmbeddedNLS(Document uiDOM)
|
static void |
NLS.storeEmbeddedNLS(Document uiDOM,
NLS nls)
|
| Constructors in com.jaxfront.core.xui with parameters of type Document | |
|---|---|
NLS(java.net.URL xsdURL,
Document uiDoc,
FingerPrint fingerPrint,
java.lang.String language,
java.lang.String[] nlsLanguageSequence,
boolean handleIncludes,
boolean includesOnly)
Construct NLS properties based on a fingerprint and a language |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||