public class SchemaRep.Import extends SchemaRep.ElementExpr
parentExpr| Constructor and Description |
|---|
Import() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentName() |
String |
getName() |
String |
getNamespace() |
String |
getSchemaLocation() |
int |
hashCode() |
SchemaRep.ElementExpr |
optimize() |
void |
readSchema(Element node) |
void |
setNamespace(String namespace) |
void |
setSchemaLocation(String schemaLocation) |
void |
validate() |
void |
writeDTD(StringBuffer out) |
boolean |
writeDTDName(StringBuffer out) |
void |
writeXMLSchema(XMLWriter out) |
getFullContentName, getParentExpr, setParentExpr, uniquifyFullContentNamepublic String getContentName()
getContentName in class SchemaRep.ElementExprpublic String getNamespace()
public void setNamespace(String namespace)
public String getSchemaLocation()
public void setSchemaLocation(String schemaLocation)
public void readSchema(Element node)
readSchema in class SchemaRep.ElementExprpublic SchemaRep.ElementExpr optimize()
optimize in class SchemaRep.ElementExprpublic void validate()
validate in class SchemaRep.ElementExprpublic String getName()
getName in class SchemaRep.ElementExprpublic void writeDTD(StringBuffer out)
writeDTD in class SchemaRep.ElementExprpublic boolean writeDTDName(StringBuffer out)
writeDTDName in class SchemaRep.ElementExprpublic void writeXMLSchema(XMLWriter out) throws IOException
writeXMLSchema in class SchemaRep.ElementExprIOExceptionCopyright © 2017. All Rights Reserved.