Class Descriptor

  • Direct Known Subclasses:
    WebDescriptor

    public abstract class Descriptor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _dtd  
      protected org.eclipse.jetty.xml.XmlParser.Node _root  
      protected org.eclipse.jetty.util.resource.Resource _xml  
    • Constructor Summary

      Constructors 
      Constructor Description
      Descriptor​(org.eclipse.jetty.util.resource.Resource xml)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.util.resource.Resource getResource()  
      org.eclipse.jetty.xml.XmlParser.Node getRoot()  
      boolean isParsed()  
      void parse​(org.eclipse.jetty.xml.XmlParser parser)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _xml

        protected org.eclipse.jetty.util.resource.Resource _xml
      • _root

        protected org.eclipse.jetty.xml.XmlParser.Node _root
      • _dtd

        protected java.lang.String _dtd
    • Constructor Detail

      • Descriptor

        public Descriptor​(org.eclipse.jetty.util.resource.Resource xml)
    • Method Detail

      • parse

        public void parse​(org.eclipse.jetty.xml.XmlParser parser)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isParsed

        public boolean isParsed()
      • getResource

        public org.eclipse.jetty.util.resource.Resource getResource()
      • getRoot

        public org.eclipse.jetty.xml.XmlParser.Node getRoot()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object