|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.util.XMLParser.ParsingOptions
public static class XMLParser.ParsingOptions
Option settings for the parser.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
XMLParser.ParsingOptions(boolean aExpandEnvVarRefs)
Creates a new ParsingOptions object. |
|
XMLParser.ParsingOptions(boolean aExpandXIncludes,
boolean aExpandEnvVarRefs)
Deprecated. XInclude is no longer supported |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public boolean expandXIncludes
public boolean expandEnvVarRefs
| Constructor Detail |
|---|
@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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||