Uses of Interface
org.relaxng.datatype.ValidationContext

Packages that use ValidationContext
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   
 

Uses of ValidationContext in com.sun.xml.xsom
 

Fields in com.sun.xml.xsom declared as ValidationContext
 ValidationContext XmlString.context
          Used to resole in-scope namespace bindings.
 

Methods in com.sun.xml.xsom that return ValidationContext
 ValidationContext ForeignAttributes.getContext()
          Returns context information of the element to which foreign attributes are attached.
 

Constructors in com.sun.xml.xsom with parameters of type ValidationContext
XmlString(String value, ValidationContext context)
          Creates a new XmlString from a lexical representation and in-scope namespaces.
 

Uses of ValidationContext in com.sun.xml.xsom.impl
 

Methods in com.sun.xml.xsom.impl that return ValidationContext
 ValidationContext ForeignAttributesImpl.getContext()
           
 

Constructors in com.sun.xml.xsom.impl with parameters of type ValidationContext
ForeignAttributesImpl(ValidationContext context, Locator locator, ForeignAttributesImpl next)
           
 

Uses of ValidationContext in com.sun.xml.xsom.impl.parser
 

Methods in com.sun.xml.xsom.impl.parser that return ValidationContext
 ValidationContext NGCCRuntimeEx.createValidationContext()
          Returns an immutable snapshot of the current context.
 

Uses of ValidationContext in org.kohsuke.rngom.parse
 

Subinterfaces of ValidationContext in org.kohsuke.rngom.parse
 interface Context
          Provides contextual information.
 

Uses of ValidationContext in org.kohsuke.rngom.parse.compact
 

Classes in org.kohsuke.rngom.parse.compact that implement ValidationContext
 class CompactSyntax
           
 

Uses of ValidationContext in org.kohsuke.rngom.parse.xml
 

Classes in org.kohsuke.rngom.parse.xml that implement ValidationContext
 class DtdContext
           
 

Uses of ValidationContext in org.relaxng.datatype
 

Methods in org.relaxng.datatype with parameters of type ValidationContext
 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.
 

Uses of ValidationContext in org.relaxng.datatype.helpers
 

Methods in org.relaxng.datatype.helpers with parameters of type ValidationContext
 void ParameterlessDatatypeBuilder.addParameter(String name, String strValue, ValidationContext context)
           
 

Constructors in org.relaxng.datatype.helpers with parameters of type ValidationContext
StreamingValidatorImpl(Datatype baseType, ValidationContext context)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.