Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Z _ 

A

action - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
afterUnmarshal(Object, Object) - Method in class edu.gvsu.kurmasz.zawilinski.PageFilterListener
Called after a particular element is unmarshalled.

B

base - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
beforeUnmarshal(Object, Object) - Method in class edu.gvsu.kurmasz.zawilinski.PageFilterListener
Called before a particular element is unmarshalled.
bytes - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 

C

callback(String, RevisionType, String) - Method in interface edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.TemplateCallback
 
CaseType - Enum in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for CaseType.
characters(char[], int, int) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
 
comment - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
comment - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
comment - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
CommentType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for CommentType complex type.
CommentType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
 
CONTEXT_PATH - Static variable in class edu.gvsu.kurmasz.zawilinski.MediaWikiLoader
Name of package containing schema-derived classes (i.e., the classes that correspond to each element in the MediaWiki schema).
contributor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
contributor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
contributor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
ContributorType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for ContributorType complex type.
ContributorType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
 
createCommentType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of CommentType
createContributorType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of ContributorType
createDiscussionThreadingInfo() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of DiscussionThreadingInfo
createLogItemType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of LogItemType
createLogParamsType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of LogParamsType
createLogTextType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of LogTextType
createMediawiki(MediaWikiType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of JAXBElement<MediaWikiType>}
createMediaWikiType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of MediaWikiType
createNamespacesType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of NamespacesType
createNamespaceType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of NamespaceType
createPageType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of PageType
createRedirectType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of RedirectType
createRevisionType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of RevisionType
createSiteInfoType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of SiteInfoType
createTextType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of TextType
createUnmarshaller() - Static method in class edu.gvsu.kurmasz.zawilinski.MediaWikiLoader
Create a JAXB Unmarshaller for documents using the current MediaWiki schema.
createUploadType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create an instance of UploadType

D

dbname - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
deleted - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
 
deleted - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
 
deleted - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
 
deleted - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 
DeletedFlagType - Enum in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for DeletedFlagType.
DiscussionThreadingInfo - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for DiscussionThreadingInfo complex type.
DiscussionThreadingInfo() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
discussionthreadinginfo - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 

E

edu.gvsu.kurmasz.zawilinski - package edu.gvsu.kurmasz.zawilinski
Zawilinski is a Java library designed specifically to simplify the extraction of data from Wiktionary entries; more generally, it simplifies the process of loading and filtering MediaWiki XML dumps so that the resulting document object tree is of manageable size (i.e., small enough so that generating and accessing the object tree doesn't cause a typical desktop computer to "thrash").
edu.gvsu.kurmasz.zawilinski.mw.current - package edu.gvsu.kurmasz.zawilinski.mw.current
 
endElement(String, String, String) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
 

F

filename - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
FilterWiktionaryByLanguage - Class in edu.gvsu.kurmasz.zawilinski
Program to filter the data for a given language from Wiktionary.
FilterWiktionaryByLanguage() - Constructor for class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage
 
FilterWiktionaryByLanguage.MyOptions - Class in edu.gvsu.kurmasz.zawilinski
Container for command-line options.
FilterWiktionaryByTitle - Class in edu.gvsu.kurmasz.zawilinski
Filter a MediaWiki dump for a list of specific articles.
FilterWiktionaryByTitle() - Constructor for class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByTitle
 
format - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
fromValue(String) - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.CaseType
 
fromValue(String) - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.DeletedFlagType
 

G

generator - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
getAction() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the action property.
getBase() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the base property.
getBytes() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Gets the value of the bytes property.
getCase() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Gets the value of the case property.
getCase() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the case property.
getComment() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the comment property.
getComment() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the comment property.
getComment() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the comment property.
getContributor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the contributor property.
getContributor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the contributor property.
getContributor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the contributor property.
getCurrentTitle() - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Return the title of the current page (if available)
getDbname() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the dbname property.
getDeleted() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
Gets the value of the deleted property.
getDeleted() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Gets the value of the deleted property.
getDeleted() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
Gets the value of the deleted property.
getDeleted() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Gets the value of the deleted property.
getDiscussionthreadinginfo() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the discussionthreadinginfo property.
getFilename() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the filename property.
getFormat() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the format property.
getGenerator() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the generator property.
getId() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Gets the value of the id property.
getId() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the id property.
getId() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the id property.
getId() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the id property.
getId() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Gets the value of the id property.
getIp() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Gets the value of the ip property.
getKey() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Gets the value of the key property.
getLang() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Gets the value of the lang property.
getLogitem() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Gets the value of the logitem property.
getLogtitle() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the logtitle property.
getMinor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the minor property.
getModel() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the model property.
getNamespace() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespacesType
Gets the value of the namespace property.
getNamespaces() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the namespaces property.
getNs() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the ns property.
getPage() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Gets the value of the page property.
getParams() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the params property.
getParentid() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the parentid property.
getRedirect() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the redirect property.
getRestrictions() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the restrictions property.
getRevisionOrUpload() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the revisionOrUpload property.
getRevisions(PageType) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Return a List of the given page's RevisionType objects.
getSha1() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the sha1 property.
getSiteinfo() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Gets the value of the siteinfo property.
getSitename() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Gets the value of the sitename property.
getSize() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the size property.
getSpace() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
Gets the value of the space property.
getSpace() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Gets the value of the space property.
getSrc() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the src property.
getText() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the text property.
getText() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the text property.
getText(RevisionType) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Returns this revision's text.
getText(PageType, int) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Returns the text for the specified revision number.
getTextSize(RevisionType) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Return the length of the revision's text element.
getTextSize(PageType) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Returns the sum of the text sizes of all of this page's revisions.
getThreadAncestor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadAncestor property.
getThreadAuthor() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadAuthor property.
getThreadEditStatus() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadEditStatus property.
getThreadID() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadID property.
getThreadPage() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadPage property.
getThreadParent() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadParent property.
getThreadSubject() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadSubject property.
getThreadType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Gets the value of the threadType property.
getTimestamp() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the timestamp property.
getTimestamp() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Gets the value of the timestamp property.
getTimestamp() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Gets the value of the timestamp property.
getTitle() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Gets the value of the title property.
getTitle() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
Gets the value of the title property.
getType() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Gets the value of the type property.
getUsername() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Gets the value of the username property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
Gets the value of the value property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
Gets the value of the value property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
Gets the value of the value property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Gets the value of the value property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
Gets the value of the value property.
getValue() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Gets the value of the value property.
getVersion() - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Gets the value of the version property.

H

handleEndTextElement(String, String, String) - Method in class edu.gvsu.kurmasz.zawilinski.LanguagePrefilter
 
handleEndTextElement(String, String, String) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Called when an ending </text> is reached.
handleEndTextElement(String, String, String) - Method in class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
 
handleStartTextElement(String, String, String, Attributes) - Method in class edu.gvsu.kurmasz.zawilinski.LanguagePrefilter
 
handleStartTextElement(String, String, String, Attributes) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Called at the beginning of an XML <text> element.
handleStartTextElement(String, String, String, Attributes) - Method in class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
 
handleTextElementCharacters(char[], int, int) - Method in class edu.gvsu.kurmasz.zawilinski.LanguagePrefilter
 
handleTextElementCharacters(char[], int, int) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Called after the underlying SAX parser reads a set of <text> data.
handleTextElementCharacters(char[], int, int) - Method in class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
 
help - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
help - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 

I

id - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
 
id - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
id - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
id - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
id - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 
InflectionTemplateLoader - Class in edu.gvsu.kurmasz.zawilinski
Load the raw inflection template strings from a filtered MediaWiki dump.
InflectionTemplateLoader.MyOptions - Class in edu.gvsu.kurmasz.zawilinski
Command-line parameters for this class
InflectionTemplateLoader.TemplateCallback - Interface in edu.gvsu.kurmasz.zawilinski
 
inputFile - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
inputFile - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 
ip - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
 

K

KEEP_ALL - Static variable in interface edu.gvsu.kurmasz.zawilinski.PostFilter
PostFilter that retains all pages and all revisions.
KEEP_NONE - Static variable in interface edu.gvsu.kurmasz.zawilinski.PostFilter
PostFilter that discards all pages and all revisions.
keepPage(PageType) - Method in interface edu.gvsu.kurmasz.zawilinski.PostFilter
Determines whether page should be retained or discarded.
keepPage(PageType) - Method in class edu.gvsu.kurmasz.zawilinski.PostFilterByLanguage
 
keepRevision(RevisionType, PageType) - Method in interface edu.gvsu.kurmasz.zawilinski.PostFilter
Determines whether revision should be retained or discarded.
keepRevision(RevisionType, PageType) - Method in class edu.gvsu.kurmasz.zawilinski.PostFilterByLanguage
 
key - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
 

L

lang - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 
language - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
LanguagePrefilter - Class in edu.gvsu.kurmasz.zawilinski
A pre-filter that only allows text through that is in the section for the specified language.
LanguagePrefilter(String) - Constructor for class edu.gvsu.kurmasz.zawilinski.LanguagePrefilter
Constructor specifying a specific header.
LanguagePrefilter(Pattern) - Constructor for class edu.gvsu.kurmasz.zawilinski.LanguagePrefilter
Constructor specifying a regular expression that the header must match.
load(Source, SimpleLog, Unmarshaller) - Static method in class edu.gvsu.kurmasz.zawilinski.MediaWikiLoader
Loads the entire XML document and returns a JAXBElement<MediaWikiType> object representing the root.
load(Source, Log) - Static method in class edu.gvsu.kurmasz.zawilinski.MediaWikiLoader
Loads the entire XML document and returns a JAXBElement<MediaWikiType> object representing the root.
load(InputStream, Log) - Static method in class edu.gvsu.kurmasz.zawilinski.MediaWikiLoader
Loads the entire XML document and returns a JAXBElement<MediaWikiType> object representing the root.
load(InputStream, SimpleLog, PostFilter, XMLFilter...) - Static method in class edu.gvsu.kurmasz.zawilinski.PostFilteredMediaWikiLoader
 
load(InputSource, SimpleLog, Unmarshaller, XMLFilter...) - Static method in class edu.gvsu.kurmasz.zawilinski.PreFilteredMediaWikiLoader
Loads and filters and XML stream, then returns a JAXBElement<MediaWikiType> object representing the root.
load(InputStream, SimpleLog, XMLFilter...) - Static method in class edu.gvsu.kurmasz.zawilinski.PreFilteredMediaWikiLoader
Loads and filters and XML stream, then returns a JAXBElement<MediaWikiType> object representing the root.
loadTemplates(MediaWikiType, InflectionTemplateLoader.TemplateCallback, SimpleLog) - Static method in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader
Examine a Wiktionary dump and extract the inflection template for those &lt;revisions&gt; containing one
loadTemplates(MediaWikiType, InflectionTemplateLoader.TemplateCallback) - Static method in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader
Examine a Wiktionary dump and extract the inflection template for those &lt;revisions&gt; containing one
logFile - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
logitem - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 
LogItemType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for LogItemType complex type.
LogItemType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
logLevel - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
LogParamsType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for LogParamsType complex type.
LogParamsType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
 
LogTextType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for LogTextType complex type.
LogTextType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
 
logtitle - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 

M

main(String[]) - Static method in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage
 
main(String[]) - Static method in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByTitle
 
main(String[]) - Static method in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader
 
main(String[]) - Static method in class edu.gvsu.kurmasz.zawilinski.PostFilteredMediaWikiLoader
 
main(String[]) - Static method in class edu.gvsu.kurmasz.zawilinski.Zawilinski
 
marshaller - Variable in class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
 
MediaWikiLoader - Class in edu.gvsu.kurmasz.zawilinski
Generate the DOM for a MediaWiki XML document.
MediaWikiLoader.XMLConfigurationException - Exception in edu.gvsu.kurmasz.zawilinski
Exception describing a problem with the XML software setup.
MediaWikiType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for MediaWikiType complex type.
MediaWikiType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 
minor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
model - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
MyOptions() - Constructor for class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
MyOptions() - Constructor for class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 

N

namespace - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespacesType
 
namespaces - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
NamespacesType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for NamespacesType complex type.
NamespacesType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.NamespacesType
 
NamespaceType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for NamespaceType complex type.
NamespaceType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
 
ns - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 

O

ObjectFactory - Class in edu.gvsu.kurmasz.zawilinski.mw.current
This object contains factory methods for each Java content interface and Java element interface generated in the edu.gvsu.kurmasz.zawilinski.mw.current package.
ObjectFactory() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.gvsu.kurmasz.zawilinski.mw.current
outputFile - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 

P

page - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 
PAGE_DUMPED - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level used to list pages dumped by post-filter
PAGE_KEPT - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level used to list pages kept by post-filter
PageFilterListener - Class in edu.gvsu.kurmasz.zawilinski
Handles events from unmarshaller.
PageFilterListener(PostFilter, SimpleLog) - Constructor for class edu.gvsu.kurmasz.zawilinski.PageFilterListener
Constructor
PageType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for PageType complex type.
PageType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
params - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
parentid - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
PARSE_BEGIN_END - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level for the beginning and end of parsing.
PostFilter - Interface in edu.gvsu.kurmasz.zawilinski
Classes that implement this interface determine which Pages and Revisions are removed by the post-filter.
PostFilterByLanguage - Class in edu.gvsu.kurmasz.zawilinski
Keep only those pages that contain some data for the specified language and remove the trailing level 2 language header left by the prefilter.
PostFilterByLanguage() - Constructor for class edu.gvsu.kurmasz.zawilinski.PostFilterByLanguage
 
PostFilteredMediaWikiLoader - Class in edu.gvsu.kurmasz.zawilinski
Generates a DOM for a Wiktionary XML document that contains only elements for selected entries.
PostFilteredMediaWikiLoader() - Constructor for class edu.gvsu.kurmasz.zawilinski.PostFilteredMediaWikiLoader
 
PreFilteredMediaWikiLoader - Class in edu.gvsu.kurmasz.zawilinski
Generate the DOM for a MediaWiki XML document from a filtered XML stream.
PreFilteredMediaWikiLoader() - Constructor for class edu.gvsu.kurmasz.zawilinski.PreFilteredMediaWikiLoader
 
progressLevel - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 
progressLog - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 

R

redirect - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
RedirectType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for RedirectType complex type.
RedirectType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
 
restrictions - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
REVISION_DUMPED - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level used to list revisions dumped by post-filter
REVISION_KEPT - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level used to list revisions kept by post-filter
revisionOrUpload - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
RevisionType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for RevisionType complex type.
RevisionType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 

S

sendCharacters(char[], int, int) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Sends characters through the filter (i.e., calls XMLFilterImpl.characters()).
setAction(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the action property.
setBase(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the base property.
setBytes(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Sets the value of the bytes property.
setCase(CaseType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Sets the value of the case property.
setCase(CaseType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the case property.
setComment(CommentType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the comment property.
setComment(CommentType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the comment property.
setComment(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the comment property.
setContributor(ContributorType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the contributor property.
setContributor(ContributorType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the contributor property.
setContributor(ContributorType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the contributor property.
setDbname(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the dbname property.
setDeleted(DeletedFlagType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
Sets the value of the deleted property.
setDeleted(DeletedFlagType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Sets the value of the deleted property.
setDeleted(DeletedFlagType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
Sets the value of the deleted property.
setDeleted(DeletedFlagType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Sets the value of the deleted property.
setDiscussionthreadinginfo(DiscussionThreadingInfo) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the discussionthreadinginfo property.
setFilename(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the filename property.
setFormat(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the format property.
setFormattedOutput(boolean) - Method in class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
Specify whether the resulting XML file should be formatted nicely (with whitespace and tabs).
setGenerator(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the generator property.
setId(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Sets the value of the id property.
setId(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the id property.
setId(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the id property.
setId(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the id property.
setId(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Sets the value of the id property.
setIp(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Sets the value of the ip property.
setKey(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Sets the value of the key property.
setLang(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Sets the value of the lang property.
setLogtitle(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the logtitle property.
setMinor(Object) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the minor property.
setModel(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the model property.
setNamespaces(NamespacesType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the namespaces property.
setNs(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the ns property.
setParams(LogParamsType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the params property.
setParentid(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the parentid property.
setProperty(String, Object) - Method in class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
Call setProperty on the underlying Marshaller object.
setRedirect(RedirectType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the redirect property.
setRestrictions(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the restrictions property.
setSha1(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the sha1 property.
setSiteinfo(SiteInfoType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Sets the value of the siteinfo property.
setSitename(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
Sets the value of the sitename property.
setSize(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the size property.
setSpace(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
Sets the value of the space property.
setSpace(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Sets the value of the space property.
setSrc(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the src property.
setText(LogTextType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the text property.
setText(TextType) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the text property.
setText(RevisionType, String) - Static method in class edu.gvsu.kurmasz.zawilinski.Util
Set the revision's text
setThreadAncestor(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadAncestor property.
setThreadAuthor(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadAuthor property.
setThreadEditStatus(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadEditStatus property.
setThreadID(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadID property.
setThreadPage(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadPage property.
setThreadParent(BigInteger) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadParent property.
setThreadSubject(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadSubject property.
setThreadType(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
Sets the value of the threadType property.
setTimestamp(XMLGregorianCalendar) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the timestamp property.
setTimestamp(XMLGregorianCalendar) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
Sets the value of the timestamp property.
setTimestamp(XMLGregorianCalendar) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
Sets the value of the timestamp property.
setTitle(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
Sets the value of the title property.
setTitle(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
Sets the value of the title property.
setType(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
Sets the value of the type property.
setUsername(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
Sets the value of the username property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
Sets the value of the value property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
Sets the value of the value property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
Sets the value of the value property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
Sets the value of the value property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
Sets the value of the value property.
setValue(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
Sets the value of the value property.
setVersion(String) - Method in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
Sets the value of the version property.
sha1 - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
siteinfo - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 
SiteInfoType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for SiteInfoType complex type.
SiteInfoType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
sitename - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
size - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
space - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
 
space - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 
src - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
startElement(String, String, String, Attributes) - Method in class edu.gvsu.kurmasz.zawilinski.TextPrefilter
 

T

templateFile - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 
text - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
text - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
TextPrefilter - Class in edu.gvsu.kurmasz.zawilinski
This abstract class simplifies the writing SAX filters that examine and modify only the contents of MediaWiki <text> tags.
TextPrefilter() - Constructor for class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Constructor
TextPrefilter(XMLReader) - Constructor for class edu.gvsu.kurmasz.zawilinski.TextPrefilter
Constructor
textSizeLimit - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
textSizeLog - Variable in class edu.gvsu.kurmasz.zawilinski.FilterWiktionaryByLanguage.MyOptions
 
TextSizePrefilter - Class in edu.gvsu.kurmasz.zawilinski
A TextPrefilter that limits the number of characters allowed in a given MediaWiki <text> element.
TextSizePrefilter(int, SimpleLog) - Constructor for class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
Constructor
TextSizePrefilter(int) - Constructor for class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
Constructor
TextType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for TextType complex type.
TextType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 
threadAncestor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadAuthor - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadEditStatus - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadID - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadPage - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadParent - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadSubject - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
threadType - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.DiscussionThreadingInfo
 
timestamp - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 
timestamp - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RevisionType
 
timestamp - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
title - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.PageType
 
title - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
 
TRUNCATIONS - Static variable in class edu.gvsu.kurmasz.zawilinski.Zawilinski
Debug level used to list entries truncated by text size
type - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogItemType
 

U

UNLIMITED - Static variable in class edu.gvsu.kurmasz.zawilinski.TextSizePrefilter
 
unrecognizedTemplateFile - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 
UploadType - Class in edu.gvsu.kurmasz.zawilinski.mw.current
Java class for UploadType complex type.
UploadType() - Constructor for class edu.gvsu.kurmasz.zawilinski.mw.current.UploadType
 
username - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.ContributorType
 
Util - Class in edu.gvsu.kurmasz.zawilinski
Utilities to simplify the reading and writing of XML documents as well as navigating MediaWikiType objects.

V

value() - Method in enum edu.gvsu.kurmasz.zawilinski.mw.current.CaseType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.CommentType
 
value() - Method in enum edu.gvsu.kurmasz.zawilinski.mw.current.DeletedFlagType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogParamsType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.LogTextType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.RedirectType
 
value - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.TextType
 
valueOf(String) - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.CaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.DeletedFlagType
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.CaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.gvsu.kurmasz.zawilinski.mw.current.DeletedFlagType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.MediaWikiType
 

W

WiktionaryWriter - Class in edu.gvsu.kurmasz.zawilinski
Writes an XML object tree as an XML file.
WiktionaryWriter() - Constructor for class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
Constructor
wordFile - Variable in class edu.gvsu.kurmasz.zawilinski.InflectionTemplateLoader.MyOptions
 
write(JAXBElement<?>, OutputStream) - Method in class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
Write the data rooted at root to output
write(JAXBElement<?>, String) - Method in class edu.gvsu.kurmasz.zawilinski.WiktionaryWriter
Write the data rooted at root to the specified file

X

XMLConfigurationException(String, Throwable) - Constructor for exception edu.gvsu.kurmasz.zawilinski.MediaWikiLoader.XMLConfigurationException
 

Z

Zawilinski - Class in edu.gvsu.kurmasz.zawilinski
Logging levels and Zawilinski.main(String[])
Zawilinski() - Constructor for class edu.gvsu.kurmasz.zawilinski.Zawilinski
 

_

_case - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.NamespaceType
 
_case - Variable in class edu.gvsu.kurmasz.zawilinski.mw.current.SiteInfoType
 
A B C D E F G H I K L M N O P R S T U V W X Z _ 
Skip navigation links