public static class PrettyPrintOptions.Local extends PrettyPrintOptions
PrettyPrintOptions.Global, PrettyPrintOptions.Local| Constructor and Description |
|---|
Local(PrettyPrintOptions options,
Namespace scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReservedNames(Iterable<String> names) |
void |
addRestrictedNames(Iterable<String> names) |
PrettyPrintOptions.Global |
getGlobalOptions() |
Set<String> |
getReservedNames() |
Set<String> |
getRestrictedNames() |
boolean |
isShowDefaultMultiplicities() |
void |
setShowDefaultMultiplicities(boolean showDefaultMultiplicities) |
getAlias, getBaseURI, getEnvironmentFactory, getIndentStep, getLinelength, getScope, setIndentStep, setLinelengthpublic Local(PrettyPrintOptions options, Namespace scope)
public void addReservedNames(Iterable<String> names)
addReservedNames in class PrettyPrintOptionspublic void addRestrictedNames(Iterable<String> names)
addRestrictedNames in class PrettyPrintOptionspublic PrettyPrintOptions.Global getGlobalOptions()
getGlobalOptions in class PrettyPrintOptionspublic Set<String> getReservedNames()
getReservedNames in class PrettyPrintOptionspublic Set<String> getRestrictedNames()
getRestrictedNames in class PrettyPrintOptionspublic boolean isShowDefaultMultiplicities()
isShowDefaultMultiplicities in class PrettyPrintOptionspublic void setShowDefaultMultiplicities(boolean showDefaultMultiplicities)
setShowDefaultMultiplicities in class PrettyPrintOptionsCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.