Interface CharacterData

  • All Superinterfaces:
    XMLEvent
    All Known Subinterfaces:
    Comment, Space

    public interface CharacterData
    extends XMLEvent
    A marker interface for character data
    Since:
    Weblogic XML Input Stream 1.0
    See Also:
    XMLEvent
    • Method Detail

      • getContent

        java.lang.String getContent()
        Get the content of this element, returns null if the element has no content
      • hasContent

        boolean hasContent()
        Returns true if this element has content and false otherwise