Constructor and Description |
---|
XSDDocument(Source src)
Public ctor, from XML as a source.
|
XSDDocument(String src)
Public ctor, from XSL as a string.
|
XSDDocument(XML src)
Public ctor, from XML as a source.
|
public XSDDocument(@NotNull XML src)
src
- XSL document bodypublic XSDDocument(@NotNull String src)
src
- XML document body@NotNull public Collection<SAXParseException> validate(Source xml)
XSD
Copyright © 2012–2013 jcabi.com. All rights reserved.