com.sun.tools.txw2.model
Interface Text

All Known Implementing Classes:
Data, List, Value

public interface Text

Implemented by Leafs that map to PCDATA in XML.

Author:
Kohsuke Kawaguchi

Method Summary
 com.sun.codemodel.JType getDatatype(NodeSet nset)
          Obtains the Java class of this Text.
 

Method Detail

getDatatype

com.sun.codemodel.JType getDatatype(NodeSet nset)
Obtains the Java class of this Text.



Copyright © 2013 Oracle. All Rights Reserved.