Class Data

  • All Implemented Interfaces:
    com.sun.tools.rngom.ast.om.ParsedPattern, Text

    public class Data
    extends Leaf
    implements Text
    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • type

        public final com.sun.codemodel.JType type
        The Java representation of the datatype.
    • Constructor Detail

      • Data

        public Data​(Locator location,
                    com.sun.codemodel.JType type)
    • Method Detail

      • getDatatype

        public com.sun.codemodel.JType getDatatype​(NodeSet nset)
        Description copied from interface: Text
        Obtains the Java class of this Text.
        Specified by:
        getDatatype in interface Text