コンストラクタと説明 |
---|
SPKIDataSchemaValidator() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
validate(SPKIData xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateChildrenNamespaces(SPKIData xmlObject)
Validate that all children are either ones defined within the XML Signature schema,
or are from another namespace.
|
protected void |
validateChildrenPresence(SPKIData xmlObject)
Validate that at least SPKISexp child is present.
|
public void validate(SPKIData xmlObject) throws ValidationException
validate
インタフェース内 Validator<SPKIData>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateChildrenPresence(SPKIData xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidprotected void validateChildrenNamespaces(SPKIData xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 2012. All Rights Reserved.