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

A

ActualColumnReference(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
add_escapes(String) - Method in exception net.ivoa.registry.search.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error net.ivoa.registry.search.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addIndentation(String, int) - Static method in class net.ivoa.registry.search.Where2DOM
append spaceCount spaces after the given base string
adjustBeginLineColumn(int, int) - Method in class net.ivoa.registry.search.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADQL_NS - Static variable in class net.ivoa.registry.search.Where2DOM
 
ADQL_PREFIX - Static variable in class net.ivoa.registry.search.Where2DOM
 
ADQLSyntaxException - Exception in net.ivoa.registry.search
an exception indicating that an ADQL query contains a syntax error
ADQLSyntaxException() - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
 
ADQLSyntaxException(String) - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
 
ADQLSyntaxException(Exception) - Constructor for exception net.ivoa.registry.search.ADQLSyntaxException
Wrap the exception generated by the ADQL parser that detected the Error.
AggregateFunctionName() - Method in class net.ivoa.registry.search.Where2DOM
 
Atom(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 

B

backup(int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
beginColumn - Variable in class net.ivoa.registry.search.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class net.ivoa.registry.search.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class net.ivoa.registry.search.SimpleCharStream
 
BetweenPred(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
bufcolumn - Variable in class net.ivoa.registry.search.SimpleCharStream
 
buffer - Variable in class net.ivoa.registry.search.SimpleCharStream
 
bufline - Variable in class net.ivoa.registry.search.SimpleCharStream
 
bufpos - Variable in class net.ivoa.registry.search.SimpleCharStream
 

C

cache - Variable in class net.ivoa.registry.search.Metadata
 
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.DefaultServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in interface net.ivoa.registry.search.ServiceCaller
call the SOAP service and return the content of the body the SOAP response.
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit the soap message
call(SOAPMessage, String) - Method in class net.ivoa.registry.search.test.TestSOAPProduction
submit the soap message
caller - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
Capability - Class in net.ivoa.registry.search
a class for extracting VOResource metadata out of a DOM tree.
Capability(Element) - Constructor for class net.ivoa.registry.search.Capability
create a Capability metadata extractor
checkForFaults(Element) - Static method in class net.ivoa.registry.search.DefaultServiceCaller
check the given element representing the contents of the SOAP body to see if it is a SOAP Fault and throw the appropriate exception
clearCache() - Method in class net.ivoa.registry.search.Metadata
clear the internal parameter cache.
ClosedExpr(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
ClosedSearch(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
column - Variable in class net.ivoa.registry.search.SimpleCharStream
 
ColumnReference(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
Comparison() - Method in class net.ivoa.registry.search.Where2DOM
 
ComparisonDivider() - Method in class net.ivoa.registry.search.Where2DOM
 
ComparisonPred(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
conn - Variable in class net.ivoa.registry.search.DefaultServiceCaller
 
conn - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
createADQLElement(String) - Method in class net.ivoa.registry.search.Where2DOM
 
createSearchQuery() - Method in class net.ivoa.registry.search.SOAPSearchClient
return a SearchQuery object that can be used to attach an ADQL query to.
curChar - Variable in class net.ivoa.registry.search.Where2DOMTokenManager
 
currentToken - Variable in exception net.ivoa.registry.search.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class net.ivoa.registry.search.Where2DOMTokenManager
 
DEFAULT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
defaultEndpoint - Static variable in class net.ivoa.registry.search.RegistrySearchClient
the default registry endpoint to connect to.
DefaultServiceCaller - Class in net.ivoa.registry.search
a default implementation of the ServiceCaller interface for calling a SOAP service.
DefaultServiceCaller(SOAPConnection, URL) - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object
DefaultServiceCaller(URL) - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object
DefaultServiceCaller() - Constructor for class net.ivoa.registry.search.DefaultServiceCaller
create a default ServiceCaller object
DIGIT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
disable_tracing() - Method in class net.ivoa.registry.search.Where2DOM
 
doc - Variable in class net.ivoa.registry.search.Where2DOM
 
Done() - Method in class net.ivoa.registry.search.SimpleCharStream
 

E

enable_tracing() - Method in class net.ivoa.registry.search.Where2DOM
 
endColumn - Variable in class net.ivoa.registry.search.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class net.ivoa.registry.search.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endpoint - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
EOF - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
eol - Variable in exception net.ivoa.registry.search.ParseException
The end of line string for this machine.
ExpandBuff(boolean) - Method in class net.ivoa.registry.search.SimpleCharStream
 
expectedTokenSequences - Variable in exception net.ivoa.registry.search.ParseException
Each entry in this array is an array of integers.
extractContent(SOAPMessage) - Method in class net.ivoa.registry.search.DefaultServiceCaller
extract the content of the SOAP response.

F

FillBuff() - Method in class net.ivoa.registry.search.SimpleCharStream
 
findBlocks(String) - Method in class net.ivoa.registry.search.Metadata
return all metadata blocks that match a given path name as a List
findCapabilityByID(String) - Method in class net.ivoa.registry.search.VOResource
return the capability element of a specified type.
findCapabilityByType(String) - Method in class net.ivoa.registry.search.VOResource
return the capability element of a specified type.
FLOAT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
FunctionOfOneVar(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 

G

GENERAL_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the general registry interface fault element tag name
generateParseException() - Method in class net.ivoa.registry.search.Where2DOM
 
getAccessURL(String, String) - Method in class net.ivoa.registry.search.Capability
return the access URL for the standard interface for this capability
getBeginColumn() - Method in class net.ivoa.registry.search.SimpleCharStream
 
getBeginLine() - Method in class net.ivoa.registry.search.SimpleCharStream
 
getBlocks(String) - Method in class net.ivoa.registry.search.Metadata
return all Metadata blocks that match a given path name.
getCapabilityClass() - Method in class net.ivoa.registry.search.Capability
return the capability class.
getChildByTag(Element, String) - Method in class net.ivoa.registry.search.Where2DOM
 
getColumn() - Method in class net.ivoa.registry.search.SimpleCharStream
Deprecated.  
getCompliance() - Method in class net.ivoa.registry.search.RegistrySearchClient
Set the tolerance toward non-compliance with the Registry Interface standard.
getDOMNode() - Method in class net.ivoa.registry.search.Metadata
return the wrapped Node
getEndColumn() - Method in class net.ivoa.registry.search.SimpleCharStream
 
getEndLine() - Method in class net.ivoa.registry.search.SimpleCharStream
 
getEndpoint() - Method in class net.ivoa.registry.search.DefaultServiceCaller
get the service endpoint URL currently in use
getEndpoint() - Method in interface net.ivoa.registry.search.ServiceCaller
get the service endpoint URL currently in use
getFrom() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return the position of the first record to return
getIdentifier() - Method in class net.ivoa.registry.search.VOResource
return the resource's identifier
getIdentity() - Method in class net.ivoa.registry.search.RegistrySearchClient
return the description of the registry.
getIdentity() - Method in class net.ivoa.registry.search.SOAPSearchClient
return the Registry description
GETIDENTITY_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
GetImage() - Method in class net.ivoa.registry.search.SimpleCharStream
 
getIndent() - Method in class net.ivoa.registry.search.Where2DOM
return the pretty-fying indent amount that will be inserted.
getInterface(String, String) - Method in class net.ivoa.registry.search.Capability
return the Interface description for this capability
getLine() - Method in class net.ivoa.registry.search.SimpleCharStream
Deprecated.  
getMax() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return the maximum number of records to return
getMessage(Element) - Static method in class net.ivoa.registry.search.DefaultServiceCaller
given the contents of registry interface fault element, return the enclosed error message.
getMessage() - Method in exception net.ivoa.registry.search.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error net.ivoa.registry.search.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageDestination() - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
return the stream that messages are being sent to
getNextToken() - Method in class net.ivoa.registry.search.Where2DOM
 
getNextToken() - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 
getNSMode(short) - Method in class net.ivoa.registry.search.Where2DOM
return the namespace qualification mode that will be used
getParameter(String) - Method in class net.ivoa.registry.search.Metadata
return the first value matching the given parameter name
getParameters(String) - Method in class net.ivoa.registry.search.Metadata
return values of all parameters with a given name
getPathName() - Method in class net.ivoa.registry.search.Metadata
return the pathname configured with this element
getRecordBufferSize() - Method in class net.ivoa.registry.search.RegistrySearchClient
return the size of the record buffer.
getReplyFromCall(SOAPMessage, String) - Method in class net.ivoa.registry.search.DefaultServiceCaller
call the service and return the SOAPMessage response
getResource(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
return the Resource description for a given identifier.
getResource(String) - Method in class net.ivoa.registry.search.SOAPSearchClient
return the Resource description for a given identifier
GETRESOURCE_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
getResourceClass() - Method in class net.ivoa.registry.search.VOResource
return the resource class.
getRetrievedCount() - Method in class net.ivoa.registry.search.SearchResults
return the total number of records downloaded from the registry so far.
getSearchSOAPMessage() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return a SOAP Message that is ready for submission
getShortName() - Method in class net.ivoa.registry.search.VOResource
return the resource's short name
getStandardAccessURL(String) - Method in class net.ivoa.registry.search.Capability
return the access URL for the standard interface for this capability
getStandardID() - Method in class net.ivoa.registry.search.Capability
return the standard identifier for this capability or null if it does not have one set.
getStandardInterface(String) - Method in class net.ivoa.registry.search.Capability
return the standard Interface description for this capability
GetSuffix(int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
getTargetException() - Method in exception net.ivoa.registry.RegistryCommException
 
getTitle() - Method in class net.ivoa.registry.search.VOResource
return the resource's title
getToken(int) - Method in class net.ivoa.registry.search.Where2DOM
 
getWhereParent() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return a parent element that the Where clause can be appended to.
getWrapped() - Method in exception net.ivoa.registry.search.ADQLSyntaxException
return the original exception that resulted from parsing the query.
getXSIType() - Method in class net.ivoa.registry.search.Metadata
return the value of the xsi:type attribute if it exists.

H

hasNext() - Method in class net.ivoa.registry.search.SearchResults
return true if next() will return a result
hasPrevious() - Method in class net.ivoa.registry.search.SearchResults
return true if previous() will return a result

I

Identifiers - Class in net.ivoa.registry.search
this class provides iterator access to a list of identifiers returned as part of a registry search.
identifiersByADQL(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource identifiers whose descriptions match an ADQL query.
identifiersByKeywords(String, boolean) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource identifiers whose descriptions contain specific keywords.
IDNotFoundException - Exception in net.ivoa.registry.search
an exception indicating that the requested identifier does not exist in the registry.
IDNotFoundException() - Constructor for exception net.ivoa.registry.search.IDNotFoundException
 
IDNotFoundException(String) - Constructor for exception net.ivoa.registry.search.IDNotFoundException
 
image - Variable in class net.ivoa.registry.search.Token
The string image of the token.
inBuf - Variable in class net.ivoa.registry.search.SimpleCharStream
 
indent - Variable in class net.ivoa.registry.search.Where2DOM
 
indent() - Method in class net.ivoa.registry.search.Where2DOM
insert the text nodes that provide pretty indentations.
indent(Element, String, int) - Method in class net.ivoa.registry.search.Where2DOM
insert the text nodes that provide pretty indentations.
input_stream - Variable in class net.ivoa.registry.search.Where2DOMTokenManager
 
inputStream - Variable in class net.ivoa.registry.search.SimpleCharStream
 
INTEGER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
IntersectionElement(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
IntersectionSearch(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
InverseSearch(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
isCountFinal() - Method in class net.ivoa.registry.search.SearchResults
return whether all of the matched records have be retrieved from the registry.
isIdentifiersOnly() - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
return whether idenitifiers only should be returned

J

jj_nt - Variable in class net.ivoa.registry.search.Where2DOM
 
jjFillToken() - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 
jjstrLiteralImages - Static variable in class net.ivoa.registry.search.Where2DOMTokenManager
 

K

K_abs - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_acos - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_ALL - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_AND - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_ANY - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_AS - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_ASC - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_asin - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_atan - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_atan2 - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_AVG - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_BETWEEN - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_BY - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_ceiling - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_cos - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_COUNT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_degrees - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_DESC - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_DISTINCT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_EXISTS - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_exp - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_floor - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_FROM - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_GROUP - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_HAVING - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_IN - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_INTO - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_IS - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_LIKE - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_log - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_log10 - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_MAX - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_MIN - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_NOT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_NOWAIT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_OR - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_ORDER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_pi - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_power - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_radians - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_rand - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_REGION - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_round - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_SELECT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_sin - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_sqrt - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_square - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_SUM - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_tan - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_TOP - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_truncate - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_UNION - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_WHERE - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
K_XMATCH - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
keywordSearch(String, boolean, int, int, boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a keyword search
KEYWORDSEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
kind - Variable in class net.ivoa.registry.search.Token
An integer that describes the kind of this token.

L

LETTER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error net.ivoa.registry.search.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class net.ivoa.registry.search.Where2DOMTokenManager
 
line - Variable in class net.ivoa.registry.search.SimpleCharStream
 
LINE_COMMENT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
Literal(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
lookingAhead - Variable in class net.ivoa.registry.search.Where2DOM
 
LOOSE_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Adapt silently to any service compliance errors when possible.

M

main(String[]) - Static method in class net.ivoa.registry.search.test.TestRegistryClient
 
main(String[]) - Static method in class net.ivoa.registry.search.test.TestSOAPProduction
 
main(String[]) - Static method in class net.ivoa.registry.search.Where2DOM
 
makeRSName(SOAPMessage, String) - Method in class net.ivoa.registry.search.SOAPSearchClient
 
makeSOAPMessage() - Method in class net.ivoa.registry.search.SOAPSearchClient
create an empty SOAP message.
matchesXSIType(Element, String) - Method in class net.ivoa.registry.search.Where2DOM
 
MathFunctionName() - Method in class net.ivoa.registry.search.Where2DOM
 
maxNextCharInd - Variable in class net.ivoa.registry.search.SimpleCharStream
 
MessagePrintingServiceCaller - Class in net.ivoa.registry.search
a ServiceCaller that will print the SOAP messages to an OutputStream.
MessagePrintingServiceCaller(SOAPConnection, URL) - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
MessagePrintingServiceCaller(URL) - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
MessagePrintingServiceCaller() - Constructor for class net.ivoa.registry.search.MessagePrintingServiceCaller
create a default ServiceCaller object
Metadata - Class in net.ivoa.registry.search
this class provides convenient access to information inside a DOM Node
Metadata(Node) - Constructor for class net.ivoa.registry.search.Metadata
wrap a DOM Node
Metadata(Node, String) - Constructor for class net.ivoa.registry.search.Metadata
wrap a DOM element
MODE_ALWAYS_QUALIFIED - Static variable in class net.ivoa.registry.search.Where2DOM
the namespace qualification mode in which all elements will always be fully qualified with a prefix
MODE_COUNT - Static variable in class net.ivoa.registry.search.Where2DOM
the total number of namespace qualification modes supported
MODE_DEFAULT_NS - Static variable in class net.ivoa.registry.search.Where2DOM
the namespace qualification mode in which default namespaces are defined to minimize the qualification with prefixes.
MultExpr(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
MULTI_LINE_COMMENT - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 

N

net.ivoa.registry - package net.ivoa.registry
 
net.ivoa.registry.search - package net.ivoa.registry.search
 
net.ivoa.registry.search.test - package net.ivoa.registry.search.test
 
newToken(int) - Static method in class net.ivoa.registry.search.Token
Returns a new Token object, by default.
next() - Method in class net.ivoa.registry.search.Identifiers
return the next identifier in the list of results.
next() - Method in class net.ivoa.registry.search.Records
return the next resource description in the list of results.
next - Variable in class net.ivoa.registry.search.Token
A reference to the next regular (non-special) token from the input stream.
NOT_FOUND_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the tag name for the id-not-found registry interface fault element
nsmode - Variable in class net.ivoa.registry.search.Where2DOM
 
Number(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 

P

parent - Variable in class net.ivoa.registry.search.Where2DOM
 
ParseException - Exception in net.ivoa.registry.search
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.ivoa.registry.search.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.ivoa.registry.search.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.ivoa.registry.search.ParseException
 
parseWhere() - Method in class net.ivoa.registry.search.Where2DOM
 
PlusExpr(String) - Method in class net.ivoa.registry.search.Where2DOM
 
prevCharIsCR - Variable in class net.ivoa.registry.search.SimpleCharStream
 
prevCharIsLF - Variable in class net.ivoa.registry.search.SimpleCharStream
 
previous() - Method in class net.ivoa.registry.search.Identifiers
return the previous identifier.
previous() - Method in class net.ivoa.registry.search.Records
return the previous resource description.
printResults(Element) - Static method in class net.ivoa.registry.search.test.TestRegistryClient
print out the given element as a stand-alone XML doument

R

readChar() - Method in class net.ivoa.registry.search.SimpleCharStream
 
Records - Class in net.ivoa.registry.search
this class provides iterator access to the VOResource records returned by a registry search
RegionSearch(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
RegistryAccessException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryAccessException() - Constructor for exception net.ivoa.registry.RegistryAccessException
 
RegistryAccessException(String) - Constructor for exception net.ivoa.registry.RegistryAccessException
 
RegistryCommException - Exception in net.ivoa.registry
an exception indicating an unexpected protocol error was detected while querying a registry.
RegistryCommException() - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryCommException(String) - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryCommException(Exception) - Constructor for exception net.ivoa.registry.RegistryCommException
 
RegistryFormatException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryFormatException() - Constructor for exception net.ivoa.registry.RegistryFormatException
 
RegistryFormatException(String) - Constructor for exception net.ivoa.registry.RegistryFormatException
 
RegistrySearchClient - Class in net.ivoa.registry.search
a registry search client class
RegistrySearchClient() - Constructor for class net.ivoa.registry.search.RegistrySearchClient
create a client configured to connect to the configured default registry
RegistrySearchClient(URL) - Constructor for class net.ivoa.registry.search.RegistrySearchClient
create a client connected to a registry with the given endpoint URL
RegistryServiceException - Exception in net.ivoa.registry
an exception indicating an error was detected by the server while querying a registry.
RegistryServiceException() - Constructor for exception net.ivoa.registry.RegistryServiceException
 
RegistryServiceException(String) - Constructor for exception net.ivoa.registry.RegistryServiceException
 
ReInit(Reader, int, int, int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(Reader) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(InputStream) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class net.ivoa.registry.search.SimpleCharStream
 
ReInit(InputStream) - Method in class net.ivoa.registry.search.Where2DOM
 
ReInit(Reader) - Method in class net.ivoa.registry.search.Where2DOM
 
ReInit(Where2DOMTokenManager) - Method in class net.ivoa.registry.search.Where2DOM
 
ReInit(SimpleCharStream) - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 
ReInit(SimpleCharStream, int) - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 
RelativeXPath(StringBuffer) - Method in class net.ivoa.registry.search.Where2DOM
 
renameADQLElement(Element, String, Node) - Method in class net.ivoa.registry.search.Where2DOM
 
resIDBuffer - Variable in class net.ivoa.registry.search.RegistrySearchClient
 
resRecordBuffer - Variable in class net.ivoa.registry.search.RegistrySearchClient
 

S

S_CHAR_LITERAL - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_IDENTIFIER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_INTEGER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_PROTECTED - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_QUOTED_IDENTIFIER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_REAL - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_TABLE_IDENTIFIER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_XPATH - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
S_XPATH_IDENTIFIER - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
ScalarExpression(String) - Method in class net.ivoa.registry.search.Where2DOM
 
search(Element, int, int, boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a constraint-based search
search(SOAPSearchClient.SearchQuery) - Method in class net.ivoa.registry.search.SOAPSearchClient
submit a constraint-based search as a SearchQuery object.
Search(String) - Method in class net.ivoa.registry.search.Where2DOM
 
SEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
searchByADQL(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for the resource descriptions based on a detailed ADQL query
searchByKeywords(String, boolean) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for resource descriptions containing specific keywords.
searchByXQuery(String) - Method in class net.ivoa.registry.search.RegistrySearchClient
search for resource description information using XQuery.
SearchResults - Class in net.ivoa.registry.search
this class provides iterator access to the results of a registry search
service - Variable in class net.ivoa.registry.search.RegistrySearchClient
 
ServiceCaller - Interface in net.ivoa.registry.search
an interface for calling a SOAP service.
setCaller(ServiceCaller) - Method in class net.ivoa.registry.search.RegistrySearchClient
set the SOAP ServiceCaller implementation to use.
setCaller(ServiceCaller) - Method in class net.ivoa.registry.search.SOAPSearchClient
set the Caller implementation to use.
setCompliance(short) - Method in class net.ivoa.registry.search.RegistrySearchClient
Set the tolerance toward non-compliance with the Registry Interface standard.
setDebugStream(PrintStream) - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 
setEndpoint(URL) - Method in class net.ivoa.registry.search.DefaultServiceCaller
set the service endpoint URL
setEndpoint(URL) - Method in interface net.ivoa.registry.search.ServiceCaller
set the service endpoint URL
setFrom(int) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set the position of the first record to return
setIdentifiersOnly(boolean) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set whether idenitifiers only should be returned.
setIndent(int) - Method in class net.ivoa.registry.search.Where2DOM
set the desired pretty-fying indent amount.
setMax(int) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
set the maximum number of records to return
setMessageDestination(OutputStream) - Method in class net.ivoa.registry.search.MessagePrintingServiceCaller
set the stream to send the messages to.
setNSMode(short) - Method in class net.ivoa.registry.search.Where2DOM
set the namespace qualification mode to use
setRecordBufferSize(int) - Method in class net.ivoa.registry.search.RegistrySearchClient
return the size of the record buffer.
setWhere(Element) - Method in class net.ivoa.registry.search.SOAPSearchClient.SearchQuery
 
SimpleCharStream - Class in net.ivoa.registry.search
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class net.ivoa.registry.search.SimpleCharStream
 
SOAP_NS - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the SOAP v1.1 namespace URI string
soapfactory - Variable in class net.ivoa.registry.search.SOAPSearchClient
 
SOAPSearchClient - Class in net.ivoa.registry.search
A client for the IVOA Registry Search Interface
SOAPSearchClient() - Constructor for class net.ivoa.registry.search.SOAPSearchClient
 
SOAPSearchClient(URL) - Constructor for class net.ivoa.registry.search.SOAPSearchClient
Create a client configured to connect to a given registry
SOAPSearchClient.SearchQuery - Class in net.ivoa.registry.search
an updatable search query
SPECIAL_CHARS - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
specialConstructor - Variable in exception net.ivoa.registry.search.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class net.ivoa.registry.search.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class net.ivoa.registry.search.SimpleCharStream
 
STCC_NS - Static variable in class net.ivoa.registry.search.Where2DOM
 
STCC_PREFIX - Static variable in class net.ivoa.registry.search.Where2DOM
 
STCR_NS - Static variable in class net.ivoa.registry.search.Where2DOM
 
STCR_PREFIX - Static variable in class net.ivoa.registry.search.Where2DOM
 
STRICT_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Throw an exception whenever the registry does not comply with the Registry Interface specification.
strictness - Variable in class net.ivoa.registry.search.RegistrySearchClient
 
SwitchTo(int) - Method in class net.ivoa.registry.search.Where2DOMTokenManager
 

T

TestRegistryClient - Class in net.ivoa.registry.search.test
 
TestRegistryClient() - Constructor for class net.ivoa.registry.search.test.TestRegistryClient
 
TestSOAPProduction - Class in net.ivoa.registry.search.test
 
TestSOAPProduction() - Constructor for class net.ivoa.registry.search.test.TestSOAPProduction
 
TestSOAPProduction(URL) - Constructor for class net.ivoa.registry.search.test.TestSOAPProduction
 
Token - Class in net.ivoa.registry.search
Describes the input token stream.
Token() - Constructor for class net.ivoa.registry.search.Token
 
token - Variable in class net.ivoa.registry.search.Where2DOM
 
token_source - Variable in class net.ivoa.registry.search.Where2DOM
 
tokenImage - Variable in exception net.ivoa.registry.search.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.ivoa.registry.search.Where2DOMConstants
 
TokenMgrError - Error in net.ivoa.registry.search
 
TokenMgrError() - Constructor for error net.ivoa.registry.search.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error net.ivoa.registry.search.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.ivoa.registry.search.TokenMgrError
 
toString() - Method in class net.ivoa.registry.search.Token
Returns the image.
TrigonometricFunctionName() - Method in class net.ivoa.registry.search.Where2DOM
 

U

UnionSearch(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
Unit(String) - Method in class net.ivoa.registry.search.Where2DOM
 
UnitExpr(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
UNSUPPORTED_OPERATION_FAULT - Static variable in class net.ivoa.registry.search.DefaultServiceCaller
the tag name for the unsupported operation registry interface fault element
UnsupportedOperationException - Exception in net.ivoa.registry.search
an exception indicating that the requested identifier does not exist in the registry.
UnsupportedOperationException() - Constructor for exception net.ivoa.registry.search.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception net.ivoa.registry.search.UnsupportedOperationException
 
UpdateLineColumn(char) - Method in class net.ivoa.registry.search.SimpleCharStream
 
usage() - Static method in class net.ivoa.registry.search.test.TestRegistryClient
 

V

VOResource - Class in net.ivoa.registry.search
a class for extracting VOResource metadata out of a DOM tree.
VOResource(Element) - Constructor for class net.ivoa.registry.search.VOResource
create a VOResource metadata extracter

W

WARN_COMPLIANCE - Static variable in class net.ivoa.registry.search.RegistrySearchClient
Warn about any service compliance errors with a message to standard error, but otherwise adapt when possible.
Where(String) - Method in class net.ivoa.registry.search.Where2DOM
 
Where2DOM - Class in net.ivoa.registry.search
 
Where2DOM() - Constructor for class net.ivoa.registry.search.Where2DOM
 
Where2DOM(InputStream) - Constructor for class net.ivoa.registry.search.Where2DOM
 
Where2DOM(Reader) - Constructor for class net.ivoa.registry.search.Where2DOM
 
Where2DOM(Where2DOMTokenManager) - Constructor for class net.ivoa.registry.search.Where2DOM
 
Where2DOMConstants - Interface in net.ivoa.registry.search
 
Where2DOMTokenManager - Class in net.ivoa.registry.search
 
Where2DOMTokenManager(SimpleCharStream) - Constructor for class net.ivoa.registry.search.Where2DOMTokenManager
 
Where2DOMTokenManager(SimpleCharStream, int) - Constructor for class net.ivoa.registry.search.Where2DOMTokenManager
 
wrapped - Variable in exception net.ivoa.registry.search.ADQLSyntaxException
 
WSDL_NS - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
WSDL_PREFIX - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 

X

XPathReference(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 
xquerySearch(String) - Method in class net.ivoa.registry.search.SOAPSearchClient
return the result of an XQuery search
XQUERYSEARCH_ACTION - Static variable in class net.ivoa.registry.search.SOAPSearchClient
 
XSI_NS - Static variable in class net.ivoa.registry.search.Metadata
 
XSI_NS - Static variable in class net.ivoa.registry.search.Where2DOM
 
XString(String, boolean) - Method in class net.ivoa.registry.search.Where2DOM
 

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