public static class XMLParser.ParsingOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
expandEnvVarRefs
Whether to expand <envVarRef>VARNAME</envVarRef> elements by substituting the
value of the System proprery VARNAME.
|
boolean |
expandXIncludes
Deprecated.
XInclude is no longer supported
|
| Constructor and Description |
|---|
XMLParser.ParsingOptions(boolean aExpandEnvVarRefs)
Creates a new ParsingOptions object.
|
XMLParser.ParsingOptions(boolean aExpandXIncludes,
boolean aExpandEnvVarRefs)
Deprecated.
XInclude is no longer supported
|
@Deprecated public boolean expandXIncludes
public boolean expandEnvVarRefs
@Deprecated
public XMLParser.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 proprery VARNAME.public XMLParser.ParsingOptions(boolean aExpandEnvVarRefs)
aExpandEnvVarRefs - Whether to expand <envVarRef>VARNAME</envVarRef> elements by
substituting the value of the System proprery VARNAME.Copyright © 2013. All Rights Reserved.