Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAllBindings(Map<String, String>) - Method in class org.opengis.cite.wps20.util.NamespaceBindings
-
Adds all of the supplied namespace bindings to the existing set of entries.
- addNamespaceBinding(String, String) - Method in class org.opengis.cite.wps20.util.NamespaceBindings
-
Adds a namespace binding that associates a namespace name with a prefix.
- asList(NodeList) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Returns a List view of the nodes in the given NodeList collection.
- assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
- assertExceptionReport(ClientResponse, String, String) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that the given response message contains an OGC exception report.
- assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that the qualified name of a DOM Node matches the expected value.
- assertSchematronValid(URL, Source, String) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that an XML resource satisfies all applicable constraints defined for the specified phase in a Schematron (ISO 19757-3) schema.
- assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that an XML resource is schema-valid.
- assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.wps20.ETSAssert
-
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
- AsyncTests - Class in org.opengis.cite.wps20.asynchronous
-
AsyncTests class.
- AsyncTests() - Constructor for class org.opengis.cite.wps20.asynchronous.AsyncTests
B
- BasicTests - Class in org.opengis.cite.wps20.basictests
-
BasicTests class.
- BasicTests() - Constructor for class org.opengis.cite.wps20.basictests.BasicTests
- buildClient() - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Builds a client component for interacting with HTTP endpoints.
- buildClientWithProxy(String, int) - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Constructs a client component that uses a specified web proxy.
- buildGetRequest(URI, Map<String, String>, MediaType...) - Method in class org.opengis.cite.wps20.CommonFixture
-
Builds an HTTP request message that uses the GET method.
- buildGetRequest(URI, Map<String, String>, MediaType...) - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Builds an HTTP request message that uses the GET method.
- buildSchematronValidator(String, String) - Static method in class org.opengis.cite.wps20.util.ValidationUtils
-
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.
C
- CheckGetStatus(String, String) - Method in class org.opengis.cite.wps20.asynchronous.AsyncTests
-
CheckGetStatus.
- clearMessages() - Method in class org.opengis.cite.wps20.CommonFixture
-
clearMessages.
- client - Variable in class org.opengis.cite.wps20.CommonFixture
-
HTTP client component (JAX-RS Client API).
- CLIENT - Enum constant in enum class org.opengis.cite.wps20.SuiteAttribute
-
A client component for interacting with HTTP endpoints.
- ClientUtils - Class in org.opengis.cite.wps20.util
-
Provides various utility methods for creating and configuring HTTP client components.
- ClientUtils() - Constructor for class org.opengis.cite.wps20.util.ClientUtils
- CommandLineArguments - Class in org.opengis.cite.wps20
-
Declares supported command line arguments that are parsed using the JCommander library.
- CommandLineArguments() - Constructor for class org.opengis.cite.wps20.CommandLineArguments
-
Constructor for CommandLineArguments.
- CommonFixture - Class in org.opengis.cite.wps20
-
A supporting base class that sets up a common test fixture.
- CommonFixture() - Constructor for class org.opengis.cite.wps20.CommonFixture
- COMPLEX_INPUT_ID - Variable in class org.opengis.cite.wps20.CommonFixture
- COMPLEX_OUTPUT_ID - Variable in class org.opengis.cite.wps20.CommonFixture
- COMPLEX_REQUEST_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- createElement(QName) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Creates a new Element having the specified qualified name.
- createSchema(String) - Static method in class org.opengis.cite.wps20.util.ValidationUtils
-
createSchema.
- createSchemaResolver(URI) - Static method in class org.opengis.cite.wps20.util.ValidationUtils
-
Creates a resource resolver suitable for locating schemas using an entity catalog.
D
- deleteTempFiles(ISuite) - Method in class org.opengis.cite.wps20.SuiteFixtureListener
-
Deletes temporary files created during the test run if TestSuiteLogger is enabled at the INFO level or higher (they are left intact at the CONFIG level or lower).
- dereferenceURI(URI) - Static method in class org.opengis.cite.wps20.util.URIUtils
-
Dereferences the given URI and stores the resulting resource representation in a local file.
- DESCRIBE_PROCESS_REQUEST_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- doDeleteSubjectOnFinish() - Method in class org.opengis.cite.wps20.CommandLineArguments
-
doDeleteSubjectOnFinish.
- doTestRun(Document) - Method in class org.opengis.cite.wps20.TestNGController
E
- ECHO_PROCESS_ID - Enum constant in enum class org.opengis.cite.wps20.SuiteAttribute
- ECHO_PROCESS_ID - Enum constant in enum class org.opengis.cite.wps20.TestRunArg
- EchoProcessId - Variable in class org.opengis.cite.wps20.CommonFixture
- EMPTY_STRING - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
EMPTY_STRING="EmptyString"
- ErrorMessage - Class in org.opengis.cite.wps20
-
Utility class for retrieving and formatting localized error messages that describe failed assertions.
- ErrorMessage() - Constructor for class org.opengis.cite.wps20.ErrorMessage
- ErrorMessageKeys - Class in org.opengis.cite.wps20
-
Defines keys used to access localized messages for assertion errors.
- ErrorMessageKeys() - Constructor for class org.opengis.cite.wps20.ErrorMessageKeys
- ETSAssert - Class in org.opengis.cite.wps20
-
Provides a set of custom assertion methods.
- evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Evaluates an XPath 1.0 expression using the given context and returns the result as a node set.
- evaluateXPath(Node, String, Map<String, String>, QName) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Evaluates an XPath expression using the given context and returns the result as the specified type.
- evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
- evaluateXQuery(Source, String, Map<String, String>) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Evaluates an XQuery 1.0 expression using the Saxon s9api interfaces.
- expandReferencesInText(String) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Expands character entity (&name;) and numeric references ( &#xhhhh; or &dddd;) that occur within a given string value.
- extractSchemaReferences(Source, String) - Static method in class org.opengis.cite.wps20.util.ValidationUtils
-
Extracts a set of XML Schema references from a source XML document.
F
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.wps20.ReusableEntityFilter
- format(String, Object...) - Static method in class org.opengis.cite.wps20.ErrorMessage
-
Produces a formatted error message using the supplied substitution arguments and the current locale.
G
- get(String) - Static method in class org.opengis.cite.wps20.ErrorMessage
-
Retrieves a simple message according to the current locale.
- GET_CAPABILITIES_REQUEST_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- GET_RESULT_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- GET_STATUS_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- getAllBindings() - Method in class org.opengis.cite.wps20.util.NamespaceBindings
-
Returns an unmodifiable view of the declared namespace bindings.
- getCode() - Method in class org.opengis.cite.wps20.TestNGController
- GetConnection(String) - Method in class org.opengis.cite.wps20.CommonFixture
-
GetConnection.
- GetContentFromGETKVPRequest(String, Map<String, Object>) - Method in class org.opengis.cite.wps20.CommonFixture
-
Description: Send GET request with parameters and return Response as String
- GetContentFromPOSTXMLRequest(String, Document) - Method in class org.opengis.cite.wps20.CommonFixture
-
Description: Send POST request with parameters and return Response as String
- GetDocumentTemplate(String, String, String, String) - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
GetDocumentTemplate.
- GetDocumentTemplate(String, String, String, String) - Method in class org.opengis.cite.wps20.CommonFixture
-
GetDocumentTemplate.
- GetEchoProcessInputIdAndOutputId() - Method in class org.opengis.cite.wps20.CommonFixture
-
GetEchoProcessInputIdAndOutputId.
- getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Returns a List of all descendant Element nodes having the specified [namespace name] property.
- getName() - Method in enum class org.opengis.cite.wps20.SuiteAttribute
-
getName.
- getNamespaceURI(String) - Method in class org.opengis.cite.wps20.util.NamespaceBindings
- getOutputDir() - Method in class org.opengis.cite.wps20.CommandLineArguments
-
Getter for the field
outputDir
. - getPrefix(String) - Method in class org.opengis.cite.wps20.util.NamespaceBindings
- getPrefixes(String) - Method in class org.opengis.cite.wps20.util.NamespaceBindings
- getPropertiesFile() - Method in class org.opengis.cite.wps20.CommandLineArguments
-
getPropertiesFile.
- getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.wps20.TestFailureListener
-
Gets diagnostic information about a request message.
- getResponseEntityAsDocument(Response, String) - Method in class org.opengis.cite.wps20.CommonFixture
-
Obtains the (XML) response entity as a DOM Document.
- getResponseEntityAsDocument(Response, String) - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Obtains the (XML) response entity as a DOM Document and resets the entity input stream for subsequent reads.
- getResponseEntityAsSource(Response, String) - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Obtains the (XML) response entity as a JAXP Source object and resets the entity input stream for subsequent reads.
- getResponseMessageInfo(Response) - Method in class org.opengis.cite.wps20.TestFailureListener
-
Gets diagnostic information about a response message.
- getTitle() - Method in class org.opengis.cite.wps20.TestNGController
- getType() - Method in enum class org.opengis.cite.wps20.SuiteAttribute
-
getType.
- getVersion() - Method in class org.opengis.cite.wps20.TestNGController
- GML - Static variable in class org.opengis.cite.wps20.Namespaces
-
ISO 19136 (GML 3.2)
I
- importElement(Element) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Creates a DOM Document with the given Element as the document element.
- initCommonFixture(ITestContext) - Method in class org.opengis.cite.wps20.CommonFixture
-
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
- INPUT_REFERENCE_TRANSMISSION_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- INPUT_VALUE_TRANSMISSION_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- isLoggable(Level) - Static method in class org.opengis.cite.wps20.util.TestSuiteLogger
-
Indicates if the logger is enabled at a given logging level.
- IUT - Enum constant in enum class org.opengis.cite.wps20.TestRunArg
-
An absolute URI that refers to a representation of the test subject or metadata about it.
L
- LITERAL_INPUT_ID - Variable in class org.opengis.cite.wps20.CommonFixture
- LITERAL_OUTPUT_ID - Variable in class org.opengis.cite.wps20.CommonFixture
- LITERAL_REQUEST_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- LOCAL_NAME - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
LOCAL_NAME="LocalName"
- log(Level, String) - Static method in class org.opengis.cite.wps20.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- log(Level, String, Exception) - Static method in class org.opengis.cite.wps20.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given Exception object that represents a noteworthy error condition.
- log(Level, String, Object[]) - Static method in class org.opengis.cite.wps20.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given message parameters.
M
- main(String[]) - Static method in class org.opengis.cite.wps20.TestNGController
-
A convenience method for running the test suite using a command-line interface.
- MISSING_ENTITY - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
MISSING_ENTITY="MissingEntity"
- MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
MISSING_INFOSET_ITEM="MissingInfosetItem"
N
- NAMESPACE_NAME - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
NAMESPACE_NAME="NamespaceName"
- NamespaceBindings - Class in org.opengis.cite.wps20.util
-
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
- NamespaceBindings() - Constructor for class org.opengis.cite.wps20.util.NamespaceBindings
- Namespaces - Class in org.opengis.cite.wps20
-
XML namespace names.
- NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
NOT_SCHEMA_VALID="NotSchemaValid"
O
- onExecutionFinish() - Method in class org.opengis.cite.wps20.TestRunListener
- onExecutionStart() - Method in class org.opengis.cite.wps20.TestRunListener
- onFinish(ISuite) - Method in class org.opengis.cite.wps20.SuiteFixtureListener
- onStart(ISuite) - Method in class org.opengis.cite.wps20.SuiteFixtureListener
- onTestFailure(ITestResult) - Method in class org.opengis.cite.wps20.TestFailureListener
-
Sets the "request" and "response" attributes of a test result.
- org.opengis.cite.wps20 - package org.opengis.cite.wps20
-
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
- org.opengis.cite.wps20.asynchronous - package org.opengis.cite.wps20.asynchronous
- org.opengis.cite.wps20.basictests - package org.opengis.cite.wps20.basictests
- org.opengis.cite.wps20.synchronous - package org.opengis.cite.wps20.synchronous
- org.opengis.cite.wps20.util - package org.opengis.cite.wps20.util
-
This package includes miscellaneous utility classes to support testing.
- OUTPUT_REFERENCE_TRANSMISSION_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- OUTPUT_VALUE_TRANSMISSION_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- OWS - Static variable in class org.opengis.cite.wps20.Namespaces
-
OGC 06-121r3 (OWS 1.1)
P
- parseURI(URI) - Static method in class org.opengis.cite.wps20.util.URIUtils
-
Parses the content of the given URI as an XML document and returns a new DOM Document object.
- prettyPrint(Document) - Method in class org.opengis.cite.wps20.CommonFixture
-
prettyPrint.
- processSuiteParameters(ISuite) - Method in class org.opengis.cite.wps20.SuiteFixtureListener
-
Processes test suite arguments and sets suite attributes accordingly.
R
- registerClientComponent(ISuite) - Method in class org.opengis.cite.wps20.SuiteFixtureListener
-
A client component is added to the suite fixture as the value of the
SuiteAttribute.CLIENT
attribute; it may be subsequently accessed via theITestContext.getSuite()
method. - removeParameters(MediaType) - Static method in class org.opengis.cite.wps20.util.ClientUtils
-
Creates a copy of the given MediaType object but without any parameters.
- request - Variable in class org.opengis.cite.wps20.CommonFixture
-
An HTTP request message.
- resolveRelativeURI(String, String) - Static method in class org.opengis.cite.wps20.util.URIUtils
-
Constructs an absolute URI from the given URI reference and a base URI.
- response - Variable in class org.opengis.cite.wps20.CommonFixture
-
An HTTP response message.
- ReusableEntityFilter - Class in org.opengis.cite.wps20
-
Buffers the (response) entity so it can be read multiple times.
- ReusableEntityFilter() - Constructor for class org.opengis.cite.wps20.ReusableEntityFilter
- ROOT_PKG - Static variable in class org.opengis.cite.wps20.util.ValidationUtils
- ROOT_PKG_PATH - Static variable in class org.opengis.cite.wps20.CommonFixture
-
Root test suite package (absolute path).
S
- SCH - Static variable in class org.opengis.cite.wps20.Namespaces
-
Schematron (ISO 19757-3) namespace
- SERVICE_URL - Enum constant in enum class org.opengis.cite.wps20.SuiteAttribute
- ServiceUrl - Variable in class org.opengis.cite.wps20.CommonFixture
- SOAP_ENV - Static variable in class org.opengis.cite.wps20.Namespaces
-
SOAP 1.2 message envelopes.
- SuiteAttribute - Enum Class in org.opengis.cite.wps20
-
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
- SuiteFixtureListener - Class in org.opengis.cite.wps20
-
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a shared test suite fixture.
- SuiteFixtureListener() - Constructor for class org.opengis.cite.wps20.SuiteFixtureListener
- SuitePreconditions - Class in org.opengis.cite.wps20
-
Checks that various preconditions are satisfied before the test suite is run.
- SuitePreconditions() - Constructor for class org.opengis.cite.wps20.SuitePreconditions
- SyncTests - Class in org.opengis.cite.wps20.synchronous
-
SyncTests class.
- SyncTests() - Constructor for class org.opengis.cite.wps20.synchronous.SyncTests
T
- TEST_SUBJ_FILE - Enum constant in enum class org.opengis.cite.wps20.SuiteAttribute
-
A File containing the test subject or a description of it.
- TEST_SUBJECT - Enum constant in enum class org.opengis.cite.wps20.SuiteAttribute
-
A DOM Document that represents the test subject or metadata about it.
- TestFailureListener - Class in org.opengis.cite.wps20
-
A listener that augments a test result with diagnostic information in the event that a test method failed.
- TestFailureListener() - Constructor for class org.opengis.cite.wps20.TestFailureListener
- TestNGController - Class in org.opengis.cite.wps20
-
Main test run controller oversees execution of TestNG test suites.
- TestNGController() - Constructor for class org.opengis.cite.wps20.TestNGController
-
Default constructor uses the location given by the "java.io.tmpdir" system property as the root output directory.
- TestNGController(String) - Constructor for class org.opengis.cite.wps20.TestNGController
-
Construct a controller that writes results to the given output directory.
- TestPostWithDocumentAndAssertMessage(String, Document, String) - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
TestPostWithDocumentAndAssertMessage.
- TestRunArg - Enum Class in org.opengis.cite.wps20
-
An enumerated type defining all recognized test run arguments.
- TestRunListener - Class in org.opengis.cite.wps20
-
A listener that is invoked before and after a test run.
- TestRunListener() - Constructor for class org.opengis.cite.wps20.TestRunListener
- TestSuiteLogger - Class in org.opengis.cite.wps20.util
-
Logging utility class that provides simple access to the JDK Logging API.
- toString() - Method in enum class org.opengis.cite.wps20.SuiteAttribute
- toString() - Method in enum class org.opengis.cite.wps20.TestRunArg
- toString() - Method in class org.opengis.cite.wps20.util.NamespaceBindings
- transform(Source, Node) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Transforms the content of a DOM Node using a specified XSLT stylesheet.
- TransformXMLDocumentToXMLString(Document) - Method in class org.opengis.cite.wps20.CommonFixture
-
TransformXMLDocumentToXMLString.
- TransformXMLFileToXMLDocument(String) - Method in class org.opengis.cite.wps20.CommonFixture
-
TransformXMLFileToXMLDocument.
- TransformXMLStringToXMLDocument(String) - Method in class org.opengis.cite.wps20.CommonFixture
-
TransformXMLStringToXMLDocument.
U
- UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
- UNEXPECTED_STATUS - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
UNEXPECTED_STATUS="UnexpectedStatus"
- UNIQUE_JOB_IDS_TEMPLATE_PATH - Variable in class org.opengis.cite.wps20.CommonFixture
- URIUtils - Class in org.opengis.cite.wps20.util
-
Provides a collection of utility methods for manipulating or resolving URI references.
- URIUtils() - Constructor for class org.opengis.cite.wps20.util.URIUtils
V
- ValidAsyncExcecuteViaPOSTXML() - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
A.5.12.
- validateTestRunArgs(Document) - Method in class org.opengis.cite.wps20.TestNGController
-
Validates the test run arguments.
- ValidationUtils - Class in org.opengis.cite.wps20.util
-
A utility class that provides convenience methods to support schema validation.
- ValidationUtils() - Constructor for class org.opengis.cite.wps20.util.ValidationUtils
- ValidAutoExcecuteViaPOSTXML() - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
A.5.13.
- ValidDescribeProcessViaPOSTXML() - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
A.5.10.
- ValidEchoProcess() - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
Precondition.
- ValidGetCapabilitiesViaPOSTXML() - Method in class org.opengis.cite.wps20.basictests.BasicTests
-
A.5.9.
- ValidGetResultViaPOSTXML() - Method in class org.opengis.cite.wps20.asynchronous.AsyncTests
-
A.5.15.
- ValidGetStatusViaPOSTXML() - Method in class org.opengis.cite.wps20.asynchronous.AsyncTests
-
A.5.14.
- ValidSyncExcecuteViaPOSTXML() - Method in class org.opengis.cite.wps20.synchronous.SyncTests
-
A.5.11.
- valueOf(String) - Static method in enum class org.opengis.cite.wps20.SuiteAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.wps20.TestRunArg
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opengis.cite.wps20.SuiteAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.wps20.TestRunArg
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyTestSubject(ITestContext) - Method in class org.opengis.cite.wps20.SuitePreconditions
-
Verifies that the referenced test subject exists and has the expected type.
W
- withStandardBindings() - Static method in class org.opengis.cite.wps20.util.NamespaceBindings
-
Creates a NamespaceBindings object that declares the following namespace bindings: ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2"
- WPS - Static variable in class org.opengis.cite.wps20.Namespaces
-
WPS 2.0.0
- writeNode(Node, OutputStream) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Writes the content of a DOM Node to a byte stream.
- writeNodeToString(Node) - Static method in class org.opengis.cite.wps20.util.XMLUtils
-
Writes the content of a DOM Node to a string.
X
- XLINK - Static variable in class org.opengis.cite.wps20.Namespaces
-
W3C XLink
- XML_ERROR - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
XML_ERROR="XMLError"
- XMLUtils - Class in org.opengis.cite.wps20.util
-
Provides various utility methods for accessing or manipulating XML representations.
- XMLUtils() - Constructor for class org.opengis.cite.wps20.util.XMLUtils
- XPATH_ERROR - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
XPATH_ERROR="XPathError"
- XPATH_RESULT - Static variable in class org.opengis.cite.wps20.ErrorMessageKeys
-
Constant
XPATH_RESULT="XPathResult"
- XSD - Static variable in class org.opengis.cite.wps20.Namespaces
-
W3C XML Schema namespace
All Classes and Interfaces|All Packages|Constant Field Values