Home | History | Annotate | Download | only in tagsoup

Lines Matching defs:hasOption

66 		if (hasOption(options, "--help")) {
70 if (hasOption(options, "--version")) {
77 else if (hasOption(options, "--files")) {
130 if (hasOption(options, "--reuse")) {
140 if (hasOption(options, "--nocdata")) {
144 if (hasOption(options, "--nons") || hasOption(options, "--html")) {
148 if (hasOption(options, "--nobogons")) {
152 if (hasOption(options, "--any")) {
155 else if (hasOption(options, "--emptybogons")) {
159 if (hasOption(options, "--norootbogons")) {
163 if (hasOption(options, "--nodefaults")) {
166 if (hasOption(options, "--nocolons")) {
170 if (hasOption(options, "--norestart")) {
174 if (hasOption(options, "--ignorable")) {
178 if (hasOption(options, "--pyxin")) {
191 if (hasOption(options, "--lexical") && h instanceof LexicalHandler) {
201 if (hasOption(options, "--encoding=")) {
213 if (hasOption(options, "--pyx")) {
218 if (hasOption(options, "--html")) {
222 if (hasOption(options, "--method=")) {
228 if (hasOption(options, "--doctype-public=")) {
234 if (hasOption(options, "--doctype-system=")) {
240 if (hasOption(options, "--output-encoding=")) {
247 if (hasOption(options, "--omit-xml-declaration")) {
283 private static boolean hasOption(Hashtable options, String option) {