Class TsoapPrimitives.Parser

java.lang.Object
eu.bandm.tools.umod.runtime.TsoapPrimitives.Parser
Direct Known Subclasses:
DTD.__SAX_Parser, Node.__SAX_Parser, Rt.__SAX_Parser, TPath.__SAX_Parser, Type.__SAX_Parser
Enclosing class:
TsoapPrimitives

public static class TsoapPrimitives.Parser extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • skipWStoOpenTag

      protected boolean skipWStoOpenTag()
    • testfield

      protected boolean testfield(boolean fieldisset, String fieldname)
    • checkend

      protected void checkend(String tag)
    • consumestart

      protected Attributes consumestart(String tag)
    • testEnum

      @Opt protected <E extends Enum<E>> E testEnum(Class<E> cls, String name)
    • testRef

      protected Object testRef()
    • putRef

      protected Object putRef(Object o)
    • testNullRef

      protected boolean testNullRef()
    • finalCheck

      public void finalCheck()
      Should be called after a top-level call to "parse" for final correctness check. Currently checking:
      1. whether all references have been resolved.
      2. (more to come ?)
    • getchars

      protected String getchars()
    • parse_int

      public int parse_int()
    • parse_char

      public char parse_char()
    • parse_float

      public double parse_float()
    • parse_bool

      public boolean parse_bool()
    • parse_string

      public String parse_string()