Serialized Form


Package org.millscript.millscript.datatypes

Class org.millscript.millscript.datatypes.Binding extends org.millscript.commons.util.list.IArrayList<java.lang.String> implements Serializable

serialVersionUID: 3690755102965314870L

Serialized Fields

matchedString

java.lang.String matchedString
The section of the original string matched by the regular expression used to make this binding.


originalString

java.lang.String originalString
The original string the regex was matched against.


pattern

java.util.regex.Pattern pattern
The pattern that was interpreted to get this binding.


starts

int[] starts
An array of the match variable start indices. Each element is the index of the start of the relevant match variable within the original string we matched against. Note the indices are 1 based, not 0.


ends

int[] ends
An array of the match variable end indices. Each element is the index of the end of the relevant match variable within the original string we matched against. Note the indices are 1 based, not 0.

Class org.millscript.millscript.datatypes.CDATA extends java.lang.Object implements Serializable

serialVersionUID: 3977581381394445873L

Serialized Fields

store

java.lang.Object[] store
The backing array where the elements of this CDATA object are stored.

Class org.millscript.millscript.datatypes.DatabaseRecord extends org.millscript.commons.util.map.EHashMap<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: 3689912864207287605L

Serialized Fields

locked

boolean locked
This flag indicates if the record is locked. A locked record can only have new keys defined if they begin with "!"

Class org.millscript.millscript.datatypes.GeneralComparator extends java.lang.Object implements Serializable

serialVersionUID: -8277034414223329726L

Class org.millscript.millscript.datatypes.HashMapWithDefault extends java.util.HashMap<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: -3901737355631535277L

Serialized Fields

def

java.lang.Object def
Deprecated. 
This hash map's default value.

Class org.millscript.millscript.datatypes.LinkedHashMapWithDefault extends java.util.LinkedHashMap<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: 7594446941496718187L

Serialized Fields

def

java.lang.Object def
Deprecated. 
This linked hash map's default value.

Class org.millscript.millscript.datatypes.LiteList extends java.util.AbstractList<java.lang.Object> implements Serializable

serialVersionUID: -6111841208528088584L

Serialized Fields

store

java.lang.Object[] store
Deprecated. 
The backing array where the elements in this list are stored.

Class org.millscript.millscript.datatypes.NullMapWithDefault extends java.util.AbstractMap implements Serializable

serialVersionUID: -3189021365453950223L

Serialized Fields

def

java.lang.Object def
Deprecated. 
This member holds the default value associated with this map. As a NullMap cannot hold any proper values, this is the value that will be seen within MillScript.

Class org.millscript.millscript.datatypes.TreeMapWithDefault extends java.util.TreeMap<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: 1909162462951110403L

Serialized Fields

def

java.lang.Object def
Deprecated. 
This hash map's default value.

Class org.millscript.millscript.datatypes.WeakHashMapWithDefault extends java.util.HashMap<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: -8034136570368421314L

Serialized Fields

def

java.lang.Object def
Deprecated. 
This weak hash map's default value.

Class org.millscript.millscript.datatypes.XmlElement extends AbstractListAware implements Serializable

serialVersionUID: -7905050793300162929L

Serialized Fields

name

org.millscript.commons.xml.api.Name name
This elements name.


attributes

org.millscript.commons.xml.api.Attributes attributes
This elements attributes.


children

java.lang.Object[] children
This elements children.


Package org.millscript.millscript.functions

Class org.millscript.millscript.functions.FunctionAlert extends org.millscript.commons.alert.Alert implements Serializable

serialVersionUID: 3689070642611761971L

Class org.millscript.millscript.functions.Page extends java.lang.Object implements Serializable

serialVersionUID: -97972981841120647L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream os)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the object from the stream exactly the same way it was serialized. However, as Pages should be unique, we register this read Page with the set of Pages already made in this instance.

Throws:
java.io.IOException - if an IO error occurs
java.lang.ClassNotFoundException - if an objects class cannot be found
Serialized Fields

stem

java.lang.String stem
This is a string representation of the Page, relative to the output folder.


file

org.millscript.commons.vfs.VFile file
This is the VFile for the Page.


Package org.millscript.millscript.render

Class org.millscript.millscript.render.PrefixToNamespaceMap extends org.millscript.commons.util.map.EArrayMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 7402068586916112285L



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.