A B C D E F G H I L M N O P R S T U V W

A

AbstractObjectCreationFactory - class org.apache.commons.digester.AbstractObjectCreationFactory.
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - class org.apache.commons.digester.AbstractObjectCreationFactory のコンストラクタ
 
add(String, Rule) - class org.apache.commons.digester.RulesBase のメソッド
Register a new Rule instance matching the specified pattern.
add(String, Rule) - class org.apache.commons.digester.ExtendedBaseRules のメソッド
Register a new Rule instance matching the specified pattern.
add(String, Rule) - interface org.apache.commons.digester.Rules のメソッド
Register a new Rule instance matching the specified pattern.
addCallMethod(String, String, int) - class org.apache.commons.digester.Digester のメソッド
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class[]) - class org.apache.commons.digester.Digester のメソッド
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, String[]) - class org.apache.commons.digester.Digester のメソッド
Add an "call method" rule for the specified parameters.
addCallParam(String, int) - class org.apache.commons.digester.Digester のメソッド
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, String) - class org.apache.commons.digester.Digester のメソッド
Add a "call parameter" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory) - class org.apache.commons.digester.Digester のメソッド
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "factory create" rule for the specified parameters.
addItem(Item) - class org.apache.commons.digester.rss.Channel のメソッド
Add an additional item.
addObjectCreate(String, String) - class org.apache.commons.digester.Digester のメソッド
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Add an "object create" rule for the specified parameters.
addRule(String, Rule) - class org.apache.commons.digester.Digester のメソッド
Register a new Rule matching the specified pattern.
addRuleInstances(Digester) - class org.apache.commons.digester.RuleSetBase のメソッド
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - interface org.apache.commons.digester.RuleSet のメソッド
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleSet(RuleSet) - class org.apache.commons.digester.Digester のメソッド
Register a set of Rule instances defined in a RuleSet.
addSetNext(String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "set next" rule for the specified parameters.
addSetProperties(String) - class org.apache.commons.digester.Digester のメソッド
Add a "set properties" rule for the specified parameters.
addSetProperty(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "set property" rule for the specified parameters.
addSetTop(String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Add a "set top" rule for the specified parameters.
addSkipDay(String) - class org.apache.commons.digester.rss.Channel のメソッド
Add an additional skip day name.
addSkipHour(String) - class org.apache.commons.digester.rss.Channel のメソッド
Add an additional skip day name.
attributeName - class org.apache.commons.digester.FactoryCreateRule の変数
The attribute containing an override class name if it is present.
attributeName - class org.apache.commons.digester.ObjectCreateRule の変数
The attribute containing an override class name if it is present.
attributeName - class org.apache.commons.digester.CallParamRule の変数
The attribute from which to save the parameter value

B

basicMatch(String, String) - class org.apache.commons.digester.ExtendedBaseRules のメソッド
Standard match.
begin(Attributes) - class org.apache.commons.digester.Rule のメソッド
This method is called when the beginning of a matching XML element is encountered.
begin(Attributes) - class org.apache.commons.digester.FactoryCreateRule のメソッド
Process the beginning of this element.
begin(Attributes) - class org.apache.commons.digester.SetPropertyRule のメソッド
Process the beginning of this element.
begin(Attributes) - class org.apache.commons.digester.SetPropertiesRule のメソッド
Process the beginning of this element.
begin(Attributes) - class org.apache.commons.digester.ObjectCreateRule のメソッド
Process the beginning of this element.
begin(Attributes) - class org.apache.commons.digester.CallParamRule のメソッド
Process the start of this element.
begin(Attributes) - class org.apache.commons.digester.CallMethodRule のメソッド
Process the start of this element.
body(String) - class org.apache.commons.digester.Rule のメソッド
This method is called when the body of a matching XML element is encountered.
body(String) - class org.apache.commons.digester.CallParamRule のメソッド
Process the body text of this element.
body(String) - class org.apache.commons.digester.CallMethodRule のメソッド
Process the body text of this element.
bodyText - class org.apache.commons.digester.Digester の変数
The body text of the current element.
bodyText - class org.apache.commons.digester.CallParamRule の変数
The body text collected from this element.
bodyText - class org.apache.commons.digester.CallMethodRule の変数
The body text collected from this element.
bodyTexts - class org.apache.commons.digester.Digester の変数
The stack of body text string buffers for surrounding elements.

C

cache - class org.apache.commons.digester.RulesBase の変数
The set of registered Rule instances, keyed by the matching pattern.
CallMethodRule - class org.apache.commons.digester.CallMethodRule.
Rule implementation that calls a method on the top (parent) object, passing arguments collected from subsequent CallParamRule rules or from the body of this element.
CallMethodRule(Digester, String, int) - class org.apache.commons.digester.CallMethodRule のコンストラクタ
Construct a "call method" rule with the specified method name.
CallMethodRule(Digester, String, int, Class[]) - class org.apache.commons.digester.CallMethodRule のコンストラクタ
Construct a "call method" rule with the specified method name.
CallMethodRule(Digester, String, int, String[]) - class org.apache.commons.digester.CallMethodRule のコンストラクタ
Construct a "call method" rule with the specified method name.
CallParamRule - class org.apache.commons.digester.CallParamRule.
Rule implementation that saves a parameter from either an attribute of this element, or from the element body, to be used in a call generated by a surrounding CallMethodRule rule.
CallParamRule(Digester, int) - class org.apache.commons.digester.CallParamRule のコンストラクタ
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(Digester, int, String) - class org.apache.commons.digester.CallParamRule のコンストラクタ
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
Channel - class org.apache.commons.digester.rss.Channel.
Implementation object representing a channel in the Rich Site Summary DTD, version 0.91.
Channel() - class org.apache.commons.digester.rss.Channel のコンストラクタ
 
channelClass - class org.apache.commons.digester.rss.RSSDigester の変数
The fully qualified class name of the Channel implementation class.
characters(char[], int, int) - class org.apache.commons.digester.Digester のメソッド
Process notification of character data received from the body of an XML element.
classLoader - class org.apache.commons.digester.Digester の変数
The class loader to use for instantiating application objects.
className - class org.apache.commons.digester.FactoryCreateRule の変数
The Java class name of the ObjectCreationFactory to be created.
className - class org.apache.commons.digester.ObjectCreateRule の変数
The Java class name of the object to be created.
clear() - class org.apache.commons.digester.Digester のメソッド
Clear the current contents of the object stack.
clear() - class org.apache.commons.digester.RulesBase のメソッド
Clear all existing Rule instance registrations.
clear() - interface org.apache.commons.digester.Rules のメソッド
Clear all existing Rule instance registrations.
configure() - class org.apache.commons.digester.Digester のメソッド
Provide a hook for lazy configuration of this Digester instance.
configure() - class org.apache.commons.digester.rss.RSSDigester のメソッド
Configure the parsing rules that will be used to process RSS input.
configured - class org.apache.commons.digester.Digester の変数
Has this Digester been configured yet?
configured - class org.apache.commons.digester.rss.RSSDigester の変数
Have we been configured yet?
copyright - class org.apache.commons.digester.rss.Channel の変数
The channel copyright (1-100 characters).
counter - class org.apache.commons.digester.ExtendedBaseRules の変数
Counts the entry number for the rules.
createObject(Attributes) - interface org.apache.commons.digester.ObjectCreationFactory のメソッド
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - class org.apache.commons.digester.AbstractObjectCreationFactory のメソッド
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createSAXException(Exception) - class org.apache.commons.digester.Digester のメソッド
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - class org.apache.commons.digester.Digester のメソッド
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String, Exception) - class org.apache.commons.digester.Digester のメソッド
Create a SAX exception which also understands about the location in the digester file where the exception occurs
creationFactory - class org.apache.commons.digester.FactoryCreateRule の変数
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.

D

debug - class org.apache.commons.digester.Digester の変数
The debugging detail level of this component.
description - class org.apache.commons.digester.rss.Image の変数
The image description (1-100 characters).
description - class org.apache.commons.digester.rss.TextInput の変数
The text input description (1-100 characters).
description - class org.apache.commons.digester.rss.Channel の変数
The channel description (1-500 characters).
description - class org.apache.commons.digester.rss.Item の変数
The item description (1-500 characters).
digester - class org.apache.commons.digester.Rule の変数
The Digester with which this Rule is associated.
digester - class org.apache.commons.digester.RulesBase の変数
The Digester instance with which this Rules instance is associated.
digester - class org.apache.commons.digester.AbstractObjectCreationFactory の変数
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
Digester - class org.apache.commons.digester.Digester.
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - class org.apache.commons.digester.Digester のコンストラクタ
Construct a new Digester with default properties.
Digester(SAXParser) - class org.apache.commons.digester.Digester のコンストラクタ
Construct a new Digester, allowing a SAXParser to be passed in.
Digester(XMLReader) - class org.apache.commons.digester.Digester のコンストラクタ
Construct a new Digester, allowing an XMLReader to be passed in.
docs - class org.apache.commons.digester.rss.Channel の変数
The channel description file URL (1-500 characters).
dtds - class org.apache.commons.digester.Digester の変数
The URLs of DTDs that have been registered, keyed by the public identifier that corresponds.

E

end() - class org.apache.commons.digester.Rule のメソッド
This method is called when the end of a matching XML element is encountered.
end() - class org.apache.commons.digester.FactoryCreateRule のメソッド
Process the end of this element.
end() - class org.apache.commons.digester.SetTopRule のメソッド
Process the end of this element.
end() - class org.apache.commons.digester.ObjectCreateRule のメソッド
Process the end of this element.
end() - class org.apache.commons.digester.CallParamRule のメソッド
Process the end of this element.
end() - class org.apache.commons.digester.SetNextRule のメソッド
Process the end of this element.
end() - class org.apache.commons.digester.CallMethodRule のメソッド
Process the end of this element.
endDocument() - class org.apache.commons.digester.Digester のメソッド
Process notification of the end of the document being reached.
endElement(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Process notification of the end of an XML element being reached.
endPrefixMapping(String) - class org.apache.commons.digester.Digester のメソッド
Process notification that a namespace prefix is going out of scope.
error(SAXParseException) - class org.apache.commons.digester.Digester のメソッド
Forward notification of a parsing error to the application supplied error handler (if any).
errorHandler - class org.apache.commons.digester.Digester の変数
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
ExtendedBaseRules - class org.apache.commons.digester.ExtendedBaseRules.
Extension of RulesBase for complex schema. This is an extension of the basic pattern matching scheme intended to improve support for mapping complex xml-schema.
ExtendedBaseRules() - class org.apache.commons.digester.ExtendedBaseRules のコンストラクタ
 

F

factory - class org.apache.commons.digester.Digester の static 変数
The SAXParserFactory that is created the first time we need it.
FactoryCreateRule - class org.apache.commons.digester.FactoryCreateRule.
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(Digester, ObjectCreationFactory) - class org.apache.commons.digester.FactoryCreateRule のコンストラクタ
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(Digester, String) - class org.apache.commons.digester.FactoryCreateRule のコンストラクタ
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Digester, String, String) - class org.apache.commons.digester.FactoryCreateRule のコンストラクタ
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
fatalError(SAXParseException) - class org.apache.commons.digester.Digester のメソッド
Forward notification of a fatal parsing error to the application supplied error handler (if any).
findItems() - class org.apache.commons.digester.rss.Channel のメソッド
Return the items for this channel.
findNamespaceURI(String) - class org.apache.commons.digester.Digester のメソッド
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findSkipDays() - class org.apache.commons.digester.rss.Channel のメソッド
Return the skip days for this channel.
findSkipHours() - class org.apache.commons.digester.rss.Channel のメソッド
Return the skip hours for this channel.
finish() - class org.apache.commons.digester.Rule のメソッド
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
finish() - class org.apache.commons.digester.FactoryCreateRule のメソッド
Clean up after parsing is complete.
finish() - class org.apache.commons.digester.CallParamRule のメソッド
Clean up after parsing is complete.
finish() - class org.apache.commons.digester.CallMethodRule のメソッド
Clean up after parsing is complete.

G

getChannelClass() - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
getClassLoader() - class org.apache.commons.digester.Digester のメソッド
Return the class loader to be used for instantiating application objects when required.
getCopyright() - class org.apache.commons.digester.rss.Channel のメソッド
 
getCount() - class org.apache.commons.digester.Digester のメソッド
Return the current depth of the element stack.
getDebug() - class org.apache.commons.digester.Digester のメソッド
Return the debugging detail level of this Digester.
getDescription() - class org.apache.commons.digester.rss.Image のメソッド
 
getDescription() - class org.apache.commons.digester.rss.TextInput のメソッド
 
getDescription() - class org.apache.commons.digester.rss.Channel のメソッド
 
getDescription() - class org.apache.commons.digester.rss.Item のメソッド
 
getDigester() - class org.apache.commons.digester.Rule のメソッド
Return the Digester with which this Rule is associated.
getDigester() - class org.apache.commons.digester.RulesBase のメソッド
Return the Digester instance with which this Rules instance is associated.
getDigester() - interface org.apache.commons.digester.ObjectCreationFactory のメソッド
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - class org.apache.commons.digester.AbstractObjectCreationFactory のメソッド
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - interface org.apache.commons.digester.Rules のメソッド
Return the Digester instance with which this Rules instance is associated.
getDocs() - class org.apache.commons.digester.rss.Channel のメソッド
 
getErrorHandler() - class org.apache.commons.digester.Digester のメソッド
Return the error handler for this Digester.
getFactory(Attributes) - class org.apache.commons.digester.FactoryCreateRule のメソッド
Return an instance of our associated object creation factory, creating one if necessary.
getHeight() - class org.apache.commons.digester.rss.Image のメソッド
 
getImage() - class org.apache.commons.digester.rss.Channel のメソッド
 
getImageClass() - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
getItemClass() - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
getItems() - class org.apache.commons.digester.rss.Channel のメソッド
Return the items for this channel.
getLanguage() - class org.apache.commons.digester.rss.Channel のメソッド
 
getLastBuildDate() - class org.apache.commons.digester.rss.Channel のメソッド
 
getLink() - class org.apache.commons.digester.rss.Image のメソッド
 
getLink() - class org.apache.commons.digester.rss.TextInput のメソッド
 
getLink() - class org.apache.commons.digester.rss.Channel のメソッド
 
getLink() - class org.apache.commons.digester.rss.Item のメソッド
 
getManagingEditor() - class org.apache.commons.digester.rss.Channel のメソッド
 
getName() - class org.apache.commons.digester.rss.TextInput のメソッド
 
getNamespaceAware() - class org.apache.commons.digester.Digester のメソッド
Return the "namespace aware" flag for parsers we create.
getNamespaceURI() - class org.apache.commons.digester.Rule のメソッド
Return the namespace URI for which this Rule is relevant, if any.
getNamespaceURI() - class org.apache.commons.digester.RulesBase のメソッド
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - class org.apache.commons.digester.RuleSetBase のメソッド
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - interface org.apache.commons.digester.Rules のメソッド
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - interface org.apache.commons.digester.RuleSet のメソッド
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getParser() - class org.apache.commons.digester.Digester のメソッド
Return the SAXParser we will use to parse the input stream.
getPubDate() - class org.apache.commons.digester.rss.Channel のメソッド
 
getPublicId() - class org.apache.commons.digester.Digester のメソッド
Return the public identifier of the DTD we are currently parsing under, if any.
getRating() - class org.apache.commons.digester.rss.Channel のメソッド
 
getReader() - class org.apache.commons.digester.Digester のメソッド
By setting the reader in the constructor, you can bypass JAXP and be able to use digester in Weblogic 6.0.
getRegistrations() - class org.apache.commons.digester.Digester のメソッド
Return the set of DTD URL registrations, keyed by public identifier.
getRuleNamespaceURI() - class org.apache.commons.digester.Digester のメソッド
Return the namespace URI that will be applied to all subsequently added Rule objects.
getRules() - class org.apache.commons.digester.Digester のメソッド
Return the Rules implementation object containing our rules collection and associated matching policy.
getRules(String) - class org.apache.commons.digester.Digester のメソッド
推奨されていません。 Call match() on the Rules implementation returned by getRules()
getSkipDays() - class org.apache.commons.digester.rss.Channel のメソッド
Return the skip days for this channel.
getSkipHours() - class org.apache.commons.digester.rss.Channel のメソッド
Return the skip hours for this channel.
getTextInput() - class org.apache.commons.digester.rss.Channel のメソッド
 
getTextInputClass() - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
getTitle() - class org.apache.commons.digester.rss.Image のメソッド
 
getTitle() - class org.apache.commons.digester.rss.TextInput のメソッド
 
getTitle() - class org.apache.commons.digester.rss.Channel のメソッド
 
getTitle() - class org.apache.commons.digester.rss.Item のメソッド
 
getURL() - class org.apache.commons.digester.rss.Image のメソッド
 
getUseContextClassLoader() - class org.apache.commons.digester.Digester のメソッド
Return the boolean as to whether the context classloader should be used.
getValidating() - class org.apache.commons.digester.Digester のメソッド
Return the validating parser flag.
getVersion() - class org.apache.commons.digester.rss.Channel のメソッド
 
getWebMaster() - class org.apache.commons.digester.rss.Channel のメソッド
 
getWidth() - class org.apache.commons.digester.rss.Image のメソッド
 
getWriter() - class org.apache.commons.digester.Digester のメソッド
Return the logging writer for this Digester.

H

height - class org.apache.commons.digester.rss.Image の変数
The image height in pixels (1-400).

I

ignorableWhitespace(char[], int, int) - class org.apache.commons.digester.Digester のメソッド
Process notification of ignorable whitespace received from the body of an XML element.
image - class org.apache.commons.digester.rss.Channel の変数
The image describing this channel.
Image - class org.apache.commons.digester.rss.Image.
Implementation object representing an image in the Rich Site Summary DTD, version 0.91.
Image() - class org.apache.commons.digester.rss.Image のコンストラクタ
 
imageClass - class org.apache.commons.digester.rss.RSSDigester の変数
The fully qualified class name of the Image implementation class.
Item - class org.apache.commons.digester.rss.Item.
Implementation object representing an item in the Rich Site Summary DTD, version 0.91.
Item() - class org.apache.commons.digester.rss.Item のコンストラクタ
 
itemClass - class org.apache.commons.digester.rss.RSSDigester の変数
The fully qualified class name of the Item implementation class.
items - class org.apache.commons.digester.rss.Channel の変数
The set of items associated with this Channel.

L

language - class org.apache.commons.digester.rss.Channel の変数
The channel language (2-5 characters).
lastBuildDate - class org.apache.commons.digester.rss.Channel の変数
The channel last build date (1-100 characters).
link - class org.apache.commons.digester.rss.Image の変数
The image link (1-500 characters).
link - class org.apache.commons.digester.rss.TextInput の変数
The text input link (1-500 characters).
link - class org.apache.commons.digester.rss.Channel の変数
The channel link (1-500 characters).
link - class org.apache.commons.digester.rss.Item の変数
The item link (1-500 characters).
locator - class org.apache.commons.digester.Digester の変数
The Locator associated with our parser.
log(String) - class org.apache.commons.digester.Digester のメソッド
Log a message to the log writer associated with this context.
log(String, Throwable) - class org.apache.commons.digester.Digester のメソッド
Log a message and associated exception to the log writer associated with this context.
lookup(String, String) - class org.apache.commons.digester.RulesBase のメソッド
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).

M

main(String[]) - class org.apache.commons.digester.rss.RSSDigester の static メソッド
Test main program that parses the channel description included in this package as a static resource.
managingEditor - class org.apache.commons.digester.rss.Channel の変数
The managing editor (1-100 characters).
match - class org.apache.commons.digester.Digester の変数
The current match pattern for nested element processing.
match(String) - class org.apache.commons.digester.RulesBase のメソッド
推奨されていません。 Call match(namespaceURI,pattern) instead.
match(String) - interface org.apache.commons.digester.Rules のメソッド
推奨されていません。 Call match(namespaceURI,pattern) instead.
match(String, String) - class org.apache.commons.digester.RulesBase のメソッド
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - class org.apache.commons.digester.ExtendedBaseRules のメソッド
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - interface org.apache.commons.digester.Rules のメソッド
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
methodName - class org.apache.commons.digester.SetTopRule の変数
The method name to call on the parent object.
methodName - class org.apache.commons.digester.SetNextRule の変数
The method name to call on the parent object.
methodName - class org.apache.commons.digester.CallMethodRule の変数
The method name to call on the parent object.

N

name - class org.apache.commons.digester.SetPropertyRule の変数
The attribute that will contain the property name.
name - class org.apache.commons.digester.rss.TextInput の変数
The text input field name (1-100 characters).
namespaceAware - class org.apache.commons.digester.Digester の変数
Do we want a "namespace aware" parser?
namespaces - class org.apache.commons.digester.Digester の変数
Registered namespaces we are currently processing.
namespaceURI - class org.apache.commons.digester.Rule の変数
The namespace URI for which this Rule is relevant, if any.
namespaceURI - class org.apache.commons.digester.RulesBase の変数
The namespace URI for which subsequently added Rule objects are relevant, or null for matching independent of namespaces.
namespaceURI - class org.apache.commons.digester.RuleSetBase の変数
The namespace URI that all Rule instances created by this RuleSet will be associated with.
notationDecl(String, String, String) - class org.apache.commons.digester.Digester のメソッド
Receive notification of a notation declaration event.

O

ObjectCreateRule - class org.apache.commons.digester.ObjectCreateRule.
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(Digester, String) - class org.apache.commons.digester.ObjectCreateRule のコンストラクタ
Construct an object create rule with the specified class name.
ObjectCreateRule(Digester, String, String) - class org.apache.commons.digester.ObjectCreateRule のコンストラクタ
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreationFactory - interface org.apache.commons.digester.ObjectCreationFactory.
Interface for use with FactoryCreateRule.
order - class org.apache.commons.digester.ExtendedBaseRules の変数
The decision algorithm used (unfortunately) doesn't preserve the entry order.
org.apache.commons.digester - package org.apache.commons.digester
The Digester package provides for rules-based processing of arbitrary XML documents.
org.apache.commons.digester.rss - package org.apache.commons.digester.rss
 

P

paramCount - class org.apache.commons.digester.CallMethodRule の変数
The number of parameters to collect from MethodParam rules.
paramIndex - class org.apache.commons.digester.CallParamRule の変数
The zero-relative index of the parameter we are saving.
params - class org.apache.commons.digester.Digester の変数
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
paramType - class org.apache.commons.digester.SetTopRule の変数
The Java class name of the parameter type expected by the method.
paramType - class org.apache.commons.digester.SetNextRule の変数
The Java class name of the parameter type expected by the method.
paramTypes - class org.apache.commons.digester.CallMethodRule の変数
The parameter types of the parameters to be collected.
parentMatch(String, String, String) - class org.apache.commons.digester.ExtendedBaseRules のメソッド
Matching parent.
parse(File) - class org.apache.commons.digester.Digester のメソッド
Parse the content of the specified file using this Digester.
parse(File) - class org.apache.commons.digester.rss.RSSDigester のメソッド
Parse the content of the specified file using this Digester.
parse(InputSource) - class org.apache.commons.digester.Digester のメソッド
Parse the content of the specified input source using this Digester.
parse(InputSource) - class org.apache.commons.digester.rss.RSSDigester のメソッド
Parse the content of the specified input source using this Digester.
parse(InputStream) - class org.apache.commons.digester.Digester のメソッド
Parse the content of the specified input stream using this Digester.
parse(InputStream) - class org.apache.commons.digester.rss.RSSDigester のメソッド
Parse the content of the specified input stream using this Digester.
parse(String) - class org.apache.commons.digester.Digester のメソッド
Parse the content of the specified URI using this Digester.
parse(String) - class org.apache.commons.digester.rss.RSSDigester のメソッド
Parse the content of the specified URI using this Digester.
parser - class org.apache.commons.digester.Digester の変数
The SAXParser we will use to parse the input stream.
peek() - class org.apache.commons.digester.Digester のメソッド
Return the top object on the stack without removing it.
peek(int) - class org.apache.commons.digester.Digester のメソッド
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peekParams() - class org.apache.commons.digester.Digester のメソッド
Return the top object on the stack without removing it.
peekParams(int) - class org.apache.commons.digester.Digester のメソッド
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
pop() - class org.apache.commons.digester.Digester のメソッド
Pop the top object off of the stack, and return it.
popParams() - class org.apache.commons.digester.Digester のメソッド
Pop the top object off of the stack, and return it.
processingInstruction(String, String) - class org.apache.commons.digester.Digester のメソッド
Process notification of a processing instruction that was encountered.
pubDate - class org.apache.commons.digester.rss.Channel の変数
The channel publication date (1-100 characters).
publicId - class org.apache.commons.digester.Digester の変数
The public identifier of the DTD we are currently parsing under (if any).
push(Object) - class org.apache.commons.digester.Digester のメソッド
Push a new object onto the top of the object stack.
pushParams(Object) - class org.apache.commons.digester.Digester のメソッド
Push a new object onto the top of the object stack.

R

rating - class org.apache.commons.digester.rss.Channel の変数
The channel rating (20-500 characters).
reader - class org.apache.commons.digester.Digester の変数
The XMLReader used to parse digester rules.
register(String, String) - class org.apache.commons.digester.Digester のメソッド
Register the specified DTD URL for the specified public identifier.
registrations - class org.apache.commons.digester.rss.RSSDigester の static 変数
The set of public identifiers, and corresponding resource names, for the versions of the DTDs that we know about.
removeItem(Item) - class org.apache.commons.digester.rss.Channel のメソッド
Remove an item for this channel.
removeSkipDay(String) - class org.apache.commons.digester.rss.Channel のメソッド
Remove a skip day for this channel.
removeSkipHour(String) - class org.apache.commons.digester.rss.Channel のメソッド
Remove a skip hour for this channel.
render(OutputStream) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified output stream, with no indication of character encoding.
render(OutputStream, String) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified output stream, with the specified character encoding.
render(PrintWriter) - class org.apache.commons.digester.rss.Image のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter) - class org.apache.commons.digester.rss.TextInput のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
render(PrintWriter) - class org.apache.commons.digester.rss.Item のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
render(PrintWriter, String) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, indicating the specified character encoding.
render(Writer) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
render(Writer, String) - class org.apache.commons.digester.rss.Channel のメソッド
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, indicating the specified character encoding.
resolveEntity(String, String) - class org.apache.commons.digester.Digester のメソッド
Resolve the requested external entity.
root - class org.apache.commons.digester.Digester の変数
The "root" element of the stack (in other words, the last object that was popped.
RSSDigester - class org.apache.commons.digester.rss.RSSDigester.
Implementation of org.apache.commons.digester.Digester designed to process input streams that conform to the Rich Site Summary DTD, version 0.91.
RSSDigester() - class org.apache.commons.digester.rss.RSSDigester のコンストラクタ
 
Rule - class org.apache.commons.digester.Rule.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule(Digester) - class org.apache.commons.digester.Rule のコンストラクタ
Default constructor sets only the the associated Digester.
rules - class org.apache.commons.digester.Digester の変数
The Rules implementation containing our collection of Rule instances and associated matching policy.
rules - class org.apache.commons.digester.RulesBase の変数
The set of registered Rule instances, in the order that they were originally registered.
Rules - interface org.apache.commons.digester.Rules.
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
rules() - class org.apache.commons.digester.RulesBase のメソッド
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - interface org.apache.commons.digester.Rules のメソッド
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
RulesBase - class org.apache.commons.digester.RulesBase.
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - class org.apache.commons.digester.RulesBase のコンストラクタ
 
RuleSet - interface org.apache.commons.digester.RuleSet.
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
RuleSetBase - class org.apache.commons.digester.RuleSetBase.
Convenience base class that implements the RuleSet interface.
RuleSetBase() - class org.apache.commons.digester.RuleSetBase のコンストラクタ
 

S

setChannelClass(String) - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
setClassLoader(ClassLoader) - class org.apache.commons.digester.Digester のメソッド
Set the class loader to be used for instantiating application objects when required.
setCopyright(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setDebug(int) - class org.apache.commons.digester.Digester のメソッド
Set the debugging detail level of this Digester.
setDescription(String) - class org.apache.commons.digester.rss.Image のメソッド
 
setDescription(String) - class org.apache.commons.digester.rss.TextInput のメソッド
 
setDescription(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setDescription(String) - class org.apache.commons.digester.rss.Item のメソッド
 
setDigester(Digester) - class org.apache.commons.digester.RulesBase のメソッド
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - interface org.apache.commons.digester.ObjectCreationFactory のメソッド
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - class org.apache.commons.digester.AbstractObjectCreationFactory のメソッド
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - interface org.apache.commons.digester.Rules のメソッド
Set the Digester instance with which this Rules instance is associated.
setDocs(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setDocumentLocator(Locator) - class org.apache.commons.digester.Digester のメソッド
Set the document locator associated with our parser.
setErrorHandler(ErrorHandler) - class org.apache.commons.digester.Digester のメソッド
Set the error handler for this Digester.
setHeight(int) - class org.apache.commons.digester.rss.Image のメソッド
 
setImage(Image) - class org.apache.commons.digester.rss.Channel のメソッド
 
setImageClass(String) - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
setItemClass(String) - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
setLanguage(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setLastBuildDate(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setLink(String) - class org.apache.commons.digester.rss.Image のメソッド
 
setLink(String) - class org.apache.commons.digester.rss.TextInput のメソッド
 
setLink(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setLink(String) - class org.apache.commons.digester.rss.Item のメソッド
 
setManagingEditor(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setName(String) - class org.apache.commons.digester.rss.TextInput のメソッド
 
setNamespaceAware(boolean) - class org.apache.commons.digester.Digester のメソッド
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - class org.apache.commons.digester.Rule のメソッド
Set the namespace URI for which this Rule is relevant, if any.
setNamespaceURI(String) - class org.apache.commons.digester.RulesBase のメソッド
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - interface org.apache.commons.digester.Rules のメソッド
Set the namespace URI that will be applied to all subsequently added Rule objects.
SetNextRule - class org.apache.commons.digester.SetNextRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - class org.apache.commons.digester.SetNextRule のコンストラクタ
Construct a "set next" rule with the specified method name.
SetNextRule(Digester, String, String) - class org.apache.commons.digester.SetNextRule のコンストラクタ
Construct a "set next" rule with the specified method name.
SetPropertiesRule - class org.apache.commons.digester.SetPropertiesRule.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule(Digester) - class org.apache.commons.digester.SetPropertiesRule のコンストラクタ
Default constructor sets only the the associated Digester.
SetPropertyRule - class org.apache.commons.digester.SetPropertyRule.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - class org.apache.commons.digester.SetPropertyRule のコンストラクタ
Construct a "set property" rule with the specified name and value attributes.
setPubDate(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setRating(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setRuleNamespaceURI(String) - class org.apache.commons.digester.Digester のメソッド
Set the namespace URI that will be applied to all subsequently added Rule objects.
setRules(Rules) - class org.apache.commons.digester.Digester のメソッド
Set the Rules implementation object containing our rules collection and associated matching policy.
setTextInput(TextInput) - class org.apache.commons.digester.rss.Channel のメソッド
 
setTextInputClass(String) - class org.apache.commons.digester.rss.RSSDigester のメソッド
 
setTitle(String) - class org.apache.commons.digester.rss.Image のメソッド
 
setTitle(String) - class org.apache.commons.digester.rss.TextInput のメソッド
 
setTitle(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setTitle(String) - class org.apache.commons.digester.rss.Item のメソッド
 
SetTopRule - class org.apache.commons.digester.SetTopRule.
Rule implementation that calls a method on the top (parent) object, passing the (top-1) (child) object as an argument.
SetTopRule(Digester, String) - class org.apache.commons.digester.SetTopRule のコンストラクタ
Construct a "set parent" rule with the specified method name.
SetTopRule(Digester, String, String) - class org.apache.commons.digester.SetTopRule のコンストラクタ
Construct a "set parent" rule with the specified method name.
setURL(String) - class org.apache.commons.digester.rss.Image のメソッド
 
setUseContextClassLoader(boolean) - class org.apache.commons.digester.Digester のメソッド
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setValidating(boolean) - class org.apache.commons.digester.Digester のメソッド
Set the validating parser flag.
setVersion(double) - class org.apache.commons.digester.rss.Channel のメソッド
 
setWebMaster(String) - class org.apache.commons.digester.rss.Channel のメソッド
 
setWidth(int) - class org.apache.commons.digester.rss.Image のメソッド
 
setWriter(PrintWriter) - class org.apache.commons.digester.Digester のメソッド
Set the logging writer for this Digester.
skipDays - class org.apache.commons.digester.rss.Channel の変数
The set of skip days for this channel.
skipHours - class org.apache.commons.digester.rss.Channel の変数
The set of skip hours for this channel.
skippedEntity(String) - class org.apache.commons.digester.Digester のメソッド
Process notification of a skipped entity.
stack - class org.apache.commons.digester.Digester の変数
The object stack being constructed.
startDocument() - class org.apache.commons.digester.Digester のメソッド
Process notification of the beginning of the document being reached.
startElement(String, String, String, Attributes) - class org.apache.commons.digester.Digester のメソッド
Process notification of the start of an XML element being reached.
startPrefixMapping(String, String) - class org.apache.commons.digester.Digester のメソッド
Process notification that a namespace prefix is coming in to scope.

T

textInput - class org.apache.commons.digester.rss.Channel の変数
The text input description for this channel.
TextInput - class org.apache.commons.digester.rss.TextInput.
Implementation object representing a textinput in the Rich Site Summary DTD, version 0.91.
TextInput() - class org.apache.commons.digester.rss.TextInput のコンストラクタ
 
textInputClass - class org.apache.commons.digester.rss.RSSDigester の変数
The fully qualified class name of the TextInput implementation class.
title - class org.apache.commons.digester.rss.Image の変数
The image alternate text (1-100 characters).
title - class org.apache.commons.digester.rss.TextInput の変数
The text input submit button label (1-100 characters).
title - class org.apache.commons.digester.rss.Channel の変数
The channel title (1-100 characters).
title - class org.apache.commons.digester.rss.Item の変数
The item title (1-100 characters).
toString() - class org.apache.commons.digester.FactoryCreateRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.SetTopRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.SetPropertyRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.SetPropertiesRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.ObjectCreateRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.CallParamRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.SetNextRule のメソッド
Render a printable version of this Rule.
toString() - class org.apache.commons.digester.CallMethodRule のメソッド
Render a printable version of this Rule.

U

unparsedEntityDecl(String, String, String, String) - class org.apache.commons.digester.Digester のメソッド
Receive notification of an unparsed entity declaration event.
url - class org.apache.commons.digester.rss.Image の変数
The image location URL (1-500 characters).
useContextClassLoader - class org.apache.commons.digester.Digester の変数
Do we want to use the Context ClassLoader when loading classes for instantiating new objects?

V

validating - class org.apache.commons.digester.Digester の変数
Do we want to use a validating parser?
value - class org.apache.commons.digester.SetPropertyRule の変数
The attribute that will contain the property value.
version - class org.apache.commons.digester.rss.Channel の変数
The RSS specification version number used to create this Channel.

W

warning(SAXParseException) - class org.apache.commons.digester.Digester のメソッド
Forward notification of a parse warning to the application supplied error handler (if any).
webMaster - class org.apache.commons.digester.rss.Channel の変数
The webmaster email address (1-100 characters).
width - class org.apache.commons.digester.rss.Image の変数
The image width in pixels (1-400).
writer - class org.apache.commons.digester.Digester の変数
The PrintWriter to which we should send log output, or null to write to System.out.

A B C D E F G H I L M N O P R S T U V W

Copyright (c) 2001 - Apache Software Foundation