Uses of Class
com.jaxfront.core.dom.FingerPrint

Packages that use FingerPrint
com.jaxfront.core.dom   
com.jaxfront.core.xui   
 

Uses of FingerPrint in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return FingerPrint
 FingerPrint DocumentCreationException.getFingerprint()
          Returns the fingerprint information if available.
 FingerPrint Document.getFingerPrint()
          Returns the fingerprint for this DOM.
 

Methods in com.jaxfront.core.dom with parameters of type FingerPrint
 void FingerPrint.addIncludedFingerPrint(FingerPrint fingerPrint)
          Adds an nested fingerprint.
 org.w3c.dom.Document DOMBuilder.getExpandedXUIDOM(java.lang.String context, org.w3c.dom.Document w3CDOM, FingerPrint fingerPrint, boolean mergeGlobalDefinition, boolean removeRedundant)
          Returns a full W3C DOM tree for a base XUI DOM including referred file includes in any XUI DOM.
 void Document.initializeNLS(Document uiDoc, FingerPrint fingerprint)
          Initialize the nls for this DOM with the language defined in the xui document.
 void FingerPrint.refresh(FingerPrint xuiFingerprint)
           
 void Document.setFingerPrint(FingerPrint fingerPrint)
          Sets the fingerprint for this DOM.
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.
 

Uses of FingerPrint in com.jaxfront.core.xui
 

Constructors in com.jaxfront.core.xui with parameters of type FingerPrint
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
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language)
           
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language, java.lang.String[] nlsLanguageSequence)
          Construct NLS properties based on a fingerprint and a language.
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language, java.lang.String[] nlsLanguageSequence, boolean handleIncludes)
          Construct NLS properties based on a fingerprint and a language.
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language, java.lang.String[] nlsLanguageSequence, boolean handleIncludes, boolean includesOnly)
          Construct NLS properties based on a fingerprint and a language