Class InstanceComponentImpl

    • Constructor Detail

      • InstanceComponentImpl

        public InstanceComponentImpl()
    • Method Detail

      • getDeclaration

        public XSDNamedComponent getDeclaration()
        Specified by:
        getDeclaration in interface InstanceComponent
        Returns:
        The feature describing the component instance.
      • getText

        public String getText()
        Specified by:
        getText in interface InstanceComponent
        Returns:
        The text inside of the component, or the empty string if the component does not contain any text.
      • addText

        public void addText​(String text)
      • addText

        public void addText​(char[] ch,
                            int start,
                            int length)
      • toString

        public String toString()
        By default indicate the elements name
        Overrides:
        toString in class Object