Class XmlStreamInfo

java.lang.Object
org.apache.camel.xml.io.util.XmlStreamInfo

public class XmlStreamInfo extends Object

Generic information about XML Stream to make later, full parsing easier (or unnecessary if the stream is not recognized for example).

  • Constructor Details

    • XmlStreamInfo

      public XmlStreamInfo()
  • Method Details

    • isValid

      public boolean isValid()
    • getProblem

      public Throwable getProblem()
    • setProblem

      public void setProblem(Throwable problem)
    • getRootElementName

      public String getRootElementName()
    • getRootElementNamespace

      public String getRootElementNamespace()
    • getNamespaces

      public Map<String,String> getNamespaces()
    • getAttributes

      public Map<String,String> getAttributes()
    • getModelines

      public List<String> getModelines()