public class SchemaParser extends Object
| Constructor and Description |
|---|
SchemaParser() |
public boolean getFollowImports()
public void setFollowImports(boolean b)
public SchemaDocument parse(InputSource source)
public Schema parseSchema(ParserContext context, InputSource source, String expectedTargetNamespaceURI)
public Schema parseSchema(ParserContext context, Element e, String expectedTargetNamespaceURI)
protected void processImports(ParserContext context, InputSource source, Schema schema)
protected Schema parseSchemaNoImport(ParserContext context, InputSource source, String expectedTargetNamespaceURI)
protected Schema parseSchemaNoImport(ParserContext context, Document doc, String expectedTargetNamespaceURI)
protected Schema parseSchemaNoImport(ParserContext context, Element e, String expectedTargetNamespaceURI)
protected void copyAttributesNoNs(SchemaElement target, Element source)
protected void copyNamespaceDeclarations(SchemaElement target, Element source)
protected void copyElementContent(SchemaElement target, Element source)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.