SASAX API - 1.5
A B C D E F G H I J L M N P Q R S T U V W X Y Z

A

AbstractElement - class jp.ne.dti.lares.foozy.sasax.AbstractElement.
Abstract implementation of Element interface.
AbstractElement(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.AbstractElement
Constructor.
accepts(char) - Method in interface jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.Parser
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.LetterParser
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DigitParser
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.VarDigitParser
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserSelecter
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap
Examine whether specified character is acceptable or not.
accepts(char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.UTCParser
Examine whether specified character is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "accepts" requiest to wrapt element.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in interface jp.ne.dti.lares.foozy.sasax.ElementFactory
Examine specified name is acceptable for the element being created.
accepts(ParseContext, String, String) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Examine whether specified name is acceptable or not.
accepts(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Examine whether specified name is acceptable or not.
accepts(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.NameChecker
Examine name equality against specified one at construction time.
add(DateTimeFormat.Parser) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserSelecter
Add candidate parser.
addCleanup(Runnable) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Add custom clean up procedure as Runnable.
addComponent(Element, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as component item.
addComponent(String, Element, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as component item.
addElement(Element) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Add component.
addElement(Element, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Add component as must item.
addElementValidation(Validation) - Method in class jp.ne.dti.lares.foozy.sasax.ListElement
Add Validation instance for list element to Validation list.
addFactory(ElementFactory) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Registrate factory as one for candiate element.
addMustItem(Element) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Add component as must item.
addMustItem(Element) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as MUST item.
addMustItem(String, Element) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as MUST item.
addNotification(Notification) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Add custom notification procedure.
addOptionalItem(Element) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Add component as optional item.
addOptionalItem(Element) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as OPTIONAL item.
addOptionalItem(String, Element) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Add specified element as OPTIONAL item.
addValidation(Validation) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Add Validation instance to Validation list.
addValidation(Validation) - Method in class jp.ne.dti.lares.foozy.sasax.ListElement.CustomValidation
Add Validation instance for list element to Validation list.
AFTER_MINUTE_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parser after minute part.

B

Base64 - class jp.ne.dti.lares.foozy.sasax.glue.Base64.
Encoder/decoder for Base64 format.
Base64() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.Base64
 
Base64BinaryElement - class jp.ne.dti.lares.foozy.sasax.Base64BinaryElement.
Concrete class to treat text as byte array value.
Base64BinaryElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.Base64BinaryElement
Constructor.
BooleanElement - class jp.ne.dti.lares.foozy.sasax.BooleanElement.
Concrete class to treat text as boolean value.
BooleanElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.BooleanElement
Constructor.
ByteElement - class jp.ne.dti.lares.foozy.sasax.ByteElement.
Concrete class to treat text as byte value.
ByteElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.ByteElement.CustomValidation.
Implementation to validate byte value string representation in XML document.
ByteElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.ByteElement.CustomValidation
Constructor.
ByteElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.ByteElement
Constructor.
ByteElement(Element, String, String, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.ByteElement
Constructor.

C

characters(char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "characters" event for ContentHandler.
characters(char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'characters' SAX event.
characters(char[], int, int, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "characters" of element.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "characters" requiest to wrapt element.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of character data.
characters(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Receive notification of character data.
CharElement - class jp.ne.dti.lares.foozy.sasax.CharElement.
Concrete class to treat text as char value.
CharElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.CharElement.CustomValidation.
Implementation to validate char value string representation in XML document.
CharElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.CharElement.CustomValidation
Constructor.
CharElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.CharElement
Constructor.
CharElement(Element, String, String, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.CharElement
Constructor.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Reset state to re-use.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Clear mapping information.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Clear current value setting.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Reset state to re-use.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.ElementDump
Clear indentation depth.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Clear context information.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Clear internal information.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Clear current context.
clear() - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Reset state to re-use.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Clear context.
clear() - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Clear all elements in path.
COLLAPSE - Static variable in class jp.ne.dti.lares.foozy.sasax.Normalizer
Instance to normalize in "collapse" policy.
component_ - Variable in class jp.ne.dti.lares.foozy.sasax.ElementSet.Entry
 
CompositeElement - class jp.ne.dti.lares.foozy.sasax.CompositeElement.
Element to parse composite document structure.
CompositeElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.CompositeElement
Constructor.
CompositeElement(Element, String, String, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.CompositeElement
Constructor.
contains(Path) - Method in interface jp.ne.dti.lares.foozy.sasax.Path
Examine whether invoked target contains specified path.
contains(Path) - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Examine whether invoked target contains specified path.
create(Element) - Method in interface jp.ne.dti.lares.foozy.sasax.ElementFactory
Create Element instance.
create(ParseContextImpl) - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContextImpl.ExtensionFactory
Create extension object.

D

DateElement - class jp.ne.dti.lares.foozy.sasax.DateElement.
Concrete class to treat text as Date value.
DateElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.DateElement.CustomValidation.
Implementation to validate date value string representation in XML document.
DateElement.CustomValidation(TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.DateElement.CustomValidation
Constructor.
DateElement(Element, String, String, TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.DateElement
Constructor.
DateParser - class jp.ne.dti.lares.foozy.sasax.glue.DateParser.
String parser for XML date built-in data type.
DateParser(boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateParser
Constructor.
DateParser(TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateParser
Constructor.
DateTimeElement - class jp.ne.dti.lares.foozy.sasax.DateTimeElement.
Concrete class to treat text as Date value.
DateTimeElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.DateTimeElement.CustomValidation.
Implementation to validate dateTime value string representation in XML document.
DateTimeElement.CustomValidation(TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.DateTimeElement.CustomValidation
Constructor.
DateTimeElement(Element, String, String, TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.DateTimeElement
Constructor.
DateTimeFormat - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.
Date/time format handling class.
DateTimeFormat.DateParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DateParser.
Parser for date(YYYY-MM-DD)part.
DateTimeFormat.DateParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DateParser
Constructor.
DateTimeFormat.DayParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DayParser.
Parser for day(DD) part.
DateTimeFormat.DayParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DayParser
Constructor.
DateTimeFormat.DayParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DayParser
Constructor.
DateTimeFormat.DigitParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DigitParser.
Parser which accepts only specified digit set.
DateTimeFormat.DigitParser(int, BitSet, DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DigitParser
Constructor.
DateTimeFormat.DigitParser(int, int, int, BitSet, DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DigitParser
Constructor.
DateTimeFormat.FQZoneParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.FQZoneParser.
Parser for fully-qualified time zone part.
DateTimeFormat.FQZoneParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.FQZoneParser
Constructor.
DateTimeFormat.HourParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.HourParser.
Parser for hour(hh) part.
DateTimeFormat.HourParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.HourParser
Constructor.
DateTimeFormat.HourParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.HourParser
Constructor.
DateTimeFormat.LetterParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.LetterParser.
Parser which accepts only specified letter.
DateTimeFormat.LetterParser(char, DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.LetterParser
Constructor.
DateTimeFormat.MinuteParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MinuteParser.
Parser for minute(mm) part.
DateTimeFormat.MinuteParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MinuteParser
Constructor.
DateTimeFormat.MinuteParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MinuteParser
Constructor.
DateTimeFormat.MonthParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MonthParser.
Parser for month(MM) part.
DateTimeFormat.MonthParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MonthParser
Constructor.
DateTimeFormat.MonthParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.MonthParser
Constructor.
DateTimeFormat.Parser - interface jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.Parser.
Interface of date time information parser.
DateTimeFormat.ParserSelecter - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserSelecter.
Parser which selects one from candidates by specified character.
DateTimeFormat.ParserSelecter() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserSelecter
Constructor.
DateTimeFormat.ParserWrap - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap.
Parser to wrap composite parser.
DateTimeFormat.ParserWrap() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap
Constructor.
DateTimeFormat.SecondParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.SecondParser.
Parser for second(ss.sss) part.
DateTimeFormat.SecondParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.SecondParser
Constructor.
DateTimeFormat.SecondParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.SecondParser
Constructor.
DateTimeFormat.TimeParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.TimeParser.
Parser for time(hh:mm:ss.sss) part.
DateTimeFormat.TimeParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.TimeParser
Constructor.
DateTimeFormat.TimeParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.TimeParser
Constructor.
DateTimeFormat.UTCParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.UTCParser.
Parser for 'Z' as UTC time zone.
DateTimeFormat.UTCParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.UTCParser
Constructor.
DateTimeFormat.VarDigitParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.VarDigitParser.
Parser which accepts only repetition of specified digit set.
DateTimeFormat.VarDigitParser(int, BitSet, DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.VarDigitParser
Constructor.
DateTimeFormat.YearParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.YearParser.
Parser for year(YYYY) part.
DateTimeFormat.YearParser(DateTimeFormat.Parser) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.YearParser
Constructor.
DateTimeFormat.ZoneParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ZoneParser.
Parser for time zone(hh:mm) part.
DateTimeFormat.ZoneParser(DateTimeFormat.Parser, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ZoneParser
Constructor.
DateTimeFormat() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
 
DateTimeInfo - class jp.ne.dti.lares.foozy.sasax.DateTimeInfo.
Container for date/time information.
DateTimeInfo() - Constructor for class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Constructor.
DateTimeInfo(DateTimeInfo) - Constructor for class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Copy constructor.
DateTimeParser - class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser.
String parser for XML dateTime built-in data type.
DateTimeParser(boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
Constructor.
DateTimeParser(TimeZone, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
Constructor.
DAY - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'day of month'.
DAY_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parser for day part.
decode(String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.HexBinary
Decode string to byte array.
decode(String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Decode string to byte array.
decode(String, int, int) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.HexBinary
Decode string to byte array.
decode(String, int, int) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Decode string to byte array.
DelayBindElement - class jp.ne.dti.lares.foozy.sasax.DelayBindElement.
Element to delay instantiation of element for recursive use.
DelayBindElement(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.DelayBindElement
Constructor.
DelayBindElement(Element, ElementFactory) - Constructor for class jp.ne.dti.lares.foozy.sasax.DelayBindElement
Constructor.
disable(ElementDrivenHandler) - Static method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Disable this extension on specified handler.
disable(String) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Disable specified extra extension.
disable(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Disable specified extra extension.
doExtension(Object) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Do custom extension specific action.
doExtension(Object) - Method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Returns current path information.
doExtension(String, Object) - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContext
Do extra extension.
doExtension(String, Object) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Do extension.
DormantElement - class jp.ne.dti.lares.foozy.sasax.DormantElement.
Pseudo element to make another dormant till occurrence of acceptable event.
DormantElement(Element, ElementFactory) - Constructor for class jp.ne.dti.lares.foozy.sasax.DormantElement
 
DoubleElement - class jp.ne.dti.lares.foozy.sasax.DoubleElement.
Concrete class to treat text as double value.
DoubleElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.DoubleElement
Constructor.
DurationElement - class jp.ne.dti.lares.foozy.sasax.DurationElement.
Concrete class to treat text as duration value.
DurationElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.DurationElement.CustomValidation.
Implementation to validate duration value string representation in XML document.
DurationElement.CustomValidation() - Constructor for class jp.ne.dti.lares.foozy.sasax.DurationElement.CustomValidation
 
DurationElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.DurationElement
Constructor.
DurationParser - class jp.ne.dti.lares.foozy.sasax.glue.DurationParser.
String parser for XML duration built-in data type.
DurationParser() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.DurationParser
 

E

Element - interface jp.ne.dti.lares.foozy.sasax.Element.
Element corresponded to one(or part) of XML document.
ElementChoice - class jp.ne.dti.lares.foozy.sasax.ElementChoice.
Pseudo element to parse runtime determined part of XML document.
ElementChoice(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementChoice
Constructor.
ElementChoice(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementChoice
Constructor.
ElementDrivenHandler - class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler.
SAX event handler driven by Element.
ElementDrivenHandler(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Constructor.
ElementDrivenHandler(Element, PrefixMapping) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Constructor.
ElementDump - class jp.ne.dti.lares.foozy.sasax.ElementDump.
Dump start-/endElement SAX event.
ElementDump(Writer) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementDump
Constructor.
elementEnded(Element, ParseContext) - Method in interface jp.ne.dti.lares.foozy.sasax.Notification
Invoked when target element is "ended".
ElementFactory - interface jp.ne.dti.lares.foozy.sasax.ElementFactory.
Factory interface to creatte Element.
ElementRepetition - class jp.ne.dti.lares.foozy.sasax.ElementRepetition.
Pseudo element to parse repeated part of XML document.
ElementRepetition(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Constructor.
ElementRepetition(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Constructor.
ElementRepetition(Element, int, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Constructor.
ElementSet - class jp.ne.dti.lares.foozy.sasax.ElementSet.
Pseudo element to parse XML document with set of elements.
ElementSet.Entry - class jp.ne.dti.lares.foozy.sasax.ElementSet.Entry.
Container class.
ElementSet.Entry(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet.Entry
Constructor.
ElementSet.Ordered - class jp.ne.dti.lares.foozy.sasax.ElementSet.Ordered.
Pseudo element to parse set of strictly ordered elements.
ElementSet.Ordered(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet.Ordered
Constructor.
ElementSet.Ordered(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet.Ordered
Constructor.
ElementSet.Unordered - class jp.ne.dti.lares.foozy.sasax.ElementSet.Unordered.
Pseudo element to parse set of loosely ordered elements.
ElementSet.Unordered(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet.Unordered
Constructor.
ElementSet.Unordered(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet.Unordered
Constructor.
ElementSet(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet
Constructor.
ElementSet(Element, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementSet
Constructor.
elementStarted(Element, ParseContext, Attributes) - Method in interface jp.ne.dti.lares.foozy.sasax.Notification
Invoked when target element is "started".
ElementWrapper - class jp.ne.dti.lares.foozy.sasax.ElementWrapper.
Pseudo element which wraps another one.
ElementWrapper(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.ElementWrapper
Constructor.
EMPTY_ATTRS - Static variable in class jp.ne.dti.lares.foozy.sasax.Path.Element
Empty attributes for convenience.
EmptyElement - class jp.ne.dti.lares.foozy.sasax.EmptyElement.
Class to handle empty element.
EmptyElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.EmptyElement
Constructor.
enable(ElementDrivenHandler) - Static method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Enable this extension on specified handler.
enable(String) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Enable specified extension.
enable(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Enable specified extension.
enables(String) - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContext
Examine whether specified extension is enabled or not.
enables(String) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Examine whether specified extension is enabled or not.
enables(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Examine whether specified extension is enabled or not.
encode(byte[]) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.HexBinary
Encode byte array to string.
encode(byte[]) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Encode byte array to string.
encode(byte[], String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Encode byte array to string.
encode(StringBuffer, byte[]) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.HexBinary
Encode byte array to string.
encode(StringBuffer, byte[]) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Encode byte array to string.
encode(StringBuffer, byte[], String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.Base64
Encode byte array to string.
endDocument() - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "endDocument" event for ContentHandler.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "endElement" requiest to wrapt element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of the end of an element.
endElement(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Receive notification of the end of an element.
endElement(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDump
Dump "endElement" event.
endElement(String, String, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "endElement" of element.
endElement(String, String, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Prepare and "post"-pare for "endElement" of element.
endElement(String, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "endElement" event for ContentHandler.
endElement(String, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'endElement' SAX event.
endElement(String, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Receive 'endElement' SAX event.
endPrefixMapping(String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Notify end of prefix mapping.
endPrefixMapping(String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "endPrefixMapping" event for ContentHandler.
endPrefixMapping(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'endPrefixMapping' SAX event.
ensure(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.NameChecker
Ensure name equality against specified one at construction.
ensure(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.NameChecker
Deprecated. by NameChecker.ensure(ParseContext, String, String)
ensureDetermined() - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Ensure content determination.
EOS - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
The state expecting End-Of-String.
equals(Object) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
equals(String, String) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
 
ERA - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'year'.
ERA_AD - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
ERA_BC - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
ERROR - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
The state indicating parsing error.
error(SAXParseException) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "error" event for ErrorHandler.
examine(ParseContext, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Examine specified attributes on "startElement" event.
examine(ParseContext, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Examine whether specified attributes are valid or not.

F

FACTORY - Static variable in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Factory to create IgnoreElement.
fatalError(SAXParseException) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "fatalError" event for ErrorHandler.
FIELD_COUNT - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
find(ParseContext, String, String, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Find event appling target element in candidate list.
find(ParseContext, String, String, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet.Ordered
Find event appling target element in candidate list.
find(ParseContext, String, String, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet.Unordered
Find event appling target element in candidate list.
fireElementStarted(ParseContext, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
This notifies start of element.
FloatElement - class jp.ne.dti.lares.foozy.sasax.FloatElement.
Concrete class to treat text as float value.
FloatElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.FloatElement
Constructor.

G

get(int) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Get value of specified field.
get(String) - Static method in class jp.ne.dti.lares.foozy.sasax.MessageUtil
 
get(String, Object) - Static method in class jp.ne.dti.lares.foozy.sasax.MessageUtil
 
get(String, Object[]) - Static method in class jp.ne.dti.lares.foozy.sasax.MessageUtil
 
get(String, Object, Object) - Static method in class jp.ne.dti.lares.foozy.sasax.MessageUtil
 
getAttribute(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Get found attribute.
getAttributes() - Method in class jp.ne.dti.lares.foozy.sasax.Path.Element
Get attribute of this element.
getBoolean(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.BooleanElement
Get value of element.
getByte(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ByteElement
Get value of element.
getBytes(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.HexBinaryElement
Get value of element.
getBytes(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.Base64BinaryElement
Get value of element.
getCharacter(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.CharElement
Get value of element.
getComponent(String) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Get component name as specified.
getComponents() - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Get iterator of component elements registered under this element.
getCount() - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Get repetition count.
getDate() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Create Date object.
getDate(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeElement
Get value of element.
getDate(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement
Get value of element.
getDate(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.DateElement
Get value of element.
getDelayed() - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Get whether this element is delayed applying validation process.
getDetermined(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Get determined element.
getDetermineds(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Get determined elements.
getDouble(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.DoubleElement
Get value of element.
getDuration(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.DurationElement
Get value of element.
getElements() - Method in interface jp.ne.dti.lares.foozy.sasax.Path
Get iterator of component elements.
getElements() - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Get iterator of component elements.
getExtensions() - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Get iterator of extensions which are enabled in this context.
getFloat(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.FloatElement
Get value of element.
getIgnoreEmpty() - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Set whether this element applies validation process on empty text.
getInteger(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.IntElement
Get value of element.
getList(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ListElement
Get value of element.
getLName() - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Get local name of this element.
getLName() - Method in class jp.ne.dti.lares.foozy.sasax.Path.Element
Get local name of this element.
getLName() - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Get local name of this element.
getLocalName(String) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Get local name part from qualified name
getLocator() - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContext
Get information of(or location in) XML document.
getLocator() - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Get information of(or location in) XML document.
getLong(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.LongElement
Get value of element.
getNumber(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.NumberElement
Get value of element.
getParent() - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Get parent element of this.
getParent() - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Get parent of itself.
getParent() - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Get parent of itself.
getPath(ParseContext) - Static method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Utility to get path information.
getPrefix(String) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Get prefix part from qualified name.
getPrefixes(String) - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContext
Get prefixes associated to specified URI.
getPrefixes(String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Get prefixes associated to specified URI.
getPrefixes(String) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Get prefixes associated to specified URI.
getShort(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ShortElement
Get value of element.
getString(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.StringElement
Get value of element.
getTime(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.TimeElement
Get value of element.
getURI() - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Get URI of this element.
getURI() - Method in class jp.ne.dti.lares.foozy.sasax.Path.Element
Get URI of this element.
getURI() - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Get URI of this element.
getURI(String) - Method in interface jp.ne.dti.lares.foozy.sasax.ParseContext
Get URI associated to specified prefix.
getURI(String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Get URI associated to specified prefix.
getURI(String) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Get URI associated to specified prefix.
getValue(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Get value deserialized(and validated) from string in XML document.

H

hasDatePart() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Examine whether one or some of date part fields are set or not.
hasExtension() - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Examine whether extension is available or not.
hashCode() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
hasNotification(Notification) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Remove custom notification procedure.
hasTimePart() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Examine whether one or some of time part fields are set or not.
hasXSINil(Attributes) - Static method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Examine whether there is xsi:nil="true" in specified attribute.
HexBinary - class jp.ne.dti.lares.foozy.sasax.glue.HexBinary.
Encoder/decoder for HexBinary format.
HexBinary() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.HexBinary
 
HexBinaryElement - class jp.ne.dti.lares.foozy.sasax.HexBinaryElement.
Concrete class to treat text as byte array value.
HexBinaryElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.HexBinaryElement
Constructor.
HOUR - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'hour of day'.

I

ID - Static variable in class jp.ne.dti.lares.foozy.sasax.PathExtension
ID to identify this extension.
ignorableWhitespace(char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "ignorableWhitespace" event for ContentHandler.
ignorableWhitespace(char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'ignorableWhitespace' SAX event.
ignorableWhitespace(char[], int, int, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "ignorableWhitespace" of element.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "ignorableWhitespace" requiest to wrapt element.
ignorableWhitespace(ParseContext, char[], int, int) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ParseContext, char[], int, int) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Receive notification of ignorable whitespace in element content.
IgnoreElement - class jp.ne.dti.lares.foozy.sasax.IgnoreElement.
Element which ignores all events from first "startElement" to corresponded "endElement".
IgnoreElement(Element) - Constructor for class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Constructor.
IntElement - class jp.ne.dti.lares.foozy.sasax.IntElement.
Concrete class to treat text as int value.
IntElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.IntElement.CustomValidation.
Implementation to validate int value string representation in XML document.
IntElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.IntElement.CustomValidation
Constructor.
IntElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.IntElement
Constructor.
IntElement(Element, String, String, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.IntElement
Constructor.
isAncestorOf(Path) - Method in interface jp.ne.dti.lares.foozy.sasax.Path
Examine whether invoked target is ancestor of specified path.
isAncestorOf(Path) - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Examine whether invoked target is ancestor of specified path.
isDescendantOf(Path) - Method in interface jp.ne.dti.lares.foozy.sasax.Path
Examine whether invoked target is descendant of specified path.
isDescendantOf(Path) - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Examine whether invoked target is descendant of specified path.
isDetermined() - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Examine content of element is determined or not.
isDetermined() - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Examine content of element is determined or not.
isDetermined() - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "isDetermined" requiest to wrapt element.
isDetermined() - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Examine content of element is determined or not.
isEmpty() - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Examine whether no component is registered or not.
isEmpty() - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Examine whether no component is registered or not.
isEnabled(ParseContext) - Static method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Examine this extension is enabled on specified context.
isNil(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Examine whether this element is nil one or not.
isNil(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Examine whether this element is nil one or not.
isNillable() - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Get 'nillable'-ness of this element.
isNillable() - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Get 'nillable'-ness of this element.
isSet(int) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Examine whether value of specified field is set or not.
isWhitespace(char) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Examine whether specified character is white space or not.
isWhitespace(char[], int, int) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Examine whether all specified characters are whie space or not.
isWhitespace(String) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Examine whether specified stirng only consists of white space or not.

J

jp.ne.dti.lares.foozy.sasax - package jp.ne.dti.lares.foozy.sasax
SASAX framework core package.
jp.ne.dti.lares.foozy.sasax.glue - package jp.ne.dti.lares.foozy.sasax.glue
UNOFFICIAL glue to build SASAX up.

L

ListElement - class jp.ne.dti.lares.foozy.sasax.ListElement.
Class to handle list of atomic data type.
ListElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.ListElement.CustomValidation.
Implementation to validate token list representation in XML document.
ListElement.CustomValidation() - Constructor for class jp.ne.dti.lares.foozy.sasax.ListElement.CustomValidation
Constructor.
ListElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.ListElement
Constructor.
LongElement - class jp.ne.dti.lares.foozy.sasax.LongElement.
Concrete class to treat text as long value.
LongElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.LongElement.CustomValidation.
Implementation to validate byte value string representation in XML document.
LongElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.LongElement.CustomValidation
Constructor.
LongElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.LongElement
Constructor.
LongElement(Element, String, String, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.LongElement
Constructor.
LooseDateTimeElement - class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement.
Concrete class to treat text as Date value.
LooseDateTimeElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement.CustomValidation.
Implementation to validate dateTime value string representation in XML document.
LooseDateTimeElement.CustomValidation(TimeZone) - Constructor for class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement.CustomValidation
Constructor.
LooseDateTimeElement(Element, String, String, TimeZone) - Constructor for class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement
Constructor.
LooseDateTimeParser - class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser.
String parser for XML data and time format.
LooseDateTimeParser() - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Constructor.
LooseDateTimeParser(TimeZone) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Constructor.

M

main(String[]) - Static method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Bootstrap method.
main(String[]) - Static method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Bootstrap method.
MessageUtil - class jp.ne.dti.lares.foozy.sasax.MessageUtil.
Utilities for error message handling.
MessageUtil() - Constructor for class jp.ne.dti.lares.foozy.sasax.MessageUtil
 
MILLISECOND - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'millisecond'.
MINUTE - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'minute'.
MONTH - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'month'.
MONTH_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parser for month part.
mustItem_ - Variable in class jp.ne.dti.lares.foozy.sasax.ElementSet.Entry
 

N

NameChecker - class jp.ne.dti.lares.foozy.sasax.NameChecker.
Utility to check name equality.
NameChecker(String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.NameChecker
Constructor.
negativate() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Reverse sign of each fields.
normalize(String) - Method in class jp.ne.dti.lares.foozy.sasax.Normalizer
Normalize specified string.
Normalizer - class jp.ne.dti.lares.foozy.sasax.Normalizer.
Abstraction to normalize string in lexical space of XML document.
Normalizer() - Constructor for class jp.ne.dti.lares.foozy.sasax.Normalizer
 
notationDecl(String, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "notationDecl" event for DTDHandler.
Notification - interface jp.ne.dti.lares.foozy.sasax.Notification.
Interface to receive notification of start/end element events.
notifyDetermined() - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Deprecated. by AbstractElement.notifyDetermined(ParseContext)
notifyDetermined(ParseContext) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Notify determination of element content.
NumberElement - class jp.ne.dti.lares.foozy.sasax.NumberElement.
Abstract class to treat text as number value.
NumberElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation.
Abstract class to validate number value string representation in XML document.
NumberElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation
Constructor.
NumberElement.CustomValidation(int, Map) - Constructor for class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation
Constructor.
NumberElement(Element, String, String, NumberElement.CustomValidation) - Constructor for class jp.ne.dti.lares.foozy.sasax.NumberElement
Constructor.

P

parse(DateTimeFormat.Parser, String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
Parse specified string as date time information.
parse(DateTimeInfo, char) - Method in interface jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.Parser
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.LetterParser
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.DigitParser
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.VarDigitParser
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserSelecter
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap
Parse specified character.
parse(DateTimeInfo, char) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.UTCParser
Parse specified character.
parse(DefaultHandler, PrefixMapping, Reader) - Static method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Parse XML document from specified string.
parse(DefaultHandler, PrefixMapping, String) - Static method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Parse XML document from specified string.
parse(DefaultHandler, Reader) - Static method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Parse XML document from specified string.
parse(DefaultHandler, String) - Static method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Parse XML document from specified string.
parse(Reader) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Parse XML document read from specified Reader.
parse(Reader) - Method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Parse XML document read from specified Reader.
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Parse XML document from specified string.
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Parse XML document from specified string.
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateParser
Parse text as XML "dateTime" built-in format.
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.glue.TimeParser
 
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parse text as XML date and time format.
parse(String) - Static method in class jp.ne.dti.lares.foozy.sasax.glue.DurationParser
 
parse(String) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
Parse text as XML "dateTime" built-in format.
parse(String, int) - Method in class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation
Parse specified text as string representation of number.
parse(String, int) - Method in class jp.ne.dti.lares.foozy.sasax.IntElement.CustomValidation
Parse specified text as string representation of number.
parse(String, int) - Method in class jp.ne.dti.lares.foozy.sasax.LongElement.CustomValidation
Parse specified text as string representation of number.
parse(String, int) - Method in class jp.ne.dti.lares.foozy.sasax.ByteElement.CustomValidation
Parse specified text as string representation of number.
parse(String, int) - Method in class jp.ne.dti.lares.foozy.sasax.ShortElement.CustomValidation
Parse specified text as string representation of number.
ParseContext - interface jp.ne.dti.lares.foozy.sasax.ParseContext.
Context of XML document parsing in SAX.
ParseContextImpl - class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.
Reference implementation of ParseContext.
ParseContextImpl.Extension - class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension.
Base class of pluggable extension of parse context.
ParseContextImpl.Extension() - Constructor for class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Constructor.
ParseContextImpl.ExtensionFactory - interface jp.ne.dti.lares.foozy.sasax.ParseContextImpl.ExtensionFactory.
Factory interface to instanciate extension.
ParseContextImpl() - Constructor for class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Constructor.
ParseContextImpl(PrefixMapping) - Constructor for class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Constructor.
Path - interface jp.ne.dti.lares.foozy.sasax.Path.
Interface to represent "path" model.
Path.Element - class jp.ne.dti.lares.foozy.sasax.Path.Element.
Element of path.
Path.Element(String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.Path.Element
Constructor.
Path.Element(String, String, Attributes) - Constructor for class jp.ne.dti.lares.foozy.sasax.Path.Element
Constructor.
PathExtension - class jp.ne.dti.lares.foozy.sasax.PathExtension.
Extension for path information.
PathImpl - class jp.ne.dti.lares.foozy.sasax.PathImpl.
Implementation of interface Path.
PathImpl() - Constructor for class jp.ne.dti.lares.foozy.sasax.PathImpl
Constructor.
PLAIN_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateParser
 
PLAIN_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.TimeParser
 
PLAIN_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
PLAIN_TIME_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
pop() - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Remove descendant element from path.
pop(ElementSet.Entry, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Discard specified entry from entryList.
pop(ElementSet.Entry, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet.Ordered
Discard entries from first one to specified one in entryList.
pop(ElementSet.Entry, List) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet.Unordered
Discard only specified entries in entryList.
PrefixMapping - class jp.ne.dti.lares.foozy.sasax.PrefixMapping.
Utility to management namespace prefix mapping.
PrefixMapping() - Constructor for class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Constructor.
PrefixMappingAdapter - class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter.
Adapter to ensure namespace awareness for namespace un-aware XML parser.
PrefixMappingAdapter(DefaultHandler) - Constructor for class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Constructor.
PrefixMappingAdapter(DefaultHandler, PrefixMapping) - Constructor for class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Constructor.
PRESERVE - Static variable in class jp.ne.dti.lares.foozy.sasax.Normalizer
Instance to normalize in "preserve" policy.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of a processing instruction.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of ignorable whitespace in element content.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of a processing instruction.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Receive notification of ignorable whitespace in element content.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "processingInstruction" requiest to wrapt element.
processingInstruction(ParseContext, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Receive notification of a processing instruction.
processingInstruction(ParseContext, String, String) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "processingInstruction" event for ContentHandler.
processingInstruction(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'processingInstruction' SAX event.
processingInstruction(String, String, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "processingInstruction" of element.
push(Path.Element) - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Add descendant element to path.

Q

qualify(String, String) - Static method in class jp.ne.dti.lares.foozy.sasax.StringUtil
Compose qualified name from specified prefix and local name.

R

register() - Static method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Register this extension to ParseContextImpl.
register(String, ParseContextImpl.ExtensionFactory) - Static method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Register factory for extension.
removeNotification(Notification) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Remove custom notification procedure.
REPLACE - Static variable in class jp.ne.dti.lares.foozy.sasax.Normalizer
Instance to normalize in "replace" policy.
resolveEntity(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "resolveEntity" event for EntityResolver.

S

SASAXElementDump - class jp.ne.dti.lares.foozy.sasax.SASAXElementDump.
Dump start-/endElement SAX event from specified XML document.
SASAXElementDump(Writer) - Constructor for class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Constructor.
satisfies(Path.Element) - Method in class jp.ne.dti.lares.foozy.sasax.Path.Element
Examine whether invoked target satisfies with specified element.
satisfies(Path) - Method in interface jp.ne.dti.lares.foozy.sasax.Path
Examine whether invoked target satisfies with specified path.
satisfies(Path) - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
Examine whether invoked target satisfies with specified path.
SECOND - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'second'.
set(DateTimeFormat.Parser) - Method in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap
Set wrapped parser.
set(int, int) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Set value of specified field.
setDelayed(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Set whether this element is delayed applying validation process.
setDetermined(ParseContext) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Set internal status as "determined".
setDocumentLocator(Locator) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "setDocumentLocator" event for ContentHandler.
setDocumentLocator(Locator) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'setDocumentLocator' SAX event.
setElement(Element) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
Set wrapping target element.
setElement(Element) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Set repetition target element.
setIgnoreEmpty(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Set whether this element applies validation process on empty text.
setLocator(Locator) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl
Set locator.
setNillable(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Set 'nillable'-ness of this element.
setNillable(boolean) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Set 'nillable'-ness of this element.
setRadix(int) - Method in class jp.ne.dti.lares.foozy.sasax.NumberElement
Set radix in which determined text value is converted to int.
setRadix(int) - Method in class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation
Change radix.
setRadix(int) - Method in class jp.ne.dti.lares.foozy.sasax.CharElement
Set radix in which determined text value is converted to char.
setRadix(int) - Method in class jp.ne.dti.lares.foozy.sasax.CharElement.CustomValidation
Change radix.
ShortElement - class jp.ne.dti.lares.foozy.sasax.ShortElement.
Concrete class to treat text as short value.
ShortElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.ShortElement.CustomValidation.
Implementation to validate short value string representation in XML document.
ShortElement.CustomValidation(int) - Constructor for class jp.ne.dti.lares.foozy.sasax.ShortElement.CustomValidation
Constructor.
ShortElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.ShortElement
Constructor.
ShortElement(Element, String, String, int) - Constructor for class jp.ne.dti.lares.foozy.sasax.ShortElement
Constructor.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of a skipped entity.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of a processing instruction.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of a skipped entity.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Receive notification of a processing instruction.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "skippedEntity" requiest to wrapt element.
skippedEntity(ParseContext, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Receive notification of a skipped entity.
skippedEntity(ParseContext, String) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of a skipped entity.
skippedEntity(String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "skippedEntity" event for ContentHandler.
skippedEntity(String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'skippedEntity' SAX event.
skippedEntity(String, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "skippedEntity" of element.
startDocument() - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "startDocument" event for ContentHandler.
startDocument() - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'startDocument' SAX event.
startDocument() - Method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Receive 'startDocument' SAX event.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementChoice
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.IgnoreElement
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.SASAXElementDump
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementSet
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.DormantElement
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementWrapper
This delegates "startElement" requiest to wrapt element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementRepetition
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in interface jp.ne.dti.lares.foozy.sasax.Element
Receive notification of the beginning of an element.
startElement(ParseContext, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.CompositeElement
Receive notification of the beginning of an element.
startElement(String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDump
Dump "startElement" event.
startElement(String, String, Attributes, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ParseContextImpl.Extension
Prepare and "post"-pare for "startElement" of element.
startElement(String, String, Attributes, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.PathExtension
Prepare and "post"-pare for "startElement" of element.
startElement(String, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "startElement" event for ContentHandler.
startElement(String, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'startElement' SAX event.
startElement(String, String, String, Attributes) - Method in class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Receive 'startElement' SAX event.
startPrefixMapping(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMapping
Notify start of prefix mapping.
startPrefixMapping(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "startPrefixMapping" event for ContentHandler.
startPrefixMapping(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.ElementDrivenHandler
Receive 'startPrefixMapping' SAX event.
store(Calendar) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Store values into specified calendar.
StringElement - class jp.ne.dti.lares.foozy.sasax.StringElement.
Concrete class to treat text as string value.
StringElement(Element, String, String) - Constructor for class jp.ne.dti.lares.foozy.sasax.StringElement
Constructor.
StringElement(Element, String, String, Normalizer) - Constructor for class jp.ne.dti.lares.foozy.sasax.StringElement
Constructor.
StringUtil - class jp.ne.dti.lares.foozy.sasax.StringUtil.
Utility to treat string.
StringUtil() - Constructor for class jp.ne.dti.lares.foozy.sasax.StringUtil
 

T

TIME_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parser for time part.
TimeElement - class jp.ne.dti.lares.foozy.sasax.TimeElement.
Concrete class to treat text as time value.
TimeElement.CustomValidation - class jp.ne.dti.lares.foozy.sasax.TimeElement.CustomValidation.
Implementation to validate time value string representation in XML document.
TimeElement.CustomValidation(boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.TimeElement.CustomValidation
 
TimeElement(Element, String, String, boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.TimeElement
Constructor.
TimeParser - class jp.ne.dti.lares.foozy.sasax.glue.TimeParser.
String parser for XML time built-in data type.
TimeParser(boolean, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.glue.TimeParser
Constructor.
toString() - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
 
toString() - Method in class jp.ne.dti.lares.foozy.sasax.PathImpl
 

U

unexpectedName(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.NameChecker
 
unparsedEntityDecl(String, String, String, String) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "unparsedEntityDecl" event for DTDHandler.
unwatchAttribute(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Stop to watch specified attribute.

V

validate(ParseContext, boolean) - Method in class jp.ne.dti.lares.foozy.sasax.ValueElement
Validate text specified in document by given validation logics.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.NumberElement.CustomValidation
Instanciate and validate value from string in XML document.
validate(ParseContext, Object) - Method in interface jp.ne.dti.lares.foozy.sasax.Validation
Validate value from(or of) string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.TimeElement.CustomValidation
Validate value from(or of) string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.ListElement.CustomValidation
Instanciate and validate token list from string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.DateTimeElement.CustomValidation
Validate value from(or of) string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.DurationElement.CustomValidation
Validate value from(or of) string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.CharElement.CustomValidation
Instanciate and validate value from string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.LooseDateTimeElement.CustomValidation
Validate value from(or of) string in XML document.
validate(ParseContext, Object) - Method in class jp.ne.dti.lares.foozy.sasax.DateElement.CustomValidation
Validate value from(or of) string in XML document.
Validation - interface jp.ne.dti.lares.foozy.sasax.Validation.
Interface to encapsulate validation of string element in XML document.
VALIDATION - Static variable in class jp.ne.dti.lares.foozy.sasax.HexBinaryElement
Instance to validate byte array value string representation in XML document.
VALIDATION - Static variable in class jp.ne.dti.lares.foozy.sasax.FloatElement
Instance to validate float value string representation in XML document.
VALIDATION - Static variable in class jp.ne.dti.lares.foozy.sasax.DoubleElement
Instance to validate double value string representation in XML document.
VALIDATION - Static variable in class jp.ne.dti.lares.foozy.sasax.BooleanElement
Instance to validate boolean value string representation in XML document.
VALIDATION - Static variable in class jp.ne.dti.lares.foozy.sasax.Base64BinaryElement
Instance to validate byte array value string representation in XML document.
ValueElement - class jp.ne.dti.lares.foozy.sasax.ValueElement.
Abstraction of value containing element.
ValueElement(Element, String, String, Normalizer) - Constructor for class jp.ne.dti.lares.foozy.sasax.ValueElement
Constructor.
ValueElement(Element, String, String, Normalizer, boolean) - Constructor for class jp.ne.dti.lares.foozy.sasax.ValueElement
Constructor.

W

warning(SAXParseException) - Method in class jp.ne.dti.lares.foozy.sasax.PrefixMappingAdapter
Receive "warning" event for ErrorHandler.
watchAttribute(String, String) - Method in class jp.ne.dti.lares.foozy.sasax.AbstractElement
Start to watch specified attribute.

X

XMLElementDump - class jp.ne.dti.lares.foozy.sasax.XMLElementDump.
Dump start-/endElement SAX event from specified XML document.
XMLElementDump(Writer) - Constructor for class jp.ne.dti.lares.foozy.sasax.XMLElementDump
Constructor.

Y

YEAR - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'year'.
YEAR_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.LooseDateTimeParser
Parser for year part.

Z

ZONE_ALLOWED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateParser
 
ZONE_ALLOWED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.TimeParser
 
ZONE_ALLOWED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
ZONE_ALLOWED_TIME_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
ZONE_OFFSET - Static variable in class jp.ne.dti.lares.foozy.sasax.DateTimeInfo
Index of value field of 'zone offset'.
ZONE_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
The parser for time zone part at tne end of stirng.
ZONE_REQUIRED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateParser
 
ZONE_REQUIRED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.TimeParser
 
ZONE_REQUIRED_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
ZONE_REQUIRED_TIME_PARSER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeParser
 
ZONE_SELECTER - Static variable in class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat
The parser for optional time zone part at the end of string.

A B C D E F G H I J L M N P Q R S T U V W X Y Z
SASAX API - 1.5