Class MarkupTraceEvent.DocTypeTraceEvent

    • Constructor Detail

      • DocTypeTraceEvent

        public DocTypeTraceEvent​(java.lang.String keyword,
                                 int keywordLine,
                                 int keywordCol,
                                 java.lang.String elementName,
                                 int elementNameLine,
                                 int elementNameCol,
                                 java.lang.String type,
                                 int typeLine,
                                 int typeCol,
                                 java.lang.String publicId,
                                 int publicIdLine,
                                 int publicIdCol,
                                 java.lang.String systemId,
                                 int systemIdLine,
                                 int systemIdCol,
                                 java.lang.String internalSubset,
                                 int internalSubsetLine,
                                 int internalSubsetCol)
    • Method Detail

      • getKeyword

        public java.lang.String getKeyword()
      • getElementName

        public java.lang.String getElementName()
      • getType

        public java.lang.String getType()
      • getPublicId

        public java.lang.String getPublicId()
      • getSystemId

        public java.lang.String getSystemId()
      • getInternalSubset

        public java.lang.String getInternalSubset()
      • getKeywordLine

        public int getKeywordLine()
      • getElementNameLine

        public int getElementNameLine()
      • getTypeLine

        public int getTypeLine()
      • getPublicIdLine

        public int getPublicIdLine()
      • getSystemIdLine

        public int getSystemIdLine()
      • getInternalSubsetLine

        public int getInternalSubsetLine()
      • getKeywordCol

        public int getKeywordCol()
      • getElementNameCol

        public int getElementNameCol()
      • getTypeCol

        public int getTypeCol()
      • getPublicIdCol

        public int getPublicIdCol()
      • getSystemIdCol

        public int getSystemIdCol()
      • getInternalSubsetCol

        public int getInternalSubsetCol()