| 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 | Description |
|---|---|---|
ValidationContext |
XmlString.context |
Used to resole in-scope namespace bindings.
|
| Modifier and Type | Method | Description |
|---|---|---|
ValidationContext |
ForeignAttributes.getContext() |
Returns context information of the element to which foreign attributes
are attached.
|
| Constructor | Description |
|---|---|
XmlString(java.lang.String value,
ValidationContext context) |
Creates a new
XmlString from a lexical representation and in-scope namespaces. |
| Modifier and Type | Method | Description |
|---|---|---|
ValidationContext |
ForeignAttributesImpl.getContext() |
| Constructor | Description |
|---|---|
ForeignAttributesImpl(ValidationContext context,
org.xml.sax.Locator locator,
ForeignAttributesImpl next) |
| Modifier and Type | Method | Description |
|---|---|---|
ValidationContext |
NGCCRuntimeEx.createValidationContext() |
Returns an immutable snapshot of the current context.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Context |
Provides contextual information.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompactSyntax |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DtdContext |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DatatypeBuilder.addParameter(java.lang.String name,
java.lang.String strValue,
ValidationContext context) |
Adds a new parameter.
|
void |
Datatype.checkValid(java.lang.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.
|
java.lang.Object |
Datatype.createValue(java.lang.String literal,
ValidationContext context) |
Converts lexcial value and the current context to the corresponding
value object.
|
boolean |
Datatype.isValid(java.lang.String literal,
ValidationContext context) |
Checks if the specified 'literal' matches this Datatype
with respect to the current context.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ParameterlessDatatypeBuilder.addParameter(java.lang.String name,
java.lang.String strValue,
ValidationContext context) |
| Constructor | Description |
|---|---|
StreamingValidatorImpl(Datatype baseType,
ValidationContext context) |
Copyright © 2017 Oracle Corporation. All rights reserved.