public class SchemaImportNode extends ASTNode
Constructor | Description |
---|---|
SchemaImportNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
getLocations() |
|
String |
getPrefix() |
|
ASTTag |
getTag() |
|
String |
getTargetNS() |
|
boolean |
isDefaultElementNamespace() |
|
void |
setDefaultElementNamespace(boolean defaultElementNamespace) |
|
void |
setLocations(List<String> locations) |
|
void |
setPrefix(String prefix) |
|
void |
setTargetNS(String targetNS) |
getSourceLocation, toString
public SchemaImportNode(SourceLocation loc)
public String getPrefix()
public void setPrefix(String prefix)
public String getTargetNS()
public void setTargetNS(String targetNS)
public void setDefaultElementNamespace(boolean defaultElementNamespace)
public boolean isDefaultElementNamespace()
Copyright © 2019 Apache Software Foundation. All rights reserved.