org.apache.ws.jaxme.xs.impl
public class XSSchemaImpl extends Object implements XSSchema
Implementation of an XML Schema, as defined by the {@link XSSchema} interface.
Constructor Summary | |
---|---|
XSSchemaImpl(XSContext pContext, XsESchema pSchema) Creates a new logical schema by loading data,
which represents the given syntactical schema
|
Creates a new logical schema by loading data,
which represents the given syntactical schema
pSchema
and uses the given context
pContext
for acquiring additional
information.
Adds a new child to the array returned by {@link #getChilds()}.
Replaces the existing child pOldChild
with
the replacement object pNewChild
. This method
is used from within the various redefine()
methods.