Package eu.bandm.tools.lablog.xml
Class Dumper
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.lablog.xml.Visitor
eu.bandm.tools.lablog.xml.Dumper
- All Implemented Interfaces:
PCDataVisitor
Serializes the model instance into a sequence of SAX events.
A
A
See the resp. SAX documentation.
The serialization process can be started by calling any
(NOTE: in this case the document locator must be set manually, see the generated code for
A
ContentHandler
MUST be given for all "substantial" events (= Document and
Element Open and Close Tags, incl. Attributes; PCData;
ProcessingInstructions). A
LexicalHandler
MAY be given, for
all TypedComment
.See the resp. SAX documentation.
The serialization process can be started by calling any
visit(..)
method as defined in Visitor
(i.e.: for any Element or sub-content like Choice and Sequence). This
will write out the whole sub-tree starting there. (NOTE: in this case the document locator must be set manually, see the generated code for
visit(Document_XXX)
for details.)-
Field Summary
Modifier and TypeFieldDescriptionprotected final ContentHandler
protected final Attributes
protected final LexicalHandler
Fields inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
validating
-
Constructor Summary
ConstructorDescriptionDumper
(ContentHandler contentHandler) Uses the contentHandler also as a LexicalHandler (forTypedComment
), iff it happens to implement this interface.Dumper
(ContentHandler contentHandler, LexicalHandler lexicalHandler) Set both handlers for substantial and ethereal events, see class description above. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleSAXException
(SAXException exception) void
visit
(Document_a_list document) Can be called to visit the complete model instance.void
visit
(Document_a_verbatimXml document) Can be called to visit the complete model instance.void
visit
(Document_entries document) Can be called to visit the complete model instance.void
visit
(Document_package document) Can be called to visit the complete model instance.void
visit
(Element_a_all element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_alpha element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ascii_alpha element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ascii_lower element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ascii_upper element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_blink element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_bold element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_border element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_cite element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_decimalDigit element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_emph element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_footnote element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_footnotemark element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_footnotetext element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_hh element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_align element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_alt element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_file element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_height element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_showLabel element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_image_width element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_indexhi element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_indexlo element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ital element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_key element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_kind element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_label element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_larger element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ldots element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_link element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_list element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_listContinues element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_listitem element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_listStartnum element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_listSymbol element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_loc element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_locus element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_mode element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_nl element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_opus element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_p element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_path element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_pers element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_persop element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_pkind element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_popus element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ppers element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ref element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_refdate element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_scaps element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_smaller element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_spanstyle element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_src element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_SRC element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_strikeout element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_table element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_td element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_tdCls element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_text element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_th element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_tr element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_treeInclude element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_ulin element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_url element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_verbatimXml element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_whitespace element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_xemph element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_a_xlang element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_ACCEPTED element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_author element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_authors element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_CLOSED element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_costs element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_date element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_desc element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_docmat element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_entries element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_FIXED element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_issue element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_name element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_note element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_package element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_prior element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_reference element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_REOPENED element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_WONTFIX element) Can be overridden by the user to define particular semantic operations.void
visit
(Element_WORKSFORME element) Can be overridden by the user to define particular semantic operations.void
visit
(TypedPCData pcdata) To be overridden.Methods inherited from class eu.bandm.tools.lablog.xml.Visitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
visit
-
Field Details
-
contentHandler
-
lexicalHandler
-
EMPTY_ATTRIBUTES
-
-
Constructor Details
-
Dumper
Set both handlers for substantial and ethereal events, see class description above.- Parameters:
contentHandler
- (never null) for Substantials and PIs.lexicalHandler
- (maybe null) for Comments.
-
Dumper
Uses the contentHandler also as a LexicalHandler (forTypedComment
), iff it happens to implement this interface. @param contentHandler (never null) Object serving as contentHandler for substantial events, and possibly also as a LexicalHandler.
-
-
Method Details
-
handleSAXException
-
visit
Description copied from class:BaseVisitor
To be overridden. This default implementation does nothing.- Specified by:
visit
in interfacePCDataVisitor
- Overrides:
visit
in classVisitor
-
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) andfor all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) . -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all components in its contents according to the content model. -
visit
Description copied from class:Visitor
Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
This default implementation descends into the element by callingvisit(..)
in turn for all PCData and all Elements in its contents. -
visit
Description copied from class:Visitor
Can be called to visit the complete model instance. (Is not intended to be overridden by the user.) -
visit
Description copied from class:Visitor
Can be called to visit the complete model instance. (Is not intended to be overridden by the user.) -
visit
Description copied from class:Visitor
Can be called to visit the complete model instance. (Is not intended to be overridden by the user.) -
visit
Description copied from class:Visitor
Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
-