Home
last modified time | relevance | path

Searched refs:defaultAttributes (Results 1 – 4 of 4) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java37 public Element(ElementType type, boolean defaultAttributes) { in Element() argument
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element()
DParser.java63 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES; field in Parser
339 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value; in setFeature()
468 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes); in setup()
469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes); in setup()
971 theNewElement = new Element(type, defaultAttributes); in gi()
1049 Element parent = new Element(parentType, defaultAttributes); in rectify()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp26 UInt32 defaultAttributes) in Init() argument
32 _defaultAttributes = defaultAttributes; in Init()
DExtractCallbackSfx.h68 UInt32 defaultAttributes);