|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.xnsdoc.BaseProcessor
Abstract base class for the xnsdoc processor.
| Field Summary | |
static java.lang.String |
NAMESPACE_NAMESPACE
Namespace-URI of namespace of W3C-XML-Namespace. |
static java.lang.String |
RESOURCE_PROTOCOL
protocol prefix for resource files. |
static java.lang.String |
SCHEMA_NS
namespace of XML schema. |
static java.lang.String |
XMLNS_XS
Default namespace declaration attribute nama for XML schema namespace. |
static java.lang.String |
XMLSCHEMA_NAMESPACE
Namespace-URI of namespace of W3C-XML-Schema. |
| Constructor Summary | |
BaseProcessor()
Default constructor. |
|
| Method Summary | |
ProcessorListener |
getListener()
Getter method for listener property. |
boolean |
isDebug()
Getter method for debug property. |
boolean |
isVerbose()
Getter method for debug property. |
void |
setDebug(boolean theDebug)
Setter method for debug property. |
void |
setListener(ProcessorListener theListener)
Setter method for the listener. |
void |
setVerbose(boolean theVerbose)
Setter method for verbose property. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAMESPACE_NAMESPACE
public static final java.lang.String RESOURCE_PROTOCOL
public static final java.lang.String SCHEMA_NS
public static final java.lang.String XMLNS_XS
public static final java.lang.String XMLSCHEMA_NAMESPACE
| Constructor Detail |
public BaseProcessor()
| Method Detail |
public final ProcessorListener getListener()
public final boolean isDebug()
public final boolean isVerbose()
public final void setDebug(boolean theDebug)
theDebug - output debug information or notpublic final void setListener(ProcessorListener theListener)
theListener - The listener to set.public final void setVerbose(boolean theVerbose)
theVerbose - be verbose or not
|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||