xml.py :  » Editor » CUTE » cute-0.2.9 » cute » langs » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Editor » CUTE 
CUTE » cute 0.2.9 » cute » langs » xml.py
#xml properties

xml.blockCommentStart = ""
xml.fileExtensions = "xml xsl svg xul xsd xslt axl tpl dtd hta vxml ui cute"
xml.streamCommentEnd = "-->"
xml.streamCommentStart = "<!--"
xml.wordCharacters = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"

xml.attributes.fore = 0x8080L
xml.attributes.back = 0xFFFFFFL
xml.attributes.font = 'Courier'
xml.attributes.size = 10
xml.attributes.eolfilled = 0
xml.attributes.bold = 0
xml.attributes.underline = 0
xml.attributes.italic = 0

xml.cdata.fore = 0x800000L
xml.cdata.back = 0xFFF0F0L
xml.cdata.font = 'Courier'
xml.cdata.size = 10
xml.cdata.eolfilled = 1
xml.cdata.bold = 1
xml.cdata.underline = 0
xml.cdata.italic = 0

xml.comment.fore = 0x808000L
xml.comment.back = 0xFFFFFFL
xml.comment.font = 'new century schoolbook'
xml.comment.size = 9
xml.comment.eolfilled = 0
xml.comment.bold = 0
xml.comment.underline = 0
xml.comment.italic = 0

xml.doubleQuotedString.fore = 0x800080L
xml.doubleQuotedString.back = 0xFFFFFFL
xml.doubleQuotedString.font = 'Courier'
xml.doubleQuotedString.size = 10
xml.doubleQuotedString.eolfilled = 0
xml.doubleQuotedString.bold = 0
xml.doubleQuotedString.underline = 0
xml.doubleQuotedString.italic = 0

xml.entities.fore = 0x800080L
xml.entities.back = 0xFFFFFFL
xml.entities.font = 'Courier'
xml.entities.size = 10
xml.entities.eolfilled = 0
xml.entities.bold = 0
xml.entities.underline = 0
xml.entities.italic = 0

xml.identifierEnd.fore = 0x800080L
xml.identifierEnd.back = 0xFFFFFFL
xml.identifierEnd.font = 'Courier'
xml.identifierEnd.size = 10
xml.identifierEnd.eolfilled = 0
xml.identifierEnd.bold = 1
xml.identifierEnd.underline = 0
xml.identifierEnd.italic = 0

xml.identifierStart.fore = 0x800080L
xml.identifierStart.back = 0xFFFFFFL
xml.identifierStart.font = 'Courier'
xml.identifierStart.size = 10
xml.identifierStart.eolfilled = 0
xml.identifierStart.bold = 1
xml.identifierStart.underline = 0
xml.identifierStart.italic = 0

xml.insideTag.fore = 0x800080L
xml.insideTag.back = 0xFFFFFFL
xml.insideTag.font = 'Courier'
xml.insideTag.size = 10
xml.insideTag.eolfilled = 0
xml.insideTag.bold = 0
xml.insideTag.underline = 0
xml.insideTag.italic = 0

xml.matchedOperator.fore = 0xFF0000L
xml.matchedOperator.back = 0xFFFFFFL
xml.matchedOperator.font = 'Courier'
xml.matchedOperator.size = 10
xml.matchedOperator.eolfilled = 0
xml.matchedOperator.bold = 0
xml.matchedOperator.underline = 0
xml.matchedOperator.italic = 0

xml.number.fore = 0x7F7F00L
xml.number.back = 0xFFFFFFL
xml.number.font = 'Courier'
xml.number.size = 10
xml.number.eolfilled = 0
xml.number.bold = 0
xml.number.underline = 0
xml.number.italic = 0

xml.question.fore = 0x800000L
xml.question.back = 0xFFFFFFL
xml.question.font = 'Courier'
xml.question.size = 10
xml.question.eolfilled = 0
xml.question.bold = 0
xml.question.underline = 0
xml.question.italic = 0

xml.sgmlBlock.fore = 0x66L
xml.sgmlBlock.back = 0xFFFFFFL
xml.sgmlBlock.font = 'Courier'
xml.sgmlBlock.size = 10
xml.sgmlBlock.eolfilled = 0
xml.sgmlBlock.bold = 0
xml.sgmlBlock.underline = 0
xml.sgmlBlock.italic = 0

xml.sgmlCommand.fore = 0x80L
xml.sgmlCommand.back = 0xFFFFFFL
xml.sgmlCommand.font = 'Courier'
xml.sgmlCommand.size = 10
xml.sgmlCommand.eolfilled = 0
xml.sgmlCommand.bold = 1
xml.sgmlCommand.underline = 0
xml.sgmlCommand.italic = 0

xml.sgmlComment.fore = 0x808000L
xml.sgmlComment.back = 0xFFFFFFL
xml.sgmlComment.font = 'new century schoolbook'
xml.sgmlComment.size = 9
xml.sgmlComment.eolfilled = 0
xml.sgmlComment.bold = 0
xml.sgmlComment.underline = 0
xml.sgmlComment.italic = 0

xml.sgmlDoubleString.fore = 0x800000L
xml.sgmlDoubleString.back = 0xFFFFFFL
xml.sgmlDoubleString.font = 'Courier'
xml.sgmlDoubleString.size = 10
xml.sgmlDoubleString.eolfilled = 0
xml.sgmlDoubleString.bold = 0
xml.sgmlDoubleString.underline = 0
xml.sgmlDoubleString.italic = 0

xml.sgmlEntity.fore = 0x333333L
xml.sgmlEntity.back = 0xFFFFFFL
xml.sgmlEntity.font = 'Courier'
xml.sgmlEntity.size = 10
xml.sgmlEntity.eolfilled = 0
xml.sgmlEntity.bold = 0
xml.sgmlEntity.underline = 0
xml.sgmlEntity.italic = 0

xml.sgmlError.fore = 0x800000L
xml.sgmlError.back = 0xFFFFFFL
xml.sgmlError.font = 'Courier'
xml.sgmlError.size = 10
xml.sgmlError.eolfilled = 0
xml.sgmlError.bold = 0
xml.sgmlError.underline = 0
xml.sgmlError.italic = 0

xml.sgmlFirstParam.fore = 0x6600L
xml.sgmlFirstParam.back = 0xFFFFFFL
xml.sgmlFirstParam.font = 'Courier'
xml.sgmlFirstParam.size = 10
xml.sgmlFirstParam.eolfilled = 0
xml.sgmlFirstParam.bold = 0
xml.sgmlFirstParam.underline = 0
xml.sgmlFirstParam.italic = 0

xml.sgmlSingleString.fore = 0x993300L
xml.sgmlSingleString.back = 0xFFFFFFL
xml.sgmlSingleString.font = 'Courier'
xml.sgmlSingleString.size = 10
xml.sgmlSingleString.eolfilled = 0
xml.sgmlSingleString.bold = 0
xml.sgmlSingleString.underline = 0
xml.sgmlSingleString.italic = 0

xml.sgmlSpecial.fore = 0x3366FFL
xml.sgmlSpecial.back = 0xFFFFFFL
xml.sgmlSpecial.font = 'Courier'
xml.sgmlSpecial.size = 10
xml.sgmlSpecial.eolfilled = 0
xml.sgmlSpecial.bold = 0
xml.sgmlSpecial.underline = 0
xml.sgmlSpecial.italic = 0

xml.sgmlTag.fore = 0x80L
xml.sgmlTag.back = 0xFFFFFFL
xml.sgmlTag.font = 'Courier'
xml.sgmlTag.size = 10
xml.sgmlTag.eolfilled = 0
xml.sgmlTag.bold = 0
xml.sgmlTag.underline = 0
xml.sgmlTag.italic = 0

xml.singleQuotedString.fore = 0x800080L
xml.singleQuotedString.back = 0xFFFFFFL
xml.singleQuotedString.font = 'Courier'
xml.singleQuotedString.size = 10
xml.singleQuotedString.eolfilled = 0
xml.singleQuotedString.bold = 0
xml.singleQuotedString.underline = 0
xml.singleQuotedString.italic = 0

xml.styleTagEnd.fore = 0x80L
xml.styleTagEnd.back = 0xFFFFFFL
xml.styleTagEnd.font = 'Courier'
xml.styleTagEnd.size = 10
xml.styleTagEnd.eolfilled = 0
xml.styleTagEnd.bold = 0
xml.styleTagEnd.underline = 0
xml.styleTagEnd.italic = 0

xml.tag.fore = 0x80L
xml.tag.back = 0xFFFFFFL
xml.tag.font = 'Courier'
xml.tag.size = 10
xml.tag.eolfilled = 0
xml.tag.bold = 1
xml.tag.underline = 0
xml.tag.italic = 0

xml.text.fore = 0x0L
xml.text.back = 0xFFFFFFL
xml.text.font = 'courier'
xml.text.size = 10
xml.text.eolfilled = 0
xml.text.bold = 0
xml.text.underline = 0
xml.text.italic = 0

xml.unknownAttributes.fore = 0x8080L
xml.unknownAttributes.back = 0xFFFFFFL
xml.unknownAttributes.font = 'Courier'
xml.unknownAttributes.size = 10
xml.unknownAttributes.eolfilled = 0
xml.unknownAttributes.bold = 0
xml.unknownAttributes.underline = 0
xml.unknownAttributes.italic = 0

xml.unknownTag.fore = 0x80L
xml.unknownTag.back = 0xFFFFFFL
xml.unknownTag.font = 'Courier'
xml.unknownTag.size = 10
xml.unknownTag.eolfilled = 0
xml.unknownTag.bold = 1
xml.unknownTag.underline = 0
xml.unknownTag.italic = 0

xml.unmatchedOperator.fore = 0xFFL
xml.unmatchedOperator.back = 0xFFFFFFL
xml.unmatchedOperator.font = 'Courier'
xml.unmatchedOperator.size = 10
xml.unmatchedOperator.eolfilled = 0
xml.unmatchedOperator.bold = 0
xml.unmatchedOperator.underline = 0
xml.unmatchedOperator.italic = 0

xml.unquotedValue.fore = 0xFF00FFL
xml.unquotedValue.back = 0xFFEFFFL
xml.unquotedValue.font = 'Courier'
xml.unquotedValue.size = 10
xml.unquotedValue.eolfilled = 0
xml.unquotedValue.bold = 0
xml.unquotedValue.underline = 0
xml.unquotedValue.italic = 0

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.