| Package | Description |
|---|---|
| com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
| com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
| com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
| org.kohsuke.rngom.parse | |
| org.kohsuke.rngom.parse.compact | |
| org.kohsuke.rngom.parse.xml | |
| org.relaxng.datatype | |
| org.relaxng.datatype.helpers |
| Modifier and Type | Field and Description |
|---|---|
ValidationContext |
XmlString.context
Used to resole in-scope namespace bindings.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
ForeignAttributes.getContext()
Returns context information of the element to which foreign attributes
are attached.
|
| Constructor and Description |
|---|
XmlString(String value,
ValidationContext context)
Creates a new
XmlString from a lexical representation and in-scope namespaces. |
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
ForeignAttributesImpl.getContext() |
| Constructor and Description |
|---|
ForeignAttributesImpl(ValidationContext context,
Locator locator,
ForeignAttributesImpl next) |
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
NGCCRuntimeEx.createValidationContext()
Returns an immutable snapshot of the current context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context
Provides contextual information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompactSyntax |
| Modifier and Type | Class and Description |
|---|---|
class |
DtdContext |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeBuilder.addParameter(String name,
String strValue,
ValidationContext context)
Adds a new parameter.
|
void |
Datatype.checkValid(String literal,
ValidationContext context)
Similar to the isValid method but throws an exception with diagnosis
in case of errors.
|
DatatypeStreamingValidator |
Datatype.createStreamingValidator(ValidationContext context)
Creates an instance of a streaming validator for this type.
|
Object |
Datatype.createValue(String literal,
ValidationContext context)
Converts lexcial value and the current context to the corresponding
value object.
|
boolean |
Datatype.isValid(String literal,
ValidationContext context)
Checks if the specified 'literal' matches this Datatype
with respect to the current context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterlessDatatypeBuilder.addParameter(String name,
String strValue,
ValidationContext context) |
| Constructor and Description |
|---|
StreamingValidatorImpl(Datatype baseType,
ValidationContext context) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.