Modifier and Type | Field and Description |
---|---|
boolean |
expandEnvVarRefs
Whether to expand <envVarRef>VARNAME</envVarRef> elements by substituting the
value of the System property VARNAME.
|
boolean |
expandXIncludes
Deprecated.
XInclude is no longer supported
|
boolean |
preserveComments
Whether to preserve comments and ignorable whitespace
|
Constructor and Description |
---|
ParsingOptions(boolean aExpandEnvVarRefs)
Creates a new ParsingOptions object.
|
ParsingOptions(boolean aExpandXIncludes,
boolean aExpandEnvVarRefs)
Deprecated.
XInclude is no longer supported
|
@Deprecated public boolean expandXIncludes
public boolean expandEnvVarRefs
public boolean preserveComments
@Deprecated public ParsingOptions(boolean aExpandXIncludes, boolean aExpandEnvVarRefs)
aExpandXIncludes
- Whether to expand <xi:include> elements according to the XInclude spec.aExpandEnvVarRefs
- Whether to expand <envVarRef>VARNAME</envVarRef> elements by
substituting the value of the System property VARNAME.public ParsingOptions(boolean aExpandEnvVarRefs)
aExpandEnvVarRefs
- Whether to expand <envVarRef>VARNAME</envVarRef> elements by
substituting the value of the System property VARNAME.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.