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(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 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, 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)
          Construct NLS properties based on a fingerprint and a language.
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language, boolean handleIncludes)
          Construct NLS properties based on a fingerprint and a language.
NLS(java.net.URL xsdURL, FingerPrint fingerPrint, java.lang.String language, boolean handleIncludes, boolean includesOnly)
          Construct NLS properties based on a fingerprint and a language