Description:
This is the common interface of DTON Processor, this interface provide two important method, one is {@code encode} which transform the Java Object to notation, another is {@code decode} which transform the notation to Java Object.
All DTON Processor need implements this interface.
Copyright: Copyright (c) 2010 Thousand Origami Cranes Corp.
Create Time: 13 Jan 2010 15:10:53 @author Kevin.Zhou @version 1.0 @see com.toc.dton.notation.xml.XMLNotation
nodeName
attribute inherited from Node
is set to the declared name of the notation. The DOM Core does not support editing Notation
nodes; they are therefore readonly.
A Notation
node does not have any parent.
See also the Document Object Model (DOM) Level 3 Core Specification.
nodeName
attribute inherited from Node
is set to the declared name of the notation. The DOM Level 1 does not support editing Notation
nodes; they are therefore readonly.
A Notation
node does not have any parent.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|