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

V

validate(Source) - Method in class javax.xml.validation.Validator
Validates the specified input.
validate(Source, Result) - Method in class javax.xml.validation.Validator
Validates the specified input and send the augmented validation result to the specified output.
validate() - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
validate() - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
validate() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated. Validates the document against the ASModel.
validate(QName[], int, int) - Method in interface org.apache.xerces.impl.dtd.models.ContentModelValidator
validate
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.DFAContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.MixedContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.SimpleContentModel
Check that the specified content is valid according to this content model.
validate() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
validate() - Method in interface org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
Return true if validator must validate the document
validate(String, ValidationContext) - Method in interface org.apache.xerces.impl.dv.DatatypeValidator
validate a given string against this DV
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
Checks that "content" string is valid IDREF value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
Checks that "content" string is valid.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
Checks that "content" string is valid NMTOKEN value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
Checks that "content" string is valid NOTATION value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
Checks that "content" string is valid string value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
Checks that "content" string is valid ID value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
Checks that "content" string is valid IDREF value.
validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
Checks that "content" string is valid NMTOKEN value.
validate(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
validate(Object, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
validate(ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate an actual value against this DV
validate(String, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
validate a given string against this simple type.
validate(Object, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
validate a given string value, represented by content.toString().
validate(ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
Validate an actual value against this simple type.
VALIDATE_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate annotations feature ("validate-annotations").
VALIDATE_CONTENT_MODELS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate content models feature ("validation/validate-content-models").
VALIDATE_DATATYPES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate datatypes feature ("validation/validate-datatypes").
ValidatedInfo - Class in org.apache.xerces.impl.dv
Class to get the information back after content is validated.
ValidatedInfo() - Constructor for class org.apache.xerces.impl.dv.ValidatedInfo
 
validateWithInfo(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
validate a value, and return the compiled form
validating - Variable in class org.apache.xml.resolver.tools.CatalogResolver
Make the parser validating?
validating - Static variable in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated. Make the parser validating?
validating - Static variable in class org.apache.xml.resolver.tools.ResolvingXMLReader
Make the parser validating?
VALIDATION_ERR - Static variable in exception org.w3c.dom.DOMException
If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to "partial validity", this exception would be raised and the operation would not be done.
VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validation feature ("validation").
VALIDATION_FULL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that full schema validation has been performed on the item.
VALIDATION_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validation manager property ("internal/validation-manager").
VALIDATION_NONE - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question has specifically been skipped.
VALIDATION_PARTIAL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed on the item in question under the rules of lax validation.
ValidationContext - Interface in org.apache.xerces.impl.dv
ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname
ValidationManager - Class in org.apache.xerces.impl.validation
ValidationManager is a coordinator property for validators in the pipeline.
ValidationManager() - Constructor for class org.apache.xerces.impl.validation.ValidationManager
 
ValidationState - Class in org.apache.xerces.impl.validation
Implementation of ValidationContext inteface.
ValidationState() - Constructor for class org.apache.xerces.impl.validation.ValidationState
 
Validator - Class in javax.xml.validation
A processor that checks an XML document against Schema.
VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator").
ValidatorHandler - Class in javax.xml.validation
Streaming validator that works on SAX stream.
VALIDITY_INVALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has been strictly assessed and the item in question is invalid according to the rules of schema validation.
VALIDITY_NOTKNOWN - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has either not been performed or that a strict assessment of validity could not be performed.
VALIDITY_VALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question is valid according to the rules of schema validation.
validRestrictionOf(String, XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
Check that the attributes in this group validly restrict those from a base group.
value - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
The "left hand" value object of the content spec node.
value - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
Value.
VALUE_DEFAULT - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated. Indicates that the there is a default value constraint.
VALUE_FIXED - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated. Indicates that there is a fixed value constraint for this attribute.
VALUE_NONE - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Deprecated. Describes that the attribute does not have any value constraint.
valueOf(String) - Static method in class javax.xml.namespace.QName
QName derived from parsing the formatted String.
ValueStore - Interface in org.apache.xerces.impl.xs.identity
Interface for storing values associated to an identity constraint.
VARIETY_ABSENT - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
The variety is absent for the anySimpleType definition.
VARIETY_ATOMIC - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Atomic type.
VARIETY_LIST - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
List type.
VARIETY_UNION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Union type.
VC_DEFAULT - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a default value constraint.
VC_FIXED - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a fixed value constraint for this attribute.
VC_NONE - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that the component does not have any value constraint.
VENDOR_ID - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
 
VENDOR_ID - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
VENDOR_PRODUCT - Static variable in class com.esf.device.modem.service.UsbModem.ModemConfigFileFilter
Vendor ID must match exactly Product ID must match exactly
VENDOR_PRODUCTS - Static variable in class com.esf.device.modem.service.UsbModem.ModemConfigFileFilter
Vendor ID must match exactly.
verbosity() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated. No longer static; use get/set methods.
Version - Class in com.ibm.jusb.os.linux
Class to display Version info.
Version() - Constructor for class com.ibm.jusb.os.linux.Version
 
Version - Class in com.ibm.jusb
Version class that prints the current version numbers.
Version() - Constructor for class com.ibm.jusb.Version
 
Version - Class in javax.usb
Version class that prints the current version numbers.
Version() - Constructor for class javax.usb.Version
 
VERSION - Static variable in class javax.xml.transform.OutputKeys
version = nmtoken.
Version - Class in org.apache.xerces.impl
This class defines the version number of the parser.
Version() - Constructor for class org.apache.xerces.impl.Version
 
Version - Class in org.apache.xml.resolver
Administrative class to keep track of the version number of xml-commons external sources releases.
Version() - Constructor for class org.apache.xml.resolver.Version
 
Version - Class in org.apache.xmlcommons
Administrative class to keep track of the version number of xml-commons external sources releases.
Version() - Constructor for class org.apache.xmlcommons.Version
 
ViewCSS - Interface in org.w3c.dom.css
This interface represents a CSS view.
VIRTUAL_ROOT_USBHUB_SUBMIT_STRING - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
virtualConfigurationDescriptor - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
virtualDeviceDescriptor - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
virtualInterfaceDescriptor - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
VirtualRootUsbHubImp - Class in com.ibm.jusb
Virtual root UsbHub implementation.
VirtualRootUsbHubImp() - Constructor for class com.ibm.jusb.VirtualRootUsbHubImp
 

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