Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G J L N O P Q R S T U X

A

ATTRIBUTE_SEPARATOR - Static variable in class openfuture.editxml.model.XmlFormMapper
String separating path and attribute value.
accept(File, String) - Method in class openfuture.editxml.model.REFilenameFilter
Accept, if name matches the namefilter this object has been instantiated with.

C

createPath(LinkedList, Document, Element) - Method in class openfuture.editxml.model.XmlFormMapper
Creates a path of text nodes starting at root.

D

DOMAINMANAGER - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for a list of DomainManager.
DomainManager - class openfuture.editxml.model.DomainManager.
Manages XML domains.
DomainManager(LinkedList) - Constructor for class openfuture.editxml.model.DomainManager
Initialize with a list of XML Domains.
directory - Variable in class openfuture.editxml.model.XmlDomain
 
dom2form(String, String, Document) - Method in class openfuture.editxml.model.XmlFormMapper
Convert a DOM tree into an XML form.
domainTable - Variable in class openfuture.editxml.model.DomainManager
 
dtd - Variable in class openfuture.editxml.model.XmlDomain
 

E

editor - Variable in class openfuture.editxml.model.XmlDomain
 
element2String(Element) - Method in class openfuture.editxml.model.XmlFormMapper
Convert an element into a String using XMLSerializer.

F

fileTable - Variable in class openfuture.editxml.model.DomainManager
 
fillentries(Document, String, HashTree, Hashtable, Node) - Method in class openfuture.editxml.model.XmlFormMapper
Recursively descends from element and fills the hashtable.
form2dom(XmlForm) - Method in class openfuture.editxml.model.XmlFormMapper
Convert an XML form into a DOM tree.

G

getDirectory() - Method in class openfuture.editxml.model.XmlDomain
Get the value of directory.
getDomainNames() - Method in class openfuture.editxml.model.DomainManager
Retrieve the list of domain names
getDomainTable() - Method in class openfuture.editxml.model.DomainManager
Deliver the table of all available XML Domains.
getDtd() - Method in class openfuture.editxml.model.XmlDomain
Get the value of dtd.
getEditor() - Method in class openfuture.editxml.model.XmlDomain
Get the value of editor.
getFileNames(String) - Method in class openfuture.editxml.model.DomainManager
Retrieve the list of files below the XML domain directory 55 .
getFileTable() - Method in class openfuture.editxml.model.DomainManager
Retrieve a hashtable with the list of file names for each domain.
getFirstTextChild(Node) - Method in class openfuture.editxml.model.XmlFormMapper
Find the first child node that holds text.
getName() - Method in class openfuture.editxml.model.XmlDomain
Get the value of name.
getNameFilter() - Method in class openfuture.editxml.model.XmlDomain
Get the value of nameFilter.
getUrlprefix() - Method in class openfuture.editxml.model.XmlDomain
Get the value of urlprefix.
getXmlDomain(String) - Method in class openfuture.editxml.model.DomainManager
Delivers the XML Domain where getName() 55 equals to name.
getXmlDomains() - Method in class openfuture.editxml.model.DomainManager
Get the value of xmlDomains.
getXmlPaths() - Method in class openfuture.editxml.model.XmlDomain
Get the value of xmlPaths.
getXmlTree() - Method in class openfuture.editxml.model.XmlFormMapper
Get the value of xmlTree.

J

JspConstants - interface openfuture.editxml.model.JspConstants.
Constants for JSPs (derived from project Bug Base).

L

LOCALES - Static variable in interface openfuture.editxml.model.JspConstants
parameter name of the openfuture.util.misc.SessionLocales.

N

NEXT_PAGE - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the next page to be visited.
name - Variable in class openfuture.editxml.model.XmlDomain
 
nameFilter - Variable in class openfuture.editxml.model.XmlDomain
 

O

openfuture.editxml.model - package openfuture.editxml.model
 

P

PATH_SEPARATOR - Static variable in class openfuture.editxml.model.XmlFormMapper
String separating a list of elements on a path.
parseHtml(String) - Method in class openfuture.editxml.model.XmlFormMapper
Parse the given text as HTML fragment.
prefix - Variable in class openfuture.editxml.model.REFilenameFilter
 

Q

QUERY - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the query form.
QUERYSTRING - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the current query string.

R

REFilenameFilter - class openfuture.editxml.model.REFilenameFilter.
File name filter for regular expressions.
REFilenameFilter(String) - Constructor for class openfuture.editxml.model.REFilenameFilter
Creates a new REFilenameFilter instance.
RESULT - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the transaction result.

S

SERVLETPATH - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the substring of the URL with the context name stripped off.
setDirectory(String) - Method in class openfuture.editxml.model.XmlDomain
Set the value of directory.
setDtd(String) - Method in class openfuture.editxml.model.XmlDomain
Set the value of dtd.
setEditor(String) - Method in class openfuture.editxml.model.XmlDomain
Set the value of editor.
setName(String) - Method in class openfuture.editxml.model.XmlDomain
LinkedList the value of name.
setNameFilter(String) - Method in class openfuture.editxml.model.XmlDomain
Set the value of nameFilter.
setUrlprefix(String) - Method in class openfuture.editxml.model.XmlDomain
Set the value of urlprefix.
setXmlDomains(LinkedList) - Method in class openfuture.editxml.model.DomainManager
Set the value of xmlDomains.
setXmlPaths(LinkedList) - Method in class openfuture.editxml.model.XmlDomain
Set the value of xmlPaths.
setXmlTree(HashTree) - Method in class openfuture.editxml.model.XmlFormMapper
Set the value of xmlTree.
splitPath(String) - Method in class openfuture.editxml.model.XmlFormMapper
Split up the string in a list.
suffix - Variable in class openfuture.editxml.model.REFilenameFilter
 

T

toString() - Method in class openfuture.editxml.model.XmlDomain
Convert to String.

U

USER - Static variable in interface openfuture.editxml.model.JspConstants
parameter name of the openfuture.editxml.domain.User.
urlprefix - Variable in class openfuture.editxml.model.XmlDomain
 

X

XMLFORM - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for the XML form.
XML_DOMAINS - Static variable in interface openfuture.editxml.model.JspConstants
parameter name for a list of XmlDomain.
XmlDomain - class openfuture.editxml.model.XmlDomain.
Bean holding all attributes of a XML domain, i.e.
XmlDomain(String, String, String, String, String, String, LinkedList) - Constructor for class openfuture.editxml.model.XmlDomain
Create a new XML domain
XmlFormMapper - class openfuture.editxml.model.XmlFormMapper.
Mapper between DOM trees and XML forms.
XmlFormMapper(LinkedList) - Constructor for class openfuture.editxml.model.XmlFormMapper
Creates a new XmlFormMapper instance.
xmlDomains - Variable in class openfuture.editxml.model.DomainManager
 
xmlPaths - Variable in class openfuture.editxml.model.XmlDomain
 
xmlTree - Variable in class openfuture.editxml.model.XmlFormMapper
XML tree structuring the document.

A C D E F G J L N O P Q R S T U X